Class: Google::Apps::Chat::V1::AttachedGif

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

Overview

A GIF image that's specified by a URL.

Instance Attribute Summary collapse

Instance Attribute Details

#uri::String (readonly)

Returns Output only. The URL that hosts the GIF image.

Returns:

  • (::String)

    Output only. The URL that hosts the GIF image.



228
229
230
231
# File 'proto_docs/google/chat/v1/message.rb', line 228

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