Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.06 KB

ListsIndex200Response.md

File metadata and controls

108 lines (59 loc) · 3.06 KB

ListsIndex200Response

Properties

Name Type Description Notes
Data Pointer to []DynamicField [optional]
Links Pointer to PaginatedResponseLinks [optional]
Meta Pointer to PaginatedResponseMeta [optional]

Methods

NewListsIndex200Response

func NewListsIndex200Response() *ListsIndex200Response

NewListsIndex200Response instantiates a new ListsIndex200Response 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

NewListsIndex200ResponseWithDefaults

func NewListsIndex200ResponseWithDefaults() *ListsIndex200Response

NewListsIndex200ResponseWithDefaults instantiates a new ListsIndex200Response 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

GetData

func (o *ListsIndex200Response) GetData() []DynamicField

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *ListsIndex200Response) GetDataOk() (*[]DynamicField, bool)

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

SetData

func (o *ListsIndex200Response) SetData(v []DynamicField)

SetData sets Data field to given value.

HasData

func (o *ListsIndex200Response) HasData() bool

HasData returns a boolean if a field has been set.

GetLinks

func (o *ListsIndex200Response) GetLinks() PaginatedResponseLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *ListsIndex200Response) GetLinksOk() (*PaginatedResponseLinks, bool)

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

SetLinks

func (o *ListsIndex200Response) SetLinks(v PaginatedResponseLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *ListsIndex200Response) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetMeta

func (o *ListsIndex200Response) GetMeta() PaginatedResponseMeta

GetMeta returns the Meta field if non-nil, zero value otherwise.

GetMetaOk

func (o *ListsIndex200Response) GetMetaOk() (*PaginatedResponseMeta, bool)

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

SetMeta

func (o *ListsIndex200Response) SetMeta(v PaginatedResponseMeta)

SetMeta sets Meta field to given value.

HasMeta

func (o *ListsIndex200Response) HasMeta() bool

HasMeta returns a boolean if a field has been set.

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