Class Sku
Information about SKUs appearing in the cost estimate.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class Sku : IDirectResponseSchema
Properties
DisplayName
The display name for the SKU. Example: A2 Instance Core running in Americas
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Prices
A timeline of prices for a SKU in chronological order. Note: The API currently only supports using a constant price for the entire estimation time frame so this list will contain a single value.
Declaration
[JsonProperty("prices")]
public virtual IList<Price> Prices { get; set; }
Property Value
Type | Description |
---|---|
IList<Price> |
SkuValue
The resource name for the SKU. Example: "services/DA34-426B-A397/skus/AA95-CD31-42FE"
Declaration
[JsonProperty("sku")]
public virtual string SkuValue { get; set; }
Property Value
Type | Description |
---|---|
string |