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-
(::String) — Required. The resource name of the section item to move.
Format:
users/{user}/sections/{section}/items/{item}
#name=
def name=(value) -> ::String-
value (::String) — Required. The resource name of the section item to move.
Format:
users/{user}/sections/{section}/items/{item}
-
(::String) — Required. The resource name of the section item to move.
Format:
users/{user}/sections/{section}/items/{item}
#target_section
def target_section() -> ::String-
(::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-
value (::String) — Required. The resource name of the section to move the section item to.
Format:
users/{user}/sections/{section}
-
(::String) — Required. The resource name of the section to move the section item to.
Format:
users/{user}/sections/{section}