| Name | Type | Description | Notes |
|---|---|---|---|
| MembersCount | Pointer to int32 | The number of individual members this role is assigned to | [optional] |
| TeamsCount | Pointer to int32 | The number of teams this role is assigned to | [optional] |
func NewAssignedToRep() *AssignedToRep
NewAssignedToRep instantiates a new AssignedToRep 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 NewAssignedToRepWithDefaults() *AssignedToRep
NewAssignedToRepWithDefaults instantiates a new AssignedToRep 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 *AssignedToRep) GetMembersCount() int32
GetMembersCount returns the MembersCount field if non-nil, zero value otherwise.
func (o *AssignedToRep) GetMembersCountOk() (*int32, bool)
GetMembersCountOk returns a tuple with the MembersCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssignedToRep) SetMembersCount(v int32)
SetMembersCount sets MembersCount field to given value.
func (o *AssignedToRep) HasMembersCount() bool
HasMembersCount returns a boolean if a field has been set.
func (o *AssignedToRep) GetTeamsCount() int32
GetTeamsCount returns the TeamsCount field if non-nil, zero value otherwise.
func (o *AssignedToRep) GetTeamsCountOk() (*int32, bool)
GetTeamsCountOk returns a tuple with the TeamsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssignedToRep) SetTeamsCount(v int32)
SetTeamsCount sets TeamsCount field to given value.
func (o *AssignedToRep) HasTeamsCount() bool
HasTeamsCount returns a boolean if a field has been set.