UsersSectionsResource class
Methods
-
create(GoogleChatV1Section request, String parent, {String? $fields})
→ Future<GoogleChatV1Section>
-
Creates a section in Google Chat.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes a section of type
CUSTOM_SECTION.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListSectionsResponse>
-
Lists sections available to the Chat user.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleChatV1Section request, String name, {String? updateMask, String? $fields})
→ Future<GoogleChatV1Section>
-
Updates a section.
-
position(PositionSectionRequest request, String name, {String? $fields})
→ Future<PositionSectionResponse>
-
Changes the sort order of a section.
-
toString()
→ String
-
A string representation of this object.
inherited