Cloud Channel v1 API - Class MarketingInfo (2.12.0)

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.

Inheritance

object > MarketingInfo

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

MarketingInfo()

public MarketingInfo()

MarketingInfo(MarketingInfo)

public MarketingInfo(MarketingInfo other)
Parameter
Name Description
other MarketingInfo

Properties

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