Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 3.71 KB

File metadata and controls

92 lines (51 loc) · 3.71 KB

CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse

Properties

Name Type Description Notes
ServerGroupId Pointer to string [optional]
LogonUsers Pointer to []CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse [optional]

Methods

NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse

func NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse() *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse

NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse instantiates a new CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse 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

NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponseWithDefaults

func NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponseWithDefaults() *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse

NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse 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

GetServerGroupId

func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) GetServerGroupId() string

GetServerGroupId returns the ServerGroupId field if non-nil, zero value otherwise.

GetServerGroupIdOk

func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) GetServerGroupIdOk() (*string, bool)

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

SetServerGroupId

func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) SetServerGroupId(v string)

SetServerGroupId sets ServerGroupId field to given value.

HasServerGroupId

func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) HasServerGroupId() bool

HasServerGroupId returns a boolean if a field has been set.

GetLogonUsers

func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) GetLogonUsers() []CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse

GetLogonUsers returns the LogonUsers field if non-nil, zero value otherwise.

GetLogonUsersOk

func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) GetLogonUsersOk() (*[]CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse, bool)

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

SetLogonUsers

func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) SetLogonUsers(v []CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse)

SetLogonUsers sets LogonUsers field to given value.

HasLogonUsers

func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) HasLogonUsers() bool

HasLogonUsers returns a boolean if a field has been set.

SetLogonUsersNil

func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) SetLogonUsersNil(b bool)

SetLogonUsersNil sets the value for LogonUsers to be an explicit nil

UnsetLogonUsers

func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) UnsetLogonUsers()

UnsetLogonUsers ensures that no value is present for LogonUsers, not even an explicit nil

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