Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.65 KB

File metadata and controls

93 lines (50 loc) · 2.65 KB

MemberTeamSummaryRep

Properties

Name Type Description Notes
CustomRoleKeys []string A list of keys of the custom roles this team has access to
Key string The team key
Name string The team name

Methods

NewMemberTeamSummaryRep

func NewMemberTeamSummaryRep(customRoleKeys []string, key string, name string, ) *MemberTeamSummaryRep

NewMemberTeamSummaryRep instantiates a new MemberTeamSummaryRep 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

NewMemberTeamSummaryRepWithDefaults

func NewMemberTeamSummaryRepWithDefaults() *MemberTeamSummaryRep

NewMemberTeamSummaryRepWithDefaults instantiates a new MemberTeamSummaryRep 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

GetCustomRoleKeys

func (o *MemberTeamSummaryRep) GetCustomRoleKeys() []string

GetCustomRoleKeys returns the CustomRoleKeys field if non-nil, zero value otherwise.

GetCustomRoleKeysOk

func (o *MemberTeamSummaryRep) GetCustomRoleKeysOk() (*[]string, bool)

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

SetCustomRoleKeys

func (o *MemberTeamSummaryRep) SetCustomRoleKeys(v []string)

SetCustomRoleKeys sets CustomRoleKeys field to given value.

GetKey

func (o *MemberTeamSummaryRep) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *MemberTeamSummaryRep) GetKeyOk() (*string, bool)

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

SetKey

func (o *MemberTeamSummaryRep) SetKey(v string)

SetKey sets Key field to given value.

GetName

func (o *MemberTeamSummaryRep) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *MemberTeamSummaryRep) GetNameOk() (*string, bool)

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

SetName

func (o *MemberTeamSummaryRep) SetName(v string)

SetName sets Name field to given value.

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