public sealed class MarketingInfo : IMessage<MarketingInfo>, IEquatable<MarketingInfo>, IDeepCloneable<MarketingInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class MarketingInfo.
Represents the marketing information for a Product, SKU or Offer.
Implements
IMessage<MarketingInfo>, IEquatable<MarketingInfo>, IDeepCloneable<MarketingInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
MarketingInfo()
public MarketingInfo()
MarketingInfo(MarketingInfo)
public MarketingInfo(MarketingInfo other)
Parameter | |
---|---|
Name | Description |
other | MarketingInfo |
Properties
DefaultLogo
public Media DefaultLogo { get; set; }
Default logo.
Property Value | |
---|---|
Type | Description |
Media |
Description
public string Description { get; set; }
Human readable description. Description can contain HTML.
Property Value | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
Human readable name.
Property Value | |
---|---|
Type | Description |
String |