Class: Google::Apps::Chat::V1::SectionItem

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

Overview

A user's defined section item. This is used to represent section items, such as spaces, grouped under a section.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Identifier. The resource name of the section item.

Format: users/{user}/sections/{section}/items/{item}.

Returns:

  • (::String)

    Identifier. The resource name of the section item.

    Format: users/{user}/sections/{section}/items/{item}



103
104
105
106
# File 'proto_docs/google/chat/v1/section.rb', line 103

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

#space::String

Returns Optional. The space resource name.

Format: spaces/{space}.

Returns:

  • (::String)

    Optional. The space resource name.

    Format: spaces/{space}



103
104
105
106
# File 'proto_docs/google/chat/v1/section.rb', line 103

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