Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.7 KB

LinksSelfAndFullUsersLifecycle.md

File metadata and controls

186 lines (101 loc) · 5.7 KB

LinksSelfAndFullUsersLifecycle

Properties

Name Type Description Notes
Self Pointer to HrefObjectSelfLink [optional]
Activate Pointer to HrefObjectActivateLink [optional]
Deactivate Pointer to HrefObjectDeactivateLink [optional]
Suspend Pointer to HrefObjectSuspendLink [optional]
Unsuspend Pointer to HrefObjectUnsuspendLink [optional]
Users Pointer to HrefObject [optional]

Methods

NewLinksSelfAndFullUsersLifecycle

func NewLinksSelfAndFullUsersLifecycle() *LinksSelfAndFullUsersLifecycle

NewLinksSelfAndFullUsersLifecycle instantiates a new LinksSelfAndFullUsersLifecycle 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

NewLinksSelfAndFullUsersLifecycleWithDefaults

func NewLinksSelfAndFullUsersLifecycleWithDefaults() *LinksSelfAndFullUsersLifecycle

NewLinksSelfAndFullUsersLifecycleWithDefaults instantiates a new LinksSelfAndFullUsersLifecycle 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

GetSelf

func (o *LinksSelfAndFullUsersLifecycle) GetSelf() HrefObjectSelfLink

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *LinksSelfAndFullUsersLifecycle) GetSelfOk() (*HrefObjectSelfLink, bool)

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

SetSelf

func (o *LinksSelfAndFullUsersLifecycle) SetSelf(v HrefObjectSelfLink)

SetSelf sets Self field to given value.

HasSelf

func (o *LinksSelfAndFullUsersLifecycle) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetActivate

func (o *LinksSelfAndFullUsersLifecycle) GetActivate() HrefObjectActivateLink

GetActivate returns the Activate field if non-nil, zero value otherwise.

GetActivateOk

func (o *LinksSelfAndFullUsersLifecycle) GetActivateOk() (*HrefObjectActivateLink, bool)

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

SetActivate

func (o *LinksSelfAndFullUsersLifecycle) SetActivate(v HrefObjectActivateLink)

SetActivate sets Activate field to given value.

HasActivate

func (o *LinksSelfAndFullUsersLifecycle) HasActivate() bool

HasActivate returns a boolean if a field has been set.

GetDeactivate

func (o *LinksSelfAndFullUsersLifecycle) GetDeactivate() HrefObjectDeactivateLink

GetDeactivate returns the Deactivate field if non-nil, zero value otherwise.

GetDeactivateOk

func (o *LinksSelfAndFullUsersLifecycle) GetDeactivateOk() (*HrefObjectDeactivateLink, bool)

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

SetDeactivate

func (o *LinksSelfAndFullUsersLifecycle) SetDeactivate(v HrefObjectDeactivateLink)

SetDeactivate sets Deactivate field to given value.

HasDeactivate

func (o *LinksSelfAndFullUsersLifecycle) HasDeactivate() bool

HasDeactivate returns a boolean if a field has been set.

GetSuspend

func (o *LinksSelfAndFullUsersLifecycle) GetSuspend() HrefObjectSuspendLink

GetSuspend returns the Suspend field if non-nil, zero value otherwise.

GetSuspendOk

func (o *LinksSelfAndFullUsersLifecycle) GetSuspendOk() (*HrefObjectSuspendLink, bool)

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

SetSuspend

func (o *LinksSelfAndFullUsersLifecycle) SetSuspend(v HrefObjectSuspendLink)

SetSuspend sets Suspend field to given value.

HasSuspend

func (o *LinksSelfAndFullUsersLifecycle) HasSuspend() bool

HasSuspend returns a boolean if a field has been set.

GetUnsuspend

func (o *LinksSelfAndFullUsersLifecycle) GetUnsuspend() HrefObjectUnsuspendLink

GetUnsuspend returns the Unsuspend field if non-nil, zero value otherwise.

GetUnsuspendOk

func (o *LinksSelfAndFullUsersLifecycle) GetUnsuspendOk() (*HrefObjectUnsuspendLink, bool)

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

SetUnsuspend

func (o *LinksSelfAndFullUsersLifecycle) SetUnsuspend(v HrefObjectUnsuspendLink)

SetUnsuspend sets Unsuspend field to given value.

HasUnsuspend

func (o *LinksSelfAndFullUsersLifecycle) HasUnsuspend() bool

HasUnsuspend returns a boolean if a field has been set.

GetUsers

func (o *LinksSelfAndFullUsersLifecycle) GetUsers() HrefObject

GetUsers returns the Users field if non-nil, zero value otherwise.

GetUsersOk

func (o *LinksSelfAndFullUsersLifecycle) GetUsersOk() (*HrefObject, bool)

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

SetUsers

func (o *LinksSelfAndFullUsersLifecycle) SetUsers(v HrefObject)

SetUsers sets Users field to given value.

HasUsers

func (o *LinksSelfAndFullUsersLifecycle) HasUsers() bool

HasUsers returns a boolean if a field has been set.

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