Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
ClientHostname | Pointer to string | [optional] | |
ServerGroup | Pointer to ModelsSSHServerGroupsServerGroupResponse | [optional] | |
User | Pointer to ModelsSSHUsersSshUserResponse | [optional] |
func NewModelsSSHServiceAccountsServiceAccountResponse() *ModelsSSHServiceAccountsServiceAccountResponse
NewModelsSSHServiceAccountsServiceAccountResponse instantiates a new ModelsSSHServiceAccountsServiceAccountResponse 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
func NewModelsSSHServiceAccountsServiceAccountResponseWithDefaults() *ModelsSSHServiceAccountsServiceAccountResponse
NewModelsSSHServiceAccountsServiceAccountResponseWithDefaults instantiates a new ModelsSSHServiceAccountsServiceAccountResponse 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
func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetClientHostname() string
GetClientHostname returns the ClientHostname field if non-nil, zero value otherwise.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetClientHostnameOk() (*string, bool)
GetClientHostnameOk returns a tuple with the ClientHostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) SetClientHostname(v string)
SetClientHostname sets ClientHostname field to given value.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) HasClientHostname() bool
HasClientHostname returns a boolean if a field has been set.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetServerGroup() ModelsSSHServerGroupsServerGroupResponse
GetServerGroup returns the ServerGroup field if non-nil, zero value otherwise.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetServerGroupOk() (*ModelsSSHServerGroupsServerGroupResponse, bool)
GetServerGroupOk returns a tuple with the ServerGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) SetServerGroup(v ModelsSSHServerGroupsServerGroupResponse)
SetServerGroup sets ServerGroup field to given value.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) HasServerGroup() bool
HasServerGroup returns a boolean if a field has been set.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetUser() ModelsSSHUsersSshUserResponse
GetUser returns the User field if non-nil, zero value otherwise.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) GetUserOk() (*ModelsSSHUsersSshUserResponse, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) SetUser(v ModelsSSHUsersSshUserResponse)
SetUser sets User field to given value.
func (o *ModelsSSHServiceAccountsServiceAccountResponse) HasUser() bool
HasUser returns a boolean if a field has been set.