Class: Google::Cloud::Channel::V1::MarketingInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::MarketingInfo
- 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
-
#default_logo ⇒ ::Google::Cloud::Channel::V1::Media
Default logo.
-
#description ⇒ ::String
Human readable description.
-
#display_name ⇒ ::String
Human readable name.
Instance Attribute Details
#default_logo ⇒ ::Google::Cloud::Channel::V1::Media
Returns Default logo.
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.
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.
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 |