Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.65 KB

CaptionsUpdatePayload.md

File metadata and controls

56 lines (31 loc) · 1.65 KB

CaptionsUpdatePayload

Properties

Name Type Description Notes
Default Pointer to bool [optional]

Methods

NewCaptionsUpdatePayload

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

NewCaptionsUpdatePayloadWithDefaults

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

GetDefault

func (o *CaptionsUpdatePayload) GetDefault() bool

GetDefault returns the Default field if non-nil, zero value otherwise.

GetDefaultOk

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.

SetDefault

func (o *CaptionsUpdatePayload) SetDefault(v bool)

SetDefault sets Default field to given value.

HasDefault

func (o *CaptionsUpdatePayload) HasDefault() bool

HasDefault returns a boolean if a field has been set.

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