Name | Type | Description | Notes |
---|---|---|---|
RoleId | string | ||
RoleExternalId | string | ||
RoleExternalLabel | string |
func NewSaaSAssignedUserRoles(roleId string, roleExternalId string, roleExternalLabel string, ) *SaaSAssignedUserRoles
NewSaaSAssignedUserRoles instantiates a new SaaSAssignedUserRoles 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 NewSaaSAssignedUserRolesWithDefaults() *SaaSAssignedUserRoles
NewSaaSAssignedUserRolesWithDefaults instantiates a new SaaSAssignedUserRoles 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 *SaaSAssignedUserRoles) GetRoleId() string
GetRoleId returns the RoleId field if non-nil, zero value otherwise.
func (o *SaaSAssignedUserRoles) GetRoleIdOk() (*string, bool)
GetRoleIdOk returns a tuple with the RoleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaSAssignedUserRoles) SetRoleId(v string)
SetRoleId sets RoleId field to given value.
func (o *SaaSAssignedUserRoles) GetRoleExternalId() string
GetRoleExternalId returns the RoleExternalId field if non-nil, zero value otherwise.
func (o *SaaSAssignedUserRoles) 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 *SaaSAssignedUserRoles) SetRoleExternalId(v string)
SetRoleExternalId sets RoleExternalId field to given value.
func (o *SaaSAssignedUserRoles) GetRoleExternalLabel() string
GetRoleExternalLabel returns the RoleExternalLabel field if non-nil, zero value otherwise.
func (o *SaaSAssignedUserRoles) 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 *SaaSAssignedUserRoles) SetRoleExternalLabel(v string)
SetRoleExternalLabel sets RoleExternalLabel field to given value.