Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | Description of the object | [optional] |
GroupAlias | string | A short group alias | |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | Group name | |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
UserAssignment | Pointer to string | A json string defining the access permission assignment for this client | [optional] |
func NewCreateGroup(groupAlias string, name string, ) *CreateGroup
NewCreateGroup instantiates a new CreateGroup 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 NewCreateGroupWithDefaults() *CreateGroup
NewCreateGroupWithDefaults instantiates a new CreateGroup 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 *CreateGroup) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CreateGroup) 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.
func (o *CreateGroup) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CreateGroup) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CreateGroup) GetGroupAlias() string
GetGroupAlias returns the GroupAlias field if non-nil, zero value otherwise.
func (o *CreateGroup) GetGroupAliasOk() (*string, bool)
GetGroupAliasOk returns a tuple with the GroupAlias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateGroup) SetGroupAlias(v string)
SetGroupAlias sets GroupAlias field to given value.
func (o *CreateGroup) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *CreateGroup) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateGroup) SetJson(v bool)
SetJson sets Json field to given value.
func (o *CreateGroup) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *CreateGroup) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateGroup) 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.
func (o *CreateGroup) SetName(v string)
SetName sets Name field to given value.
func (o *CreateGroup) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *CreateGroup) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateGroup) SetToken(v string)
SetToken sets Token field to given value.
func (o *CreateGroup) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *CreateGroup) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *CreateGroup) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateGroup) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *CreateGroup) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *CreateGroup) GetUserAssignment() string
GetUserAssignment returns the UserAssignment field if non-nil, zero value otherwise.
func (o *CreateGroup) GetUserAssignmentOk() (*string, bool)
GetUserAssignmentOk returns a tuple with the UserAssignment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateGroup) SetUserAssignment(v string)
SetUserAssignment sets UserAssignment field to given value.
func (o *CreateGroup) HasUserAssignment() bool
HasUserAssignment returns a boolean if a field has been set.