Class: Google::Cloud::Channel::V1::MarketingInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/products.rb

Overview

Represents the marketing information for a Product, SKU or Offer.

Instance Attribute Summary collapse

Instance Attribute Details

#default_logo::Google::Cloud::Channel::V1::Media

Returns Default logo.

Returns:



67
68
69
70
# File 'proto_docs/google/cloud/channel/v1/products.rb', line 67

class MarketingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#description::String

Returns Human readable description. Description can contain HTML.

Returns:

  • (::String)

    Human readable description. Description can contain HTML.



67
68
69
70
# File 'proto_docs/google/cloud/channel/v1/products.rb', line 67

class MarketingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String

Returns Human readable name.

Returns:

  • (::String)

    Human readable name.



67
68
69
70
# File 'proto_docs/google/cloud/channel/v1/products.rb', line 67

class MarketingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end