Name | Type | Description | Notes |
---|---|---|---|
RoleExternalId | string | ||
RoleExternalLabel | Pointer to string | [optional] |
func NewUsersSaaSRoleUpdateListObjectRolesInner(roleExternalId string, ) *UsersSaaSRoleUpdateListObjectRolesInner
NewUsersSaaSRoleUpdateListObjectRolesInner instantiates a new UsersSaaSRoleUpdateListObjectRolesInner 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 NewUsersSaaSRoleUpdateListObjectRolesInnerWithDefaults() *UsersSaaSRoleUpdateListObjectRolesInner
NewUsersSaaSRoleUpdateListObjectRolesInnerWithDefaults instantiates a new UsersSaaSRoleUpdateListObjectRolesInner 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 *UsersSaaSRoleUpdateListObjectRolesInner) GetRoleExternalId() string
GetRoleExternalId returns the RoleExternalId field if non-nil, zero value otherwise.
func (o *UsersSaaSRoleUpdateListObjectRolesInner) GetRoleExternalIdOk() (*string, bool)
GetRoleExternalIdOk returns a tuple with the RoleExternalId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UsersSaaSRoleUpdateListObjectRolesInner) SetRoleExternalId(v string)
SetRoleExternalId sets RoleExternalId field to given value.
func (o *UsersSaaSRoleUpdateListObjectRolesInner) GetRoleExternalLabel() string
GetRoleExternalLabel returns the RoleExternalLabel field if non-nil, zero value otherwise.
func (o *UsersSaaSRoleUpdateListObjectRolesInner) GetRoleExternalLabelOk() (*string, bool)
GetRoleExternalLabelOk returns a tuple with the RoleExternalLabel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UsersSaaSRoleUpdateListObjectRolesInner) SetRoleExternalLabel(v string)
SetRoleExternalLabel sets RoleExternalLabel field to given value.
func (o *UsersSaaSRoleUpdateListObjectRolesInner) HasRoleExternalLabel() bool
HasRoleExternalLabel returns a boolean if a field has been set.