Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.44 KB

Frames.md

File metadata and controls

56 lines (31 loc) · 1.44 KB

Frames

Properties

Name Type Description Notes
Frames Pointer to []Frame [optional]

Methods

NewFrames

func NewFrames() *Frames

NewFrames instantiates a new Frames 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

NewFramesWithDefaults

func NewFramesWithDefaults() *Frames

NewFramesWithDefaults instantiates a new Frames 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

GetFrames

func (o *Frames) GetFrames() []Frame

GetFrames returns the Frames field if non-nil, zero value otherwise.

GetFramesOk

func (o *Frames) GetFramesOk() (*[]Frame, bool)

GetFramesOk returns a tuple with the Frames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFrames

func (o *Frames) SetFrames(v []Frame)

SetFrames sets Frames field to given value.

HasFrames

func (o *Frames) HasFrames() bool

HasFrames returns a boolean if a field has been set.

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