Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4 KB

File metadata and controls

134 lines (73 loc) · 4 KB

TeamRepExpandableProperties

Properties

Name Type Description Notes
Roles Pointer to TeamCustomRoles [optional]
Members Pointer to TeamMembers [optional]
Projects Pointer to TeamProjects [optional]
Maintainers Pointer to TeamMaintainers [optional]

Methods

NewTeamRepExpandableProperties

func NewTeamRepExpandableProperties() *TeamRepExpandableProperties

NewTeamRepExpandableProperties instantiates a new TeamRepExpandableProperties 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

NewTeamRepExpandablePropertiesWithDefaults

func NewTeamRepExpandablePropertiesWithDefaults() *TeamRepExpandableProperties

NewTeamRepExpandablePropertiesWithDefaults instantiates a new TeamRepExpandableProperties 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

GetRoles

func (o *TeamRepExpandableProperties) GetRoles() TeamCustomRoles

GetRoles returns the Roles field if non-nil, zero value otherwise.

GetRolesOk

func (o *TeamRepExpandableProperties) GetRolesOk() (*TeamCustomRoles, bool)

GetRolesOk returns a tuple with the Roles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRoles

func (o *TeamRepExpandableProperties) SetRoles(v TeamCustomRoles)

SetRoles sets Roles field to given value.

HasRoles

func (o *TeamRepExpandableProperties) HasRoles() bool

HasRoles returns a boolean if a field has been set.

GetMembers

func (o *TeamRepExpandableProperties) GetMembers() TeamMembers

GetMembers returns the Members field if non-nil, zero value otherwise.

GetMembersOk

func (o *TeamRepExpandableProperties) GetMembersOk() (*TeamMembers, bool)

GetMembersOk returns a tuple with the Members field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMembers

func (o *TeamRepExpandableProperties) SetMembers(v TeamMembers)

SetMembers sets Members field to given value.

HasMembers

func (o *TeamRepExpandableProperties) HasMembers() bool

HasMembers returns a boolean if a field has been set.

GetProjects

func (o *TeamRepExpandableProperties) GetProjects() TeamProjects

GetProjects returns the Projects field if non-nil, zero value otherwise.

GetProjectsOk

func (o *TeamRepExpandableProperties) GetProjectsOk() (*TeamProjects, bool)

GetProjectsOk returns a tuple with the Projects field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProjects

func (o *TeamRepExpandableProperties) SetProjects(v TeamProjects)

SetProjects sets Projects field to given value.

HasProjects

func (o *TeamRepExpandableProperties) HasProjects() bool

HasProjects returns a boolean if a field has been set.

GetMaintainers

func (o *TeamRepExpandableProperties) GetMaintainers() TeamMaintainers

GetMaintainers returns the Maintainers field if non-nil, zero value otherwise.

GetMaintainersOk

func (o *TeamRepExpandableProperties) GetMaintainersOk() (*TeamMaintainers, bool)

GetMaintainersOk returns a tuple with the Maintainers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMaintainers

func (o *TeamRepExpandableProperties) SetMaintainers(v TeamMaintainers)

SetMaintainers sets Maintainers field to given value.

HasMaintainers

func (o *TeamRepExpandableProperties) HasMaintainers() bool

HasMaintainers returns a boolean if a field has been set.

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