Name | Type | Description | Notes |
---|---|---|---|
Running | Pointer to NullableBool | [optional] | |
Staging | Pointer to NullableBool | [optional] |
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
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
func (o *SecurityGroupUpdateGloballyEnabled) GetRunning() bool
GetRunning returns the Running field if non-nil, zero value otherwise.
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.
func (o *SecurityGroupUpdateGloballyEnabled) SetRunning(v bool)
SetRunning sets Running field to given value.
func (o *SecurityGroupUpdateGloballyEnabled) HasRunning() bool
HasRunning returns a boolean if a field has been set.
func (o *SecurityGroupUpdateGloballyEnabled) SetRunningNil(b bool)
SetRunningNil sets the value for Running to be an explicit nil
func (o *SecurityGroupUpdateGloballyEnabled) UnsetRunning()
UnsetRunning ensures that no value is present for Running, not even an explicit nil
func (o *SecurityGroupUpdateGloballyEnabled) GetStaging() bool
GetStaging returns the Staging field if non-nil, zero value otherwise.
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.
func (o *SecurityGroupUpdateGloballyEnabled) SetStaging(v bool)
SetStaging sets Staging field to given value.
func (o *SecurityGroupUpdateGloballyEnabled) HasStaging() bool
HasStaging returns a boolean if a field has been set.
func (o *SecurityGroupUpdateGloballyEnabled) SetStagingNil(b bool)
SetStagingNil sets the value for Staging to be an explicit nil
func (o *SecurityGroupUpdateGloballyEnabled) UnsetStaging()
UnsetStaging ensures that no value is present for Staging, not even an explicit nil