Name | Type | Description | Notes |
---|---|---|---|
UpdatedAt | string | ||
Count | int32 | ||
User | User |
func NewUserContributor(updatedAt string, count int32, user User, ) *UserContributor
NewUserContributor instantiates a new UserContributor 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 NewUserContributorWithDefaults() *UserContributor
NewUserContributorWithDefaults instantiates a new UserContributor 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 *UserContributor) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *UserContributor) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserContributor) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *UserContributor) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *UserContributor) 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 *UserContributor) SetCount(v int32)
SetCount sets Count field to given value.
func (o *UserContributor) GetUser() User
GetUser returns the User field if non-nil, zero value otherwise.
func (o *UserContributor) GetUserOk() (*User, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserContributor) SetUser(v User)
SetUser sets User field to given value.