| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | Name of the role. | [optional] |
| Description | Pointer to string | Description of the role. | [optional] |
| Acl | Pointer to string | The `Access Control List` json defining the role of the user. This represents the access control on the user level. | [optional] |
| Members | Pointer to []int64 | An array of user identifiers. | [optional] |
func NewUpdateRole() *UpdateRole
NewUpdateRole instantiates a new UpdateRole 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 NewUpdateRoleWithDefaults() *UpdateRole
NewUpdateRoleWithDefaults instantiates a new UpdateRole 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 *UpdateRole) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateRole) 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 *UpdateRole) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateRole) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UpdateRole) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UpdateRole) 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 *UpdateRole) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *UpdateRole) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *UpdateRole) GetAcl() string
GetAcl returns the Acl field if non-nil, zero value otherwise.
func (o *UpdateRole) GetAclOk() (*string, bool)
GetAclOk returns a tuple with the Acl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRole) SetAcl(v string)
SetAcl sets Acl field to given value.
func (o *UpdateRole) HasAcl() bool
HasAcl returns a boolean if a field has been set.
func (o *UpdateRole) GetMembers() []int64
GetMembers returns the Members field if non-nil, zero value otherwise.
func (o *UpdateRole) GetMembersOk() (*[]int64, bool)
GetMembersOk returns a tuple with the Members field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRole) SetMembers(v []int64)
SetMembers sets Members field to given value.
func (o *UpdateRole) HasMembers() bool
HasMembers returns a boolean if a field has been set.