Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.94 KB

File metadata and controls

93 lines (50 loc) · 2.94 KB

PaginatedScopeMappingList

Properties

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

Methods

NewPaginatedScopeMappingList

func NewPaginatedScopeMappingList(pagination Pagination, results []ScopeMapping, autocomplete map[string]interface{}, ) *PaginatedScopeMappingList

NewPaginatedScopeMappingList instantiates a new PaginatedScopeMappingList 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

NewPaginatedScopeMappingListWithDefaults

func NewPaginatedScopeMappingListWithDefaults() *PaginatedScopeMappingList

NewPaginatedScopeMappingListWithDefaults instantiates a new PaginatedScopeMappingList 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 *PaginatedScopeMappingList) GetPagination() Pagination

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

GetPaginationOk

func (o *PaginatedScopeMappingList) 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 *PaginatedScopeMappingList) SetPagination(v Pagination)

SetPagination sets Pagination field to given value.

GetResults

func (o *PaginatedScopeMappingList) GetResults() []ScopeMapping

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

GetResultsOk

func (o *PaginatedScopeMappingList) GetResultsOk() (*[]ScopeMapping, 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 *PaginatedScopeMappingList) SetResults(v []ScopeMapping)

SetResults sets Results field to given value.

GetAutocomplete

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

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

GetAutocompleteOk

func (o *PaginatedScopeMappingList) 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 *PaginatedScopeMappingList) SetAutocomplete(v map[string]interface{})

SetAutocomplete sets Autocomplete field to given value.

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