Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.54 KB

CapabilitiesUpdateObject.md

File metadata and controls

108 lines (59 loc) · 3.54 KB

CapabilitiesUpdateObject

Properties

Name Type Description Notes
LifecycleDeactivate Pointer to LifecycleDeactivateSettingObject [optional]
Password Pointer to PasswordSettingObject [optional]
Profile Pointer to ProfileSettingObject [optional]

Methods

NewCapabilitiesUpdateObject

func NewCapabilitiesUpdateObject() *CapabilitiesUpdateObject

NewCapabilitiesUpdateObject instantiates a new CapabilitiesUpdateObject 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

NewCapabilitiesUpdateObjectWithDefaults

func NewCapabilitiesUpdateObjectWithDefaults() *CapabilitiesUpdateObject

NewCapabilitiesUpdateObjectWithDefaults instantiates a new CapabilitiesUpdateObject 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

GetLifecycleDeactivate

func (o *CapabilitiesUpdateObject) GetLifecycleDeactivate() LifecycleDeactivateSettingObject

GetLifecycleDeactivate returns the LifecycleDeactivate field if non-nil, zero value otherwise.

GetLifecycleDeactivateOk

func (o *CapabilitiesUpdateObject) GetLifecycleDeactivateOk() (*LifecycleDeactivateSettingObject, bool)

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

SetLifecycleDeactivate

func (o *CapabilitiesUpdateObject) SetLifecycleDeactivate(v LifecycleDeactivateSettingObject)

SetLifecycleDeactivate sets LifecycleDeactivate field to given value.

HasLifecycleDeactivate

func (o *CapabilitiesUpdateObject) HasLifecycleDeactivate() bool

HasLifecycleDeactivate returns a boolean if a field has been set.

GetPassword

func (o *CapabilitiesUpdateObject) GetPassword() PasswordSettingObject

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *CapabilitiesUpdateObject) GetPasswordOk() (*PasswordSettingObject, bool)

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

SetPassword

func (o *CapabilitiesUpdateObject) SetPassword(v PasswordSettingObject)

SetPassword sets Password field to given value.

HasPassword

func (o *CapabilitiesUpdateObject) HasPassword() bool

HasPassword returns a boolean if a field has been set.

GetProfile

func (o *CapabilitiesUpdateObject) GetProfile() ProfileSettingObject

GetProfile returns the Profile field if non-nil, zero value otherwise.

GetProfileOk

func (o *CapabilitiesUpdateObject) GetProfileOk() (*ProfileSettingObject, bool)

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

SetProfile

func (o *CapabilitiesUpdateObject) SetProfile(v ProfileSettingObject)

SetProfile sets Profile field to given value.

HasProfile

func (o *CapabilitiesUpdateObject) HasProfile() bool

HasProfile returns a boolean if a field has been set.

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