Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.54 KB

AddUserSSHKeyModel.md

File metadata and controls

51 lines (28 loc) · 1.54 KB

AddUserSSHKeyModel

Properties

Name Type Description Notes
PublicKey string The public key to add

Methods

NewAddUserSSHKeyModel

func NewAddUserSSHKeyModel(publicKey string, ) *AddUserSSHKeyModel

NewAddUserSSHKeyModel instantiates a new AddUserSSHKeyModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewAddUserSSHKeyModelWithDefaults

func NewAddUserSSHKeyModelWithDefaults() *AddUserSSHKeyModel

NewAddUserSSHKeyModelWithDefaults instantiates a new AddUserSSHKeyModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetPublicKey

func (o *AddUserSSHKeyModel) GetPublicKey() string

GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.

GetPublicKeyOk

func (o *AddUserSSHKeyModel) GetPublicKeyOk() (*string, bool)

GetPublicKeyOk returns a tuple with the PublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPublicKey

func (o *AddUserSSHKeyModel) SetPublicKey(v string)

SetPublicKey sets PublicKey field to given value.

[Back to Model list] [Back to API list] [Back to README]