Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.58 KB

File metadata and controls

56 lines (31 loc) · 1.58 KB

PagedLayouts

Properties

Name Type Description Notes
Layouts Pointer to []LayoutDetails [optional]

Methods

NewPagedLayouts

func NewPagedLayouts() *PagedLayouts

NewPagedLayouts instantiates a new PagedLayouts 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

NewPagedLayoutsWithDefaults

func NewPagedLayoutsWithDefaults() *PagedLayouts

NewPagedLayoutsWithDefaults instantiates a new PagedLayouts 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

GetLayouts

func (o *PagedLayouts) GetLayouts() []LayoutDetails

GetLayouts returns the Layouts field if non-nil, zero value otherwise.

GetLayoutsOk

func (o *PagedLayouts) GetLayoutsOk() (*[]LayoutDetails, bool)

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

SetLayouts

func (o *PagedLayouts) SetLayouts(v []LayoutDetails)

SetLayouts sets Layouts field to given value.

HasLayouts

func (o *PagedLayouts) HasLayouts() bool

HasLayouts returns a boolean if a field has been set.

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