Class GetDashboardRequest
Implements
Inherited Members
Namespace: Oci.DashboardService.Requests
Assembly: OCI.DotNetSDK.Dashboardservice.dll
Syntax
public class GetDashboardRequest : IOciRequest
Examples
Click here to see an example of how to use GetDashboard request.
Properties
DashboardId
Declaration
[Required(ErrorMessage = "DashboardId is required.")]
[HttpConverter(TargetEnum.Path, "dashboardId")]
public string DashboardId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the dashboard. |
Remarks
Required
OpcCrossRegion
Declaration
[HttpConverter(TargetEnum.Header, "opc-cross-region")]
public string OpcCrossRegion { get; set; }
Property Value
Type | Description |
---|---|
string | To identify if the call is cross-regional. In CRUD calls for a resource, to
identify that the call originates from different region, set the
|
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |