Skip to content

Latest commit

 

History

History
154 lines (85 loc) · 5.32 KB

File metadata and controls

154 lines (85 loc) · 5.32 KB

SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Name Pointer to NullableString [optional]
Description Pointer to NullableString [optional]
PermissionSetId Pointer to string [optional]

Methods

NewSecurityRoleClaimDefinitionsSecurityRoleForClaimResponse

func NewSecurityRoleClaimDefinitionsSecurityRoleForClaimResponse() *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse

NewSecurityRoleClaimDefinitionsSecurityRoleForClaimResponse instantiates a new SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse 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

NewSecurityRoleClaimDefinitionsSecurityRoleForClaimResponseWithDefaults

func NewSecurityRoleClaimDefinitionsSecurityRoleForClaimResponseWithDefaults() *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse

NewSecurityRoleClaimDefinitionsSecurityRoleForClaimResponseWithDefaults instantiates a new SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse 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

GetId

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) 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.

SetName

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetDescription

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) 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.

SetDescription

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

GetPermissionSetId

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) GetPermissionSetId() string

GetPermissionSetId returns the PermissionSetId field if non-nil, zero value otherwise.

GetPermissionSetIdOk

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) GetPermissionSetIdOk() (*string, bool)

GetPermissionSetIdOk returns a tuple with the PermissionSetId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPermissionSetId

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) SetPermissionSetId(v string)

SetPermissionSetId sets PermissionSetId field to given value.

HasPermissionSetId

func (o *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) HasPermissionSetId() bool

HasPermissionSetId returns a boolean if a field has been set.

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