Class Category
Represents the category hierarchy of a SKU.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1.Data
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class Category : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceFamily
The type of product the SKU refers to. Example: "Compute", "Storage", "Network", "ApplicationServices" etc.
Declaration
[JsonProperty("resourceFamily")]
public virtual string ResourceFamily { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceGroup
A group classification for related SKUs. Example: "RAM", "GPU", "Prediction", "Ops", "GoogleEgress" etc.
Declaration
[JsonProperty("resourceGroup")]
public virtual string ResourceGroup { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceDisplayName
The display name of the service this SKU belongs to.
Declaration
[JsonProperty("serviceDisplayName")]
public virtual string ServiceDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
UsageType
Represents how the SKU is consumed. Example: "OnDemand", "Preemptible", "Commit1Mo", "Commit1Yr" etc.
Declaration
[JsonProperty("usageType")]
public virtual string UsageType { get; set; }
Property Value
Type | Description |
---|---|
string |