Class GoogleCloudChannelV1Product
A Product is the entity a customer uses when placing an order. For example, Google Workspace, Google Voice, etc.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1Product : 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 product.
Declaration
[JsonProperty("marketingInfo")]
public virtual GoogleCloudChannelV1MarketingInfo MarketingInfo { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1MarketingInfo |
Name
Resource Name of the Product. Format: products/{product_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |