Google Chat V1 API - Class Google::Apps::Chat::V1::SectionItem (v0.22.0)

Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::SectionItem.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Identifier. The resource name of the section item.

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

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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}

#space

def space() -> ::String
Returns
  • (::String) — Optional. The space resource name.

    Format: spaces/{space}

#space=

def space=(value) -> ::String
Parameter
  • value (::String) — Optional. The space resource name.

    Format: spaces/{space}

Returns
  • (::String) — Optional. The space resource name.

    Format: spaces/{space}