public sealed class Product : IMessage<Product>, IEquatable<Product>, IDeepCloneable<Product>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class Product.
A Product is the entity a customer uses when placing an order. For example, Google Workspace, Google Voice, etc.
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
Product()
public Product()
Product(Product)
public Product(Product other)
Parameter | |
---|---|
Name | Description |
other | Product |
Properties
MarketingInfo
public MarketingInfo MarketingInfo { get; set; }
Marketing information for the product.
Property Value | |
---|---|
Type | Description |
MarketingInfo |
Name
public string Name { get; set; }
Resource Name of the Product. Format: products/{product_id}
Property Value | |
---|---|
Type | Description |
string |
ProductName
public ProductName ProductName { get; set; }
ProductName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ProductName |