Show / Hide Table of Contents

Class Sku

Encapsulates a single SKU in Google Cloud

Inheritance
object
Sku
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudbilling.v1.Data
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class Sku : IDirectResponseSchema

Properties

Category

The category hierarchy of this SKU, purely for organizational purpose.

Declaration
[JsonProperty("category")]
public virtual Category Category { get; set; }
Property Value
Type Description
Category

Description

A human readable description of the SKU, has a maximum length of 256 characters.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

GeoTaxonomy

The geographic taxonomy for this sku.

Declaration
[JsonProperty("geoTaxonomy")]
public virtual GeoTaxonomy GeoTaxonomy { get; set; }
Property Value
Type Description
GeoTaxonomy

Name

The resource name for the SKU. Example: "services/6F81-5844-456A/skus/D041-B8A1-6E0B"

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PricingInfo

A timeline of pricing info for this SKU in chronological order.

Declaration
[JsonProperty("pricingInfo")]
public virtual IList<PricingInfo> PricingInfo { get; set; }
Property Value
Type Description
IList<PricingInfo>

ServiceProviderName

Identifies the service provider. This is 'Google' for first party services in Google Cloud Platform.

Declaration
[JsonProperty("serviceProviderName")]
public virtual string ServiceProviderName { get; set; }
Property Value
Type Description
string

ServiceRegions

List of service regions this SKU is offered at. Example: "asia-east1" Service regions can be found at https://cloud.google.com/about/locations/

Declaration
[JsonProperty("serviceRegions")]
public virtual IList<string> ServiceRegions { get; set; }
Property Value
Type Description
IList<string>

SkuId

The identifier for the SKU. Example: "D041-B8A1-6E0B"

Declaration
[JsonProperty("skuId")]
public virtual string SkuId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX