Class UsageAggregation
The account (tenant) usage.
Inherited Members
Namespace: Oci.UsageapiService.Models
Assembly: OCI.DotNetSDK.Usageapi.dll
Syntax
public class UsageAggregation
Properties
GroupBy
Declaration
[JsonProperty(PropertyName = "groupBy")]
public List<string> GroupBy { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Aggregate the result by. |
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<UsageSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<UsageSummary> | A list of usage items. |
Remarks
Required