Show / Hide Table of Contents

Class GoogleCloudChannelV1Product

A Product is the entity a customer uses when placing an order. For example, Google Workspace, Google Voice, etc.

Inheritance
object
GoogleCloudChannelV1Product
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX