UsersSshPublicKeysResource class

Constructors

UsersSshPublicKeysResource(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(SshPublicKey request, String parent, {String? $fields}) Future<SshPublicKey>
Create an SSH public key
delete(String name, {String? $fields}) Future<Empty>
Deletes an SSH public key.
get(String name, {String? $fields}) Future<SshPublicKey>
Retrieves an SSH public key.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(SshPublicKey request, String name, {String? updateMask, String? $fields}) Future<SshPublicKey>
Updates an SSH public key and returns the profile information.
toString() String
A string representation of this object.
inherited

Operators

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