Reference documentation and code samples for the Google Cloud Channel V1 Client class MarketingInfo.
Represents the marketing information for a Product, SKU or Offer.
Generated from protobuf message google.cloud.channel.v1.MarketingInfo
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ display_name
string
Human readable name.
↳ description
string
Human readable description. Description can contain HTML.
↳ default_logo
getDisplayName
Human readable name.
Generated from protobuf field string display_name = 1;
string
setDisplayName
Human readable name.
Generated from protobuf field string display_name = 1;
var
string
$this
getDescription
Human readable description. Description can contain HTML.
Generated from protobuf field string description = 2;
string
setDescription
Human readable description. Description can contain HTML.
Generated from protobuf field string description = 2;
var
string
$this
getDefaultLogo
Default logo.
Generated from protobuf field .google.cloud.channel.v1.Media default_logo = 3;
hasDefaultLogo
clearDefaultLogo
setDefaultLogo
Default logo.
Generated from protobuf field .google.cloud.channel.v1.Media default_logo = 3;
$this