SpacesResource class

Constructors

SpacesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
members SpacesMembersResource
no setter
messages SpacesMessagesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

completeImport(CompleteImportSpaceRequest request, String name, {String? $fields}) Future<CompleteImportSpaceResponse>
Completes the import process for the specified space and makes it visible to users.
create(Space request, {String? requestId, String? $fields}) Future<Space>
Creates a named space.
delete(String name, {String? $fields}) Future<Empty>
Deletes a named space.
findDirectMessage({String? name, String? $fields}) Future<Space>
Returns the existing direct message with the specified user.
get(String name, {String? $fields}) Future<Space>
Returns details about a space.
list({String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListSpacesResponse>
Lists spaces the caller is a member of.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Space request, String name, {String? updateMask, String? $fields}) Future<Space>
Updates a space.
setup(SetUpSpaceRequest request, {String? $fields}) Future<Space>
Creates a space and adds specified users to it.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited