Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.23 KB

File metadata and controls

82 lines (45 loc) · 2.23 KB

MaintainerRep

Properties

Name Type Description Notes
Member Pointer to MemberSummary [optional]
Team Pointer to MemberTeamSummaryRep [optional]

Methods

NewMaintainerRep

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

NewMaintainerRepWithDefaults

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

GetMember

func (o *MaintainerRep) GetMember() MemberSummary

GetMember returns the Member field if non-nil, zero value otherwise.

GetMemberOk

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.

SetMember

func (o *MaintainerRep) SetMember(v MemberSummary)

SetMember sets Member field to given value.

HasMember

func (o *MaintainerRep) HasMember() bool

HasMember returns a boolean if a field has been set.

GetTeam

func (o *MaintainerRep) GetTeam() MemberTeamSummaryRep

GetTeam returns the Team field if non-nil, zero value otherwise.

GetTeamOk

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.

SetTeam

func (o *MaintainerRep) SetTeam(v MemberTeamSummaryRep)

SetTeam sets Team field to given value.

HasTeam

func (o *MaintainerRep) HasTeam() bool

HasTeam returns a boolean if a field has been set.

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