| Name | Type | Description | Notes |
|---|---|---|---|
| TeamId | Pointer to string | The id of the GitHub team. | [optional] |
| TeamSlug | string | The slug of the GitHub team. | |
| OrgName | Pointer to string | GitHub team's org name, required only for Enterprise | [optional] |
func NewGroupRemoteInfoGithubTeam(teamSlug string, ) *GroupRemoteInfoGithubTeam
NewGroupRemoteInfoGithubTeam instantiates a new GroupRemoteInfoGithubTeam 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 NewGroupRemoteInfoGithubTeamWithDefaults() *GroupRemoteInfoGithubTeam
NewGroupRemoteInfoGithubTeamWithDefaults instantiates a new GroupRemoteInfoGithubTeam 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 *GroupRemoteInfoGithubTeam) GetTeamId() string
GetTeamId returns the TeamId field if non-nil, zero value otherwise.
func (o *GroupRemoteInfoGithubTeam) GetTeamIdOk() (*string, bool)
GetTeamIdOk returns a tuple with the TeamId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupRemoteInfoGithubTeam) SetTeamId(v string)
SetTeamId sets TeamId field to given value.
func (o *GroupRemoteInfoGithubTeam) HasTeamId() bool
HasTeamId returns a boolean if a field has been set.
func (o *GroupRemoteInfoGithubTeam) GetTeamSlug() string
GetTeamSlug returns the TeamSlug field if non-nil, zero value otherwise.
func (o *GroupRemoteInfoGithubTeam) GetTeamSlugOk() (*string, bool)
GetTeamSlugOk returns a tuple with the TeamSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupRemoteInfoGithubTeam) SetTeamSlug(v string)
SetTeamSlug sets TeamSlug field to given value.
func (o *GroupRemoteInfoGithubTeam) GetOrgName() string
GetOrgName returns the OrgName field if non-nil, zero value otherwise.
func (o *GroupRemoteInfoGithubTeam) GetOrgNameOk() (*string, bool)
GetOrgNameOk returns a tuple with the OrgName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupRemoteInfoGithubTeam) SetOrgName(v string)
SetOrgName sets OrgName field to given value.
func (o *GroupRemoteInfoGithubTeam) HasOrgName() bool
HasOrgName returns a boolean if a field has been set.