Name | Type | Description | Notes |
---|---|---|---|
Meta | Pointer to ListAuthors200ResponseMeta | [optional] | |
Results | Pointer to []ListPublishers200ResponseResultsInner | [optional] | |
GroupBy | Pointer to []ListAuthors200ResponseGroupByInner | [optional] |
func NewListPublishers200Response() *ListPublishers200Response
NewListPublishers200Response instantiates a new ListPublishers200Response 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
func NewListPublishers200ResponseWithDefaults() *ListPublishers200Response
NewListPublishers200ResponseWithDefaults instantiates a new ListPublishers200Response 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
func (o *ListPublishers200Response) GetMeta() ListAuthors200ResponseMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *ListPublishers200Response) 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.
func (o *ListPublishers200Response) SetMeta(v ListAuthors200ResponseMeta)
SetMeta sets Meta field to given value.
func (o *ListPublishers200Response) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *ListPublishers200Response) GetResults() []ListPublishers200ResponseResultsInner
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *ListPublishers200Response) GetResultsOk() (*[]ListPublishers200ResponseResultsInner, 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.
func (o *ListPublishers200Response) SetResults(v []ListPublishers200ResponseResultsInner)
SetResults sets Results field to given value.
func (o *ListPublishers200Response) HasResults() bool
HasResults returns a boolean if a field has been set.
func (o *ListPublishers200Response) GetGroupBy() []ListAuthors200ResponseGroupByInner
GetGroupBy returns the GroupBy field if non-nil, zero value otherwise.
func (o *ListPublishers200Response) 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.
func (o *ListPublishers200Response) SetGroupBy(v []ListAuthors200ResponseGroupByInner)
SetGroupBy sets GroupBy field to given value.
func (o *ListPublishers200Response) HasGroupBy() bool
HasGroupBy returns a boolean if a field has been set.