Class: Google::Apps::Chat::V1::ChatSpaceLinkData

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

Overview

Data for Chat space links.

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns The message of the linked Chat space resource.

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

Returns:

  • (::String)

    The message of the linked Chat space resource.

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



191
192
193
194
# File 'proto_docs/google/chat/v1/annotation.rb', line 191

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

#space::String

Returns The space of the linked Chat space resource.

Format: spaces/{space}.

Returns:

  • (::String)

    The space of the linked Chat space resource.

    Format: spaces/{space}



191
192
193
194
# File 'proto_docs/google/chat/v1/annotation.rb', line 191

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

#thread::String

Returns The thread of the linked Chat space resource.

Format: spaces/{space}/threads/{thread}.

Returns:

  • (::String)

    The thread of the linked Chat space resource.

    Format: spaces/{space}/threads/{thread}



191
192
193
194
# File 'proto_docs/google/chat/v1/annotation.rb', line 191

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