Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.14 KB

ConnectionSearchResponse.md

File metadata and controls

108 lines (59 loc) · 3.14 KB

ConnectionSearchResponse

Properties

Name Type Description Notes
Pagination Pointer to Pagination [optional]
Sort Pointer to []SortCriteriaResponse [optional]
Data Pointer to []Connection [optional]

Methods

NewConnectionSearchResponse

func NewConnectionSearchResponse() *ConnectionSearchResponse

NewConnectionSearchResponse instantiates a new ConnectionSearchResponse 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

NewConnectionSearchResponseWithDefaults

func NewConnectionSearchResponseWithDefaults() *ConnectionSearchResponse

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

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

GetPaginationOk

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

SetPagination sets Pagination field to given value.

HasPagination

func (o *ConnectionSearchResponse) HasPagination() bool

HasPagination returns a boolean if a field has been set.

GetSort

func (o *ConnectionSearchResponse) GetSort() []SortCriteriaResponse

GetSort returns the Sort field if non-nil, zero value otherwise.

GetSortOk

func (o *ConnectionSearchResponse) GetSortOk() (*[]SortCriteriaResponse, bool)

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

SetSort

func (o *ConnectionSearchResponse) SetSort(v []SortCriteriaResponse)

SetSort sets Sort field to given value.

HasSort

func (o *ConnectionSearchResponse) HasSort() bool

HasSort returns a boolean if a field has been set.

GetData

func (o *ConnectionSearchResponse) GetData() []Connection

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

GetDataOk

func (o *ConnectionSearchResponse) GetDataOk() (*[]Connection, 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 *ConnectionSearchResponse) SetData(v []Connection)

SetData sets Data field to given value.

HasData

func (o *ConnectionSearchResponse) HasData() bool

HasData returns a boolean if a field has been set.

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