UsersEnvironmentsResource class
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
-
addPublicKey(AddPublicKeyRequest request, String environment, {String? $fields})
→ Future<Operation>
-
Adds a public SSH key to an environment, allowing clients with the
corresponding private key to connect to that environment via SSH.
-
authorize(AuthorizeEnvironmentRequest request, String name, {String? $fields})
→ Future<Operation>
-
Sends OAuth credentials to a running environment on behalf of a user.
-
get(String name, {String? $fields})
→ Future<Environment>
-
Gets an environment.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removePublicKey(RemovePublicKeyRequest request, String environment, {String? $fields})
→ Future<Operation>
-
Removes a public SSH key from an environment.
-
start(StartEnvironmentRequest request, String name, {String? $fields})
→ Future<Operation>
-
Starts an existing environment, allowing clients to connect to it.
-
toString()
→ String
-
A string representation of this object.
inherited