Name | Type | Description | Notes |
---|---|---|---|
Next | Pointer to ListNext | [optional] | |
Count | Pointer to float32 | Total count of objects in the list | [optional] |
Items | []UserContributor |
func NewGetContributorsByChangeRequestId200Response(items []UserContributor, ) *GetContributorsByChangeRequestId200Response
NewGetContributorsByChangeRequestId200Response instantiates a new GetContributorsByChangeRequestId200Response 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 NewGetContributorsByChangeRequestId200ResponseWithDefaults() *GetContributorsByChangeRequestId200Response
NewGetContributorsByChangeRequestId200ResponseWithDefaults instantiates a new GetContributorsByChangeRequestId200Response 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 *GetContributorsByChangeRequestId200Response) GetNext() ListNext
GetNext returns the Next field if non-nil, zero value otherwise.
func (o *GetContributorsByChangeRequestId200Response) GetNextOk() (*ListNext, bool)
GetNextOk returns a tuple with the Next field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetContributorsByChangeRequestId200Response) SetNext(v ListNext)
SetNext sets Next field to given value.
func (o *GetContributorsByChangeRequestId200Response) HasNext() bool
HasNext returns a boolean if a field has been set.
func (o *GetContributorsByChangeRequestId200Response) GetCount() float32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *GetContributorsByChangeRequestId200Response) GetCountOk() (*float32, 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 *GetContributorsByChangeRequestId200Response) SetCount(v float32)
SetCount sets Count field to given value.
func (o *GetContributorsByChangeRequestId200Response) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *GetContributorsByChangeRequestId200Response) GetItems() []UserContributor
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *GetContributorsByChangeRequestId200Response) GetItemsOk() (*[]UserContributor, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetContributorsByChangeRequestId200Response) SetItems(v []UserContributor)
SetItems sets Items field to given value.