Class: Google::Apps::Chat::V1::QuotedMessageMetadata

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

Overview

Information about a quoted message.

Instance Attribute Summary collapse

Instance Attribute Details

#last_update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The timestamp when the quoted message was created or when the quoted message was last updated.

Returns:

  • (::Google::Protobuf::Timestamp)

    Output only. The timestamp when the quoted message was created or when the quoted message was last updated.



243
244
245
246
# File 'proto_docs/google/chat/v1/message.rb', line 243

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

#name::String (readonly)

Returns Output only. Resource name of the quoted message.

Format: spaces/{space}/messages/{message}.

Returns:

  • (::String)

    Output only. Resource name of the quoted message.

    Format: spaces/{space}/messages/{message}



243
244
245
246
# File 'proto_docs/google/chat/v1/message.rb', line 243

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