Name | Type | Description | Notes |
---|---|---|---|
Add | Pointer to []string | [optional] | |
Memberships | Pointer to map[string]TeamMember | [optional] | |
Remove | Pointer to []string | [optional] |
func NewUpdateMembersInOrganizationTeamRequest() *UpdateMembersInOrganizationTeamRequest
NewUpdateMembersInOrganizationTeamRequest instantiates a new UpdateMembersInOrganizationTeamRequest 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 NewUpdateMembersInOrganizationTeamRequestWithDefaults() *UpdateMembersInOrganizationTeamRequest
NewUpdateMembersInOrganizationTeamRequestWithDefaults instantiates a new UpdateMembersInOrganizationTeamRequest 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 *UpdateMembersInOrganizationTeamRequest) GetAdd() []string
GetAdd returns the Add field if non-nil, zero value otherwise.
func (o *UpdateMembersInOrganizationTeamRequest) GetAddOk() (*[]string, bool)
GetAddOk returns a tuple with the Add field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateMembersInOrganizationTeamRequest) SetAdd(v []string)
SetAdd sets Add field to given value.
func (o *UpdateMembersInOrganizationTeamRequest) HasAdd() bool
HasAdd returns a boolean if a field has been set.
func (o *UpdateMembersInOrganizationTeamRequest) GetMemberships() map[string]TeamMember
GetMemberships returns the Memberships field if non-nil, zero value otherwise.
func (o *UpdateMembersInOrganizationTeamRequest) GetMembershipsOk() (*map[string]TeamMember, bool)
GetMembershipsOk returns a tuple with the Memberships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateMembersInOrganizationTeamRequest) SetMemberships(v map[string]TeamMember)
SetMemberships sets Memberships field to given value.
func (o *UpdateMembersInOrganizationTeamRequest) HasMemberships() bool
HasMemberships returns a boolean if a field has been set.
func (o *UpdateMembersInOrganizationTeamRequest) GetRemove() []string
GetRemove returns the Remove field if non-nil, zero value otherwise.
func (o *UpdateMembersInOrganizationTeamRequest) GetRemoveOk() (*[]string, bool)
GetRemoveOk returns a tuple with the Remove field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateMembersInOrganizationTeamRequest) SetRemove(v []string)
SetRemove sets Remove field to given value.
func (o *UpdateMembersInOrganizationTeamRequest) HasRemove() bool
HasRemove returns a boolean if a field has been set.