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
- (::Google::Apps::Chat::V1::Section) — Required. The section to create.
#section=
def section=(value) -> ::Google::Apps::Chat::V1::Section
Parameter
- value (::Google::Apps::Chat::V1::Section) — Required. The section to create.
Returns
- (::Google::Apps::Chat::V1::Section) — Required. The section to create.