SignSshPublicKeyRequest class
A request message for signing an SSH public key.
Constructors
- SignSshPublicKeyRequest.new({String? appEngineInstance, String? computeInstance, String? serviceAccount, String? sshPublicKey})
- SignSshPublicKeyRequest.fromJson(Map json_)
Properties
- appEngineInstance ↔ String?
-
The App Engine instance to sign the SSH public key for.
getter/setter pair
- computeInstance ↔ String?
-
The Compute instance to sign the SSH public key for.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccount ↔ String?
-
The service account for the instance.
getter/setter pair
- sshPublicKey ↔ String?
-
The SSH public key to sign.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited