Class: Google::Cloud::Channel::V1::Media

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 media information.

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns URL of the media.

Returns:

  • (::String)

    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

#title::String

Returns Title of the media.

Returns:

  • (::String)

    Title 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

#type::Google::Cloud::Channel::V1::MediaType

Returns Type of the media.

Returns:



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