| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | ||
| Kind | string | ||
| MaintainerMember | Pointer to ViewsMaintainerMember | [optional] | |
| MaintainerTeam | Pointer to ViewsMaintainerTeam | [optional] |
func NewMaintainer(id string, kind string, ) *Maintainer
NewMaintainer instantiates a new Maintainer 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 NewMaintainerWithDefaults() *Maintainer
NewMaintainerWithDefaults instantiates a new Maintainer 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 *Maintainer) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Maintainer) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Maintainer) SetId(v string)
SetId sets Id field to given value.
func (o *Maintainer) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *Maintainer) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Maintainer) SetKind(v string)
SetKind sets Kind field to given value.
func (o *Maintainer) GetMaintainerMember() ViewsMaintainerMember
GetMaintainerMember returns the MaintainerMember field if non-nil, zero value otherwise.
func (o *Maintainer) GetMaintainerMemberOk() (*ViewsMaintainerMember, bool)
GetMaintainerMemberOk returns a tuple with the MaintainerMember field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Maintainer) SetMaintainerMember(v ViewsMaintainerMember)
SetMaintainerMember sets MaintainerMember field to given value.
func (o *Maintainer) HasMaintainerMember() bool
HasMaintainerMember returns a boolean if a field has been set.
func (o *Maintainer) GetMaintainerTeam() ViewsMaintainerTeam
GetMaintainerTeam returns the MaintainerTeam field if non-nil, zero value otherwise.
func (o *Maintainer) GetMaintainerTeamOk() (*ViewsMaintainerTeam, bool)
GetMaintainerTeamOk returns a tuple with the MaintainerTeam field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Maintainer) SetMaintainerTeam(v ViewsMaintainerTeam)
SetMaintainerTeam sets MaintainerTeam field to given value.
func (o *Maintainer) HasMaintainerTeam() bool
HasMaintainerTeam returns a boolean if a field has been set.