| Name | Type | Description | Notes |
|---|---|---|---|
| Roles | Pointer to TeamCustomRoles | [optional] | |
| Members | Pointer to TeamMembers | [optional] | |
| Projects | Pointer to TeamProjects | [optional] | |
| Maintainers | Pointer to TeamMaintainers | [optional] |
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
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
func (o *TeamRepExpandableProperties) GetRoles() TeamCustomRoles
GetRoles returns the Roles field if non-nil, zero value otherwise.
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.
func (o *TeamRepExpandableProperties) SetRoles(v TeamCustomRoles)
SetRoles sets Roles field to given value.
func (o *TeamRepExpandableProperties) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (o *TeamRepExpandableProperties) GetMembers() TeamMembers
GetMembers returns the Members field if non-nil, zero value otherwise.
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.
func (o *TeamRepExpandableProperties) SetMembers(v TeamMembers)
SetMembers sets Members field to given value.
func (o *TeamRepExpandableProperties) HasMembers() bool
HasMembers returns a boolean if a field has been set.
func (o *TeamRepExpandableProperties) GetProjects() TeamProjects
GetProjects returns the Projects field if non-nil, zero value otherwise.
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.
func (o *TeamRepExpandableProperties) SetProjects(v TeamProjects)
SetProjects sets Projects field to given value.
func (o *TeamRepExpandableProperties) HasProjects() bool
HasProjects returns a boolean if a field has been set.
func (o *TeamRepExpandableProperties) GetMaintainers() TeamMaintainers
GetMaintainers returns the Maintainers field if non-nil, zero value otherwise.
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.
func (o *TeamRepExpandableProperties) SetMaintainers(v TeamMaintainers)
SetMaintainers sets Maintainers field to given value.
func (o *TeamRepExpandableProperties) HasMaintainers() bool
HasMaintainers returns a boolean if a field has been set.