Name | Type | Description | Notes |
---|---|---|---|
DefaultVersioning | Pointer to bool | [optional] | |
ForceNewVersions | Pointer to bool | [optional] | |
Items | Pointer to []ObjectVersionSettingsOutput | [optional] |
func NewAccountObjectVersionSettingsOutput() *AccountObjectVersionSettingsOutput
NewAccountObjectVersionSettingsOutput instantiates a new AccountObjectVersionSettingsOutput 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 NewAccountObjectVersionSettingsOutputWithDefaults() *AccountObjectVersionSettingsOutput
NewAccountObjectVersionSettingsOutputWithDefaults instantiates a new AccountObjectVersionSettingsOutput 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 *AccountObjectVersionSettingsOutput) GetDefaultVersioning() bool
GetDefaultVersioning returns the DefaultVersioning field if non-nil, zero value otherwise.
func (o *AccountObjectVersionSettingsOutput) GetDefaultVersioningOk() (*bool, bool)
GetDefaultVersioningOk returns a tuple with the DefaultVersioning field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountObjectVersionSettingsOutput) SetDefaultVersioning(v bool)
SetDefaultVersioning sets DefaultVersioning field to given value.
func (o *AccountObjectVersionSettingsOutput) HasDefaultVersioning() bool
HasDefaultVersioning returns a boolean if a field has been set.
func (o *AccountObjectVersionSettingsOutput) GetForceNewVersions() bool
GetForceNewVersions returns the ForceNewVersions field if non-nil, zero value otherwise.
func (o *AccountObjectVersionSettingsOutput) GetForceNewVersionsOk() (*bool, bool)
GetForceNewVersionsOk returns a tuple with the ForceNewVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountObjectVersionSettingsOutput) SetForceNewVersions(v bool)
SetForceNewVersions sets ForceNewVersions field to given value.
func (o *AccountObjectVersionSettingsOutput) HasForceNewVersions() bool
HasForceNewVersions returns a boolean if a field has been set.
func (o *AccountObjectVersionSettingsOutput) GetItems() []ObjectVersionSettingsOutput
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *AccountObjectVersionSettingsOutput) GetItemsOk() (*[]ObjectVersionSettingsOutput, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountObjectVersionSettingsOutput) SetItems(v []ObjectVersionSettingsOutput)
SetItems sets Items field to given value.
func (o *AccountObjectVersionSettingsOutput) HasItems() bool
HasItems returns a boolean if a field has been set.