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

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

Request message for creating a section.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource name where the section is created.

    Format: users/{user}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource name where the section is created.

    Format: users/{user}

Returns
  • (::String) — Required. The parent resource name where the section is created.

    Format: users/{user}

#section

def section() -> ::Google::Apps::Chat::V1::Section
Returns

#section=

def section=(value) -> ::Google::Apps::Chat::V1::Section
Parameter
Returns