Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.17 KB

SecurityGroupUpdateGloballyEnabled.md

File metadata and controls

102 lines (57 loc) · 3.17 KB

SecurityGroupUpdateGloballyEnabled

Properties

Name Type Description Notes
Running Pointer to NullableBool [optional]
Staging Pointer to NullableBool [optional]

Methods

NewSecurityGroupUpdateGloballyEnabled

func NewSecurityGroupUpdateGloballyEnabled() *SecurityGroupUpdateGloballyEnabled

NewSecurityGroupUpdateGloballyEnabled instantiates a new SecurityGroupUpdateGloballyEnabled 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

NewSecurityGroupUpdateGloballyEnabledWithDefaults

func NewSecurityGroupUpdateGloballyEnabledWithDefaults() *SecurityGroupUpdateGloballyEnabled

NewSecurityGroupUpdateGloballyEnabledWithDefaults instantiates a new SecurityGroupUpdateGloballyEnabled 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

GetRunning

func (o *SecurityGroupUpdateGloballyEnabled) GetRunning() bool

GetRunning returns the Running field if non-nil, zero value otherwise.

GetRunningOk

func (o *SecurityGroupUpdateGloballyEnabled) GetRunningOk() (*bool, bool)

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

SetRunning

func (o *SecurityGroupUpdateGloballyEnabled) SetRunning(v bool)

SetRunning sets Running field to given value.

HasRunning

func (o *SecurityGroupUpdateGloballyEnabled) HasRunning() bool

HasRunning returns a boolean if a field has been set.

SetRunningNil

func (o *SecurityGroupUpdateGloballyEnabled) SetRunningNil(b bool)

SetRunningNil sets the value for Running to be an explicit nil

UnsetRunning

func (o *SecurityGroupUpdateGloballyEnabled) UnsetRunning()

UnsetRunning ensures that no value is present for Running, not even an explicit nil

GetStaging

func (o *SecurityGroupUpdateGloballyEnabled) GetStaging() bool

GetStaging returns the Staging field if non-nil, zero value otherwise.

GetStagingOk

func (o *SecurityGroupUpdateGloballyEnabled) GetStagingOk() (*bool, bool)

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

SetStaging

func (o *SecurityGroupUpdateGloballyEnabled) SetStaging(v bool)

SetStaging sets Staging field to given value.

HasStaging

func (o *SecurityGroupUpdateGloballyEnabled) HasStaging() bool

HasStaging returns a boolean if a field has been set.

SetStagingNil

func (o *SecurityGroupUpdateGloballyEnabled) SetStagingNil(b bool)

SetStagingNil sets the value for Staging to be an explicit nil

UnsetStaging

func (o *SecurityGroupUpdateGloballyEnabled) UnsetStaging()

UnsetStaging ensures that no value is present for Staging, not even an explicit nil

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