Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.39 KB

ListConcepts200Response.md

File metadata and controls

108 lines (59 loc) · 3.39 KB

ListConcepts200Response

Properties

Name Type Description Notes
Meta Pointer to ListAuthors200ResponseMeta [optional]
Results Pointer to []ListConcepts200ResponseResultsInner [optional]
GroupBy Pointer to []ListAuthors200ResponseGroupByInner [optional]

Methods

NewListConcepts200Response

func NewListConcepts200Response() *ListConcepts200Response

NewListConcepts200Response instantiates a new ListConcepts200Response 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

NewListConcepts200ResponseWithDefaults

func NewListConcepts200ResponseWithDefaults() *ListConcepts200Response

NewListConcepts200ResponseWithDefaults instantiates a new ListConcepts200Response 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

GetMeta

func (o *ListConcepts200Response) GetMeta() ListAuthors200ResponseMeta

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

GetMetaOk

func (o *ListConcepts200Response) GetMetaOk() (*ListAuthors200ResponseMeta, 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 *ListConcepts200Response) SetMeta(v ListAuthors200ResponseMeta)

SetMeta sets Meta field to given value.

HasMeta

func (o *ListConcepts200Response) HasMeta() bool

HasMeta returns a boolean if a field has been set.

GetResults

func (o *ListConcepts200Response) GetResults() []ListConcepts200ResponseResultsInner

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

GetResultsOk

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

SetResults sets Results field to given value.

HasResults

func (o *ListConcepts200Response) HasResults() bool

HasResults returns a boolean if a field has been set.

GetGroupBy

func (o *ListConcepts200Response) GetGroupBy() []ListAuthors200ResponseGroupByInner

GetGroupBy returns the GroupBy field if non-nil, zero value otherwise.

GetGroupByOk

func (o *ListConcepts200Response) GetGroupByOk() (*[]ListAuthors200ResponseGroupByInner, bool)

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

SetGroupBy

func (o *ListConcepts200Response) SetGroupBy(v []ListAuthors200ResponseGroupByInner)

SetGroupBy sets GroupBy field to given value.

HasGroupBy

func (o *ListConcepts200Response) HasGroupBy() bool

HasGroupBy returns a boolean if a field has been set.

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