Name | Type | Description | Notes |
---|---|---|---|
Key | Pointer to string | The OpenAlex ID or raw value of the group_by parameter for members of this group | [optional] |
KeyDisplayName | Pointer to string | The display_name or raw value of the group_by parameter for members of this group | [optional] |
Count | Pointer to int32 | The number of entities in the group | [optional] |
func NewListAuthors200ResponseGroupByInner() *ListAuthors200ResponseGroupByInner
NewListAuthors200ResponseGroupByInner instantiates a new ListAuthors200ResponseGroupByInner 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 NewListAuthors200ResponseGroupByInnerWithDefaults() *ListAuthors200ResponseGroupByInner
NewListAuthors200ResponseGroupByInnerWithDefaults instantiates a new ListAuthors200ResponseGroupByInner 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 *ListAuthors200ResponseGroupByInner) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *ListAuthors200ResponseGroupByInner) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAuthors200ResponseGroupByInner) SetKey(v string)
SetKey sets Key field to given value.
func (o *ListAuthors200ResponseGroupByInner) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *ListAuthors200ResponseGroupByInner) GetKeyDisplayName() string
GetKeyDisplayName returns the KeyDisplayName field if non-nil, zero value otherwise.
func (o *ListAuthors200ResponseGroupByInner) GetKeyDisplayNameOk() (*string, bool)
GetKeyDisplayNameOk returns a tuple with the KeyDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAuthors200ResponseGroupByInner) SetKeyDisplayName(v string)
SetKeyDisplayName sets KeyDisplayName field to given value.
func (o *ListAuthors200ResponseGroupByInner) HasKeyDisplayName() bool
HasKeyDisplayName returns a boolean if a field has been set.
func (o *ListAuthors200ResponseGroupByInner) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *ListAuthors200ResponseGroupByInner) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAuthors200ResponseGroupByInner) SetCount(v int32)
SetCount sets Count field to given value.
func (o *ListAuthors200ResponseGroupByInner) HasCount() bool
HasCount returns a boolean if a field has been set.