Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.38 KB

File metadata and controls

82 lines (45 loc) · 2.38 KB

AssignedToRep

Properties

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]

Methods

NewAssignedToRep

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

NewAssignedToRepWithDefaults

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

GetMembersCount

func (o *AssignedToRep) GetMembersCount() int32

GetMembersCount returns the MembersCount field if non-nil, zero value otherwise.

GetMembersCountOk

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.

SetMembersCount

func (o *AssignedToRep) SetMembersCount(v int32)

SetMembersCount sets MembersCount field to given value.

HasMembersCount

func (o *AssignedToRep) HasMembersCount() bool

HasMembersCount returns a boolean if a field has been set.

GetTeamsCount

func (o *AssignedToRep) GetTeamsCount() int32

GetTeamsCount returns the TeamsCount field if non-nil, zero value otherwise.

GetTeamsCountOk

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.

SetTeamsCount

func (o *AssignedToRep) SetTeamsCount(v int32)

SetTeamsCount sets TeamsCount field to given value.

HasTeamsCount

func (o *AssignedToRep) HasTeamsCount() bool

HasTeamsCount returns a boolean if a field has been set.

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