Class MonthlyCostSummary
Cost information for monthly maintenance.
Inherited Members
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class MonthlyCostSummary
Properties
Amount
Declaration
[Required(ErrorMessage = "Amount is required.")]
[JsonProperty(PropertyName = "amount")]
public double Amount { get; set; }
Property Value
Type | Description |
---|---|
double | Monthly costs for maintenance of this asset. |
Remarks
Required
CurrencyCode
Declaration
[Required(ErrorMessage = "CurrencyCode is required.")]
[JsonProperty(PropertyName = "currencyCode")]
public string CurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string | Currency code |
Remarks
Required