Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.62 KB

AccountObjectVersionSettingsOutput.md

File metadata and controls

108 lines (59 loc) · 3.62 KB

AccountObjectVersionSettingsOutput

Properties

Name Type Description Notes
DefaultVersioning Pointer to bool [optional]
ForceNewVersions Pointer to bool [optional]
Items Pointer to []ObjectVersionSettingsOutput [optional]

Methods

NewAccountObjectVersionSettingsOutput

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

NewAccountObjectVersionSettingsOutputWithDefaults

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

GetDefaultVersioning

func (o *AccountObjectVersionSettingsOutput) GetDefaultVersioning() bool

GetDefaultVersioning returns the DefaultVersioning field if non-nil, zero value otherwise.

GetDefaultVersioningOk

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.

SetDefaultVersioning

func (o *AccountObjectVersionSettingsOutput) SetDefaultVersioning(v bool)

SetDefaultVersioning sets DefaultVersioning field to given value.

HasDefaultVersioning

func (o *AccountObjectVersionSettingsOutput) HasDefaultVersioning() bool

HasDefaultVersioning returns a boolean if a field has been set.

GetForceNewVersions

func (o *AccountObjectVersionSettingsOutput) GetForceNewVersions() bool

GetForceNewVersions returns the ForceNewVersions field if non-nil, zero value otherwise.

GetForceNewVersionsOk

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.

SetForceNewVersions

func (o *AccountObjectVersionSettingsOutput) SetForceNewVersions(v bool)

SetForceNewVersions sets ForceNewVersions field to given value.

HasForceNewVersions

func (o *AccountObjectVersionSettingsOutput) HasForceNewVersions() bool

HasForceNewVersions returns a boolean if a field has been set.

GetItems

func (o *AccountObjectVersionSettingsOutput) GetItems() []ObjectVersionSettingsOutput

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

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.

SetItems

func (o *AccountObjectVersionSettingsOutput) SetItems(v []ObjectVersionSettingsOutput)

SetItems sets Items field to given value.

HasItems

func (o *AccountObjectVersionSettingsOutput) HasItems() bool

HasItems returns a boolean if a field has been set.

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