Class: Google::Cloud::Channel::V1::Media
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::Media
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/products.rb
Overview
Represents media information.
Instance Attribute Summary collapse
-
#content ⇒ ::String
URL of the media.
-
#title ⇒ ::String
Title of the media.
-
#type ⇒ ::Google::Cloud::Channel::V1::MediaType
Type of the media.
Instance Attribute Details
#content ⇒ ::String
Returns URL of the media.
82 83 84 85 |
# File 'proto_docs/google/cloud/channel/v1/products.rb', line 82 class Media include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |