V0SSHKeyUploadParams class abstract

Constructors

V0SSHKeyUploadParams([void updates(V0SSHKeyUploadParamsBuilder b)])
factory

Properties

authSshPrivateKey String
The private part of the SSH key you would like to use
no setter
authSshPublicKey String
The public part of the SSH key you would like to use
no setter
hashCode int
The hash code for this object.
no setterinherited
isRegisterKeyIntoProviderService bool?
If it's set to true, the provided SSH key will be registered at the provider of the application
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(V0SSHKeyUploadParamsBuilder)) V0SSHKeyUploadParams
Rebuilds the instance.
inherited
toBuilder() V0SSHKeyUploadParamsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<V0SSHKeyUploadParams>
no setter