Show / Hide Table of Contents

Class GoogleCloudChannelV1Sku

Represents a product's purchasable Stock Keeping Unit (SKU). SKUs represent the different variations of the product. For example, Google Workspace Business Standard and Google Workspace Business Plus are Google Workspace product SKUs.

Inheritance
object
GoogleCloudChannelV1Sku
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.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1Sku : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MarketingInfo

Marketing information for the SKU.

Declaration
[JsonProperty("marketingInfo")]
public virtual GoogleCloudChannelV1MarketingInfo MarketingInfo { get; set; }
Property Value
Type Description
GoogleCloudChannelV1MarketingInfo

Name

Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}

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

Product

Product the SKU is associated with.

Declaration
[JsonProperty("product")]
public virtual GoogleCloudChannelV1Product Product { get; set; }
Property Value
Type Description
GoogleCloudChannelV1Product

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX