Name | Type | Description | Notes |
---|---|---|---|
Default | Pointer to bool | [optional] |
func NewCaptionsUpdatePayload() *CaptionsUpdatePayload
NewCaptionsUpdatePayload instantiates a new CaptionsUpdatePayload 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 NewCaptionsUpdatePayloadWithDefaults() *CaptionsUpdatePayload
NewCaptionsUpdatePayloadWithDefaults instantiates a new CaptionsUpdatePayload 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 *CaptionsUpdatePayload) GetDefault() bool
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *CaptionsUpdatePayload) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CaptionsUpdatePayload) SetDefault(v bool)
SetDefault sets Default field to given value.
func (o *CaptionsUpdatePayload) HasDefault() bool
HasDefault returns a boolean if a field has been set.