Class Product
The product a case may be associated with.
Implements
Inherited Members
Namespace: Google.Apis.CloudSupport.v2beta.Data
Assembly: Google.Apis.CloudSupport.v2beta.dll
Syntax
public class Product : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductLine
The product line of the Product.
Declaration
[JsonProperty("productLine")]
public virtual string ProductLine { get; set; }
Property Value
Type | Description |
---|---|
string |