Class GoogleCloudChannelV1MarketingInfo
Represents the marketing information for a Product, SKU or Offer.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1MarketingInfo : IDirectResponseSchema
Properties
DefaultLogo
Default logo.
Declaration
[JsonProperty("defaultLogo")]
public virtual GoogleCloudChannelV1Media DefaultLogo { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1Media |
Description
Human readable description. Description can contain HTML.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Human readable name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |