SpacesResource class

Constructors

SpacesResource.new(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Space request, {String? $fields}) Future<Space>
Creates a space.
endActiveConference(EndActiveConferenceRequest request, String name, {String? $fields}) Future<Empty>
Ends an active conference (if there's one).
get(String name, {String? $fields}) Future<Space>
Gets details about a meeting space.
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 details about a meeting space.
toString() String
A string representation of this object.
inherited

Operators

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