public sealed class Product : IMessage<Product>, IEquatable<Product>, IDeepCloneable<Product>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Support v2beta API class Product.
The product a case may be associated with.
Namespace
Google.Cloud.Support.V2BetaAssembly
Google.Cloud.Support.V2Beta.dll
Constructors
Product()
public Product()Product(Product)
public Product(Product other)| Parameter | |
|---|---|
| Name | Description |
other |
Product |
Properties
ProductLine
public ProductLine ProductLine { get; set; }The product line of the Product.
| Property Value | |
|---|---|
| Type | Description |
ProductLine |
|