Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.8 KB

SaaSAssignedUserRoles.md

File metadata and controls

93 lines (50 loc) · 2.8 KB

SaaSAssignedUserRoles

Properties

Name Type Description Notes
RoleId string
RoleExternalId string
RoleExternalLabel string

Methods

NewSaaSAssignedUserRoles

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

NewSaaSAssignedUserRolesWithDefaults

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

GetRoleId

func (o *SaaSAssignedUserRoles) GetRoleId() string

GetRoleId returns the RoleId field if non-nil, zero value otherwise.

GetRoleIdOk

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.

SetRoleId

func (o *SaaSAssignedUserRoles) SetRoleId(v string)

SetRoleId sets RoleId field to given value.

GetRoleExternalId

func (o *SaaSAssignedUserRoles) GetRoleExternalId() string

GetRoleExternalId returns the RoleExternalId field if non-nil, zero value otherwise.

GetRoleExternalIdOk

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.

SetRoleExternalId

func (o *SaaSAssignedUserRoles) SetRoleExternalId(v string)

SetRoleExternalId sets RoleExternalId field to given value.

GetRoleExternalLabel

func (o *SaaSAssignedUserRoles) GetRoleExternalLabel() string

GetRoleExternalLabel returns the RoleExternalLabel field if non-nil, zero value otherwise.

GetRoleExternalLabelOk

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.

SetRoleExternalLabel

func (o *SaaSAssignedUserRoles) SetRoleExternalLabel(v string)

SetRoleExternalLabel sets RoleExternalLabel field to given value.

[Back to Model list] [Back to API list] [Back to README]