Name | Type | Description | Notes |
---|---|---|---|
RoleGroupId | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
ExternalNames | Pointer to []string | [optional] | |
Description | Pointer to string | [optional] | |
OrgId | Pointer to string | [optional] | |
Editable | Pointer to bool | [optional] | |
CreatedAt | Pointer to string | [optional] | |
UpdatedAt | Pointer to string | [optional] | |
ContextParams | Pointer to map[string]interface{} | [optional] | |
UserRoleGroupId | Pointer to string | [optional] |
func NewRolegroup() *Rolegroup
NewRolegroup instantiates a new Rolegroup 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 NewRolegroupWithDefaults() *Rolegroup
NewRolegroupWithDefaults instantiates a new Rolegroup 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 *Rolegroup) GetRoleGroupId() string
GetRoleGroupId returns the RoleGroupId field if non-nil, zero value otherwise.
func (o *Rolegroup) GetRoleGroupIdOk() (*string, bool)
GetRoleGroupIdOk returns a tuple with the RoleGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Rolegroup) SetRoleGroupId(v string)
SetRoleGroupId sets RoleGroupId field to given value.
func (o *Rolegroup) HasRoleGroupId() bool
HasRoleGroupId returns a boolean if a field has been set.
func (o *Rolegroup) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Rolegroup) 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 *Rolegroup) SetName(v string)
SetName sets Name field to given value.
func (o *Rolegroup) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Rolegroup) GetExternalNames() []string
GetExternalNames returns the ExternalNames field if non-nil, zero value otherwise.
func (o *Rolegroup) GetExternalNamesOk() (*[]string, bool)
GetExternalNamesOk returns a tuple with the ExternalNames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Rolegroup) SetExternalNames(v []string)
SetExternalNames sets ExternalNames field to given value.
func (o *Rolegroup) HasExternalNames() bool
HasExternalNames returns a boolean if a field has been set.
func (o *Rolegroup) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *Rolegroup) 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 *Rolegroup) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *Rolegroup) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *Rolegroup) GetOrgId() string
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *Rolegroup) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Rolegroup) SetOrgId(v string)
SetOrgId sets OrgId field to given value.
func (o *Rolegroup) HasOrgId() bool
HasOrgId returns a boolean if a field has been set.
func (o *Rolegroup) GetEditable() bool
GetEditable returns the Editable field if non-nil, zero value otherwise.
func (o *Rolegroup) GetEditableOk() (*bool, bool)
GetEditableOk returns a tuple with the Editable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Rolegroup) SetEditable(v bool)
SetEditable sets Editable field to given value.
func (o *Rolegroup) HasEditable() bool
HasEditable returns a boolean if a field has been set.
func (o *Rolegroup) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Rolegroup) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Rolegroup) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *Rolegroup) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *Rolegroup) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *Rolegroup) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Rolegroup) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *Rolegroup) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *Rolegroup) GetContextParams() map[string]interface{}
GetContextParams returns the ContextParams field if non-nil, zero value otherwise.
func (o *Rolegroup) GetContextParamsOk() (*map[string]interface{}, bool)
GetContextParamsOk returns a tuple with the ContextParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Rolegroup) SetContextParams(v map[string]interface{})
SetContextParams sets ContextParams field to given value.
func (o *Rolegroup) HasContextParams() bool
HasContextParams returns a boolean if a field has been set.
func (o *Rolegroup) GetUserRoleGroupId() string
GetUserRoleGroupId returns the UserRoleGroupId field if non-nil, zero value otherwise.
func (o *Rolegroup) GetUserRoleGroupIdOk() (*string, bool)
GetUserRoleGroupIdOk returns a tuple with the UserRoleGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Rolegroup) SetUserRoleGroupId(v string)
SetUserRoleGroupId sets UserRoleGroupId field to given value.
func (o *Rolegroup) HasUserRoleGroupId() bool
HasUserRoleGroupId returns a boolean if a field has been set.