Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.95 KB

CapabilitiesCreateObject.md

File metadata and controls

56 lines (31 loc) · 1.95 KB

CapabilitiesCreateObject

Properties

Name Type Description Notes
LifecycleCreate Pointer to LifecycleCreateSettingObject [optional]

Methods

NewCapabilitiesCreateObject

func NewCapabilitiesCreateObject() *CapabilitiesCreateObject

NewCapabilitiesCreateObject instantiates a new CapabilitiesCreateObject 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

NewCapabilitiesCreateObjectWithDefaults

func NewCapabilitiesCreateObjectWithDefaults() *CapabilitiesCreateObject

NewCapabilitiesCreateObjectWithDefaults instantiates a new CapabilitiesCreateObject 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

GetLifecycleCreate

func (o *CapabilitiesCreateObject) GetLifecycleCreate() LifecycleCreateSettingObject

GetLifecycleCreate returns the LifecycleCreate field if non-nil, zero value otherwise.

GetLifecycleCreateOk

func (o *CapabilitiesCreateObject) GetLifecycleCreateOk() (*LifecycleCreateSettingObject, bool)

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

SetLifecycleCreate

func (o *CapabilitiesCreateObject) SetLifecycleCreate(v LifecycleCreateSettingObject)

SetLifecycleCreate sets LifecycleCreate field to given value.

HasLifecycleCreate

func (o *CapabilitiesCreateObject) HasLifecycleCreate() bool

HasLifecycleCreate returns a boolean if a field has been set.

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