Class GetCostAnomalyEventRequest
Implements
Inherited Members
Namespace: Oci.BudgetService.Requests
Assembly: OCI.DotNetSDK.Budget.dll
Syntax
public class GetCostAnomalyEventRequest : IOciRequest
Examples
Click here to see an example of how to use GetCostAnomalyEvent request.
Properties
CostAnomalyEventId
Declaration
[Required(ErrorMessage = "CostAnomalyEventId is required.")]
[HttpConverter(TargetEnum.Path, "costAnomalyEventId")]
public string CostAnomalyEventId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The unique costAnomalyEventId OCID. |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client request ID for tracing. |