Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.99 KB

File metadata and controls

93 lines (50 loc) · 2.99 KB

PaginatedEndpointDeviceList

Properties

Name Type Description Notes
Pagination Pagination
Results []EndpointDevice
Autocomplete map[string]interface{}

Methods

NewPaginatedEndpointDeviceList

func NewPaginatedEndpointDeviceList(pagination Pagination, results []EndpointDevice, autocomplete map[string]interface{}, ) *PaginatedEndpointDeviceList

NewPaginatedEndpointDeviceList instantiates a new PaginatedEndpointDeviceList 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

NewPaginatedEndpointDeviceListWithDefaults

func NewPaginatedEndpointDeviceListWithDefaults() *PaginatedEndpointDeviceList

NewPaginatedEndpointDeviceListWithDefaults instantiates a new PaginatedEndpointDeviceList 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

GetPagination

func (o *PaginatedEndpointDeviceList) GetPagination() Pagination

GetPagination returns the Pagination field if non-nil, zero value otherwise.

GetPaginationOk

func (o *PaginatedEndpointDeviceList) GetPaginationOk() (*Pagination, bool)

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

SetPagination

func (o *PaginatedEndpointDeviceList) SetPagination(v Pagination)

SetPagination sets Pagination field to given value.

GetResults

func (o *PaginatedEndpointDeviceList) GetResults() []EndpointDevice

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *PaginatedEndpointDeviceList) GetResultsOk() (*[]EndpointDevice, bool)

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

SetResults

func (o *PaginatedEndpointDeviceList) SetResults(v []EndpointDevice)

SetResults sets Results field to given value.

GetAutocomplete

func (o *PaginatedEndpointDeviceList) GetAutocomplete() map[string]interface{}

GetAutocomplete returns the Autocomplete field if non-nil, zero value otherwise.

GetAutocompleteOk

func (o *PaginatedEndpointDeviceList) GetAutocompleteOk() (*map[string]interface{}, bool)

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

SetAutocomplete

func (o *PaginatedEndpointDeviceList) SetAutocomplete(v map[string]interface{})

SetAutocomplete sets Autocomplete field to given value.

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