Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.45 KB

ListAuthors200ResponseGroupByInner.md

File metadata and controls

108 lines (59 loc) · 3.45 KB

ListAuthors200ResponseGroupByInner

Properties

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]

Methods

NewListAuthors200ResponseGroupByInner

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

NewListAuthors200ResponseGroupByInnerWithDefaults

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

GetKey

func (o *ListAuthors200ResponseGroupByInner) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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.

SetKey

func (o *ListAuthors200ResponseGroupByInner) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *ListAuthors200ResponseGroupByInner) HasKey() bool

HasKey returns a boolean if a field has been set.

GetKeyDisplayName

func (o *ListAuthors200ResponseGroupByInner) GetKeyDisplayName() string

GetKeyDisplayName returns the KeyDisplayName field if non-nil, zero value otherwise.

GetKeyDisplayNameOk

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.

SetKeyDisplayName

func (o *ListAuthors200ResponseGroupByInner) SetKeyDisplayName(v string)

SetKeyDisplayName sets KeyDisplayName field to given value.

HasKeyDisplayName

func (o *ListAuthors200ResponseGroupByInner) HasKeyDisplayName() bool

HasKeyDisplayName returns a boolean if a field has been set.

GetCount

func (o *ListAuthors200ResponseGroupByInner) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

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.

SetCount

func (o *ListAuthors200ResponseGroupByInner) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *ListAuthors200ResponseGroupByInner) HasCount() bool

HasCount returns a boolean if a field has been set.

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