Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.88 KB

File metadata and controls

102 lines (57 loc) · 3.88 KB

CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier

Properties

Name Type Description Notes
AccountName Pointer to NullableString [optional]
SID Pointer to NullableString [optional]

Methods

NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier

func NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier() *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier

NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier instantiates a new CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier 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

NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifierWithDefaults

func NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifierWithDefaults() *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier

NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifierWithDefaults instantiates a new CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier 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

GetAccountName

func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) GetAccountName() string

GetAccountName returns the AccountName field if non-nil, zero value otherwise.

GetAccountNameOk

func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) GetAccountNameOk() (*string, bool)

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

SetAccountName

func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) SetAccountName(v string)

SetAccountName sets AccountName field to given value.

HasAccountName

func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) HasAccountName() bool

HasAccountName returns a boolean if a field has been set.

SetAccountNameNil

func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) SetAccountNameNil(b bool)

SetAccountNameNil sets the value for AccountName to be an explicit nil

UnsetAccountName

func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) UnsetAccountName()

UnsetAccountName ensures that no value is present for AccountName, not even an explicit nil

GetSID

func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) GetSID() string

GetSID returns the SID field if non-nil, zero value otherwise.

GetSIDOk

func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) GetSIDOk() (*string, bool)

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

SetSID

func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) SetSID(v string)

SetSID sets SID field to given value.

HasSID

func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) HasSID() bool

HasSID returns a boolean if a field has been set.

SetSIDNil

func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) SetSIDNil(b bool)

SetSIDNil sets the value for SID to be an explicit nil

UnsetSID

func (o *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) UnsetSID()

UnsetSID ensures that no value is present for SID, not even an explicit nil

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