Skip to content

Latest commit

 

History

History
394 lines (213 loc) · 9.78 KB

File metadata and controls

394 lines (213 loc) · 9.78 KB

Team

Properties

Name Type Description Notes
Description Pointer to string A description of the team [optional]
Key Pointer to string The team key [optional]
Name Pointer to string A human-friendly name for the team [optional]
Access Pointer to Access [optional]
CreationDate Pointer to int64 [optional]
Links Pointer to map[string]Link The location and content type of related resources [optional]
LastModified Pointer to int64 [optional]
Version Pointer to int32 The team version [optional]
IdpSynced Pointer to bool Whether the team has been synced with an external identity provider (IdP). Team sync is available to customers on an Enterprise plan. [optional]
RoleAttributes Pointer to map[string][]string [optional]
Roles Pointer to TeamCustomRoles [optional]
Members Pointer to TeamMembers [optional]
Projects Pointer to TeamProjects [optional]
Maintainers Pointer to TeamMaintainers [optional]

Methods

NewTeam

func NewTeam() *Team

NewTeam instantiates a new Team 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

NewTeamWithDefaults

func NewTeamWithDefaults() *Team

NewTeamWithDefaults instantiates a new Team 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

GetDescription

func (o *Team) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *Team) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *Team) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *Team) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetKey

func (o *Team) GetKey() string

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

GetKeyOk

func (o *Team) 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 *Team) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *Team) HasKey() bool

HasKey returns a boolean if a field has been set.

GetName

func (o *Team) GetName() string

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

GetNameOk

func (o *Team) 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 *Team) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *Team) HasName() bool

HasName returns a boolean if a field has been set.

GetAccess

func (o *Team) GetAccess() Access

GetAccess returns the Access field if non-nil, zero value otherwise.

GetAccessOk

func (o *Team) GetAccessOk() (*Access, bool)

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

SetAccess

func (o *Team) SetAccess(v Access)

SetAccess sets Access field to given value.

HasAccess

func (o *Team) HasAccess() bool

HasAccess returns a boolean if a field has been set.

GetCreationDate

func (o *Team) GetCreationDate() int64

GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.

GetCreationDateOk

func (o *Team) GetCreationDateOk() (*int64, bool)

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

SetCreationDate

func (o *Team) SetCreationDate(v int64)

SetCreationDate sets CreationDate field to given value.

HasCreationDate

func (o *Team) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

GetLinks

func (o *Team) GetLinks() map[string]Link

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *Team) GetLinksOk() (*map[string]Link, bool)

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

SetLinks

func (o *Team) SetLinks(v map[string]Link)

SetLinks sets Links field to given value.

HasLinks

func (o *Team) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetLastModified

func (o *Team) GetLastModified() int64

GetLastModified returns the LastModified field if non-nil, zero value otherwise.

GetLastModifiedOk

func (o *Team) GetLastModifiedOk() (*int64, bool)

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

SetLastModified

func (o *Team) SetLastModified(v int64)

SetLastModified sets LastModified field to given value.

HasLastModified

func (o *Team) HasLastModified() bool

HasLastModified returns a boolean if a field has been set.

GetVersion

func (o *Team) GetVersion() int32

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *Team) GetVersionOk() (*int32, bool)

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

SetVersion

func (o *Team) SetVersion(v int32)

SetVersion sets Version field to given value.

HasVersion

func (o *Team) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetIdpSynced

func (o *Team) GetIdpSynced() bool

GetIdpSynced returns the IdpSynced field if non-nil, zero value otherwise.

GetIdpSyncedOk

func (o *Team) GetIdpSyncedOk() (*bool, bool)

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

SetIdpSynced

func (o *Team) SetIdpSynced(v bool)

SetIdpSynced sets IdpSynced field to given value.

HasIdpSynced

func (o *Team) HasIdpSynced() bool

HasIdpSynced returns a boolean if a field has been set.

GetRoleAttributes

func (o *Team) GetRoleAttributes() map[string][]string

GetRoleAttributes returns the RoleAttributes field if non-nil, zero value otherwise.

GetRoleAttributesOk

func (o *Team) GetRoleAttributesOk() (*map[string][]string, bool)

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

SetRoleAttributes

func (o *Team) SetRoleAttributes(v map[string][]string)

SetRoleAttributes sets RoleAttributes field to given value.

HasRoleAttributes

func (o *Team) HasRoleAttributes() bool

HasRoleAttributes returns a boolean if a field has been set.

GetRoles

func (o *Team) GetRoles() TeamCustomRoles

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

GetRolesOk

func (o *Team) 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 *Team) SetRoles(v TeamCustomRoles)

SetRoles sets Roles field to given value.

HasRoles

func (o *Team) HasRoles() bool

HasRoles returns a boolean if a field has been set.

GetMembers

func (o *Team) GetMembers() TeamMembers

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

GetMembersOk

func (o *Team) 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 *Team) SetMembers(v TeamMembers)

SetMembers sets Members field to given value.

HasMembers

func (o *Team) HasMembers() bool

HasMembers returns a boolean if a field has been set.

GetProjects

func (o *Team) GetProjects() TeamProjects

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

GetProjectsOk

func (o *Team) 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 *Team) SetProjects(v TeamProjects)

SetProjects sets Projects field to given value.

HasProjects

func (o *Team) HasProjects() bool

HasProjects returns a boolean if a field has been set.

GetMaintainers

func (o *Team) GetMaintainers() TeamMaintainers

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

GetMaintainersOk

func (o *Team) 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 *Team) SetMaintainers(v TeamMaintainers)

SetMaintainers sets Maintainers field to given value.

HasMaintainers

func (o *Team) HasMaintainers() bool

HasMaintainers returns a boolean if a field has been set.

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