Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
IsSuperuser | Pointer to bool | Users added to this group will be superusers. | [optional] |
Parent | Pointer to NullableString | [optional] | |
Attributes | Pointer to map[string]interface{} | [optional] |
func NewUserGroupRequest(name string, ) *UserGroupRequest
NewUserGroupRequest instantiates a new UserGroupRequest 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 NewUserGroupRequestWithDefaults() *UserGroupRequest
NewUserGroupRequestWithDefaults instantiates a new UserGroupRequest 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 *UserGroupRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UserGroupRequest) 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 *UserGroupRequest) SetName(v string)
SetName sets Name field to given value.
func (o *UserGroupRequest) GetIsSuperuser() bool
GetIsSuperuser returns the IsSuperuser field if non-nil, zero value otherwise.
func (o *UserGroupRequest) GetIsSuperuserOk() (*bool, bool)
GetIsSuperuserOk returns a tuple with the IsSuperuser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserGroupRequest) SetIsSuperuser(v bool)
SetIsSuperuser sets IsSuperuser field to given value.
func (o *UserGroupRequest) HasIsSuperuser() bool
HasIsSuperuser returns a boolean if a field has been set.
func (o *UserGroupRequest) GetParent() string
GetParent returns the Parent field if non-nil, zero value otherwise.
func (o *UserGroupRequest) GetParentOk() (*string, bool)
GetParentOk returns a tuple with the Parent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserGroupRequest) SetParent(v string)
SetParent sets Parent field to given value.
func (o *UserGroupRequest) HasParent() bool
HasParent returns a boolean if a field has been set.
func (o *UserGroupRequest) SetParentNil(b bool)
SetParentNil sets the value for Parent to be an explicit nil
func (o *UserGroupRequest) UnsetParent()
UnsetParent ensures that no value is present for Parent, not even an explicit nil
func (o *UserGroupRequest) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *UserGroupRequest) GetAttributesOk() (*map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserGroupRequest) SetAttributes(v map[string]interface{})
SetAttributes sets Attributes field to given value.
func (o *UserGroupRequest) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.