| Name | Type | Description | Notes |
|---|---|---|---|
| Member | Pointer to MemberSummary | [optional] | |
| Team | Pointer to MemberTeamSummaryRep | [optional] |
func NewMaintainerRep() *MaintainerRep
NewMaintainerRep instantiates a new MaintainerRep 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 NewMaintainerRepWithDefaults() *MaintainerRep
NewMaintainerRepWithDefaults instantiates a new MaintainerRep 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 *MaintainerRep) GetMember() MemberSummary
GetMember returns the Member field if non-nil, zero value otherwise.
func (o *MaintainerRep) GetMemberOk() (*MemberSummary, bool)
GetMemberOk returns a tuple with the Member field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MaintainerRep) SetMember(v MemberSummary)
SetMember sets Member field to given value.
func (o *MaintainerRep) HasMember() bool
HasMember returns a boolean if a field has been set.
func (o *MaintainerRep) GetTeam() MemberTeamSummaryRep
GetTeam returns the Team field if non-nil, zero value otherwise.
func (o *MaintainerRep) GetTeamOk() (*MemberTeamSummaryRep, bool)
GetTeamOk returns a tuple with the Team field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MaintainerRep) SetTeam(v MemberTeamSummaryRep)
SetTeam sets Team field to given value.
func (o *MaintainerRep) HasTeam() bool
HasTeam returns a boolean if a field has been set.