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

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

Request message for moving a section item across sections.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

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

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

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the section item to move.

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

Returns
  • (::String) — Required. The resource name of the section item to move.

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

#target_section

def target_section() -> ::String
Returns
  • (::String) — Required. The resource name of the section to move the section item to.

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

#target_section=

def target_section=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the section to move the section item to.

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

Returns
  • (::String) — Required. The resource name of the section to move the section item to.

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