Class Product (1.6.0)

public sealed class Product : IMessage<Product>, IEquatable<Product>, IDeepCloneable<Product>, IBufferMessage, IMessage

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

Inheritance

Object > Product

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

Product()

public Product()

Product(Product)

public Product(Product other)
Parameter
NameDescription
otherProduct

Properties

MarketingInfo

public MarketingInfo MarketingInfo { get; set; }

Marketing information for the product.

Property Value
TypeDescription
MarketingInfo

Name

public string Name { get; set; }

Resource Name of the Product. Format: products/{product_id}

Property Value
TypeDescription
String

ProductName

public ProductName ProductName { get; set; }

ProductName-typed view over the Name resource name property.

Property Value
TypeDescription
ProductName