Skip to content

Latest commit

 

History

History
206 lines (113 loc) · 6.61 KB

File metadata and controls

206 lines (113 loc) · 6.61 KB

SecuritySecurityRolesSecurityRoleQueryResponse

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Name Pointer to NullableString [optional]
EmailAddress Pointer to NullableString [optional]
Immutable Pointer to bool [optional]
PermissionSetId Pointer to string [optional]
ClaimsCount Pointer to int32 [optional]

Methods

NewSecuritySecurityRolesSecurityRoleQueryResponse

func NewSecuritySecurityRolesSecurityRoleQueryResponse() *SecuritySecurityRolesSecurityRoleQueryResponse

NewSecuritySecurityRolesSecurityRoleQueryResponse instantiates a new SecuritySecurityRolesSecurityRoleQueryResponse 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

NewSecuritySecurityRolesSecurityRoleQueryResponseWithDefaults

func NewSecuritySecurityRolesSecurityRoleQueryResponseWithDefaults() *SecuritySecurityRolesSecurityRoleQueryResponse

NewSecuritySecurityRolesSecurityRoleQueryResponseWithDefaults instantiates a new SecuritySecurityRolesSecurityRoleQueryResponse 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 *SecuritySecurityRolesSecurityRoleQueryResponse) GetId() int32

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

GetIdOk

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) 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 *SecuritySecurityRolesSecurityRoleQueryResponse) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) GetName() string

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

GetNameOk

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) 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 *SecuritySecurityRolesSecurityRoleQueryResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) UnsetName()

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

GetEmailAddress

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) GetEmailAddress() string

GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.

GetEmailAddressOk

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) GetEmailAddressOk() (*string, bool)

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

SetEmailAddress

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) SetEmailAddress(v string)

SetEmailAddress sets EmailAddress field to given value.

HasEmailAddress

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) HasEmailAddress() bool

HasEmailAddress returns a boolean if a field has been set.

SetEmailAddressNil

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) SetEmailAddressNil(b bool)

SetEmailAddressNil sets the value for EmailAddress to be an explicit nil

UnsetEmailAddress

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) UnsetEmailAddress()

UnsetEmailAddress ensures that no value is present for EmailAddress, not even an explicit nil

GetImmutable

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) GetImmutable() bool

GetImmutable returns the Immutable field if non-nil, zero value otherwise.

GetImmutableOk

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) GetImmutableOk() (*bool, bool)

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

SetImmutable

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) SetImmutable(v bool)

SetImmutable sets Immutable field to given value.

HasImmutable

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) HasImmutable() bool

HasImmutable returns a boolean if a field has been set.

GetPermissionSetId

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) GetPermissionSetId() string

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

GetPermissionSetIdOk

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) 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 *SecuritySecurityRolesSecurityRoleQueryResponse) SetPermissionSetId(v string)

SetPermissionSetId sets PermissionSetId field to given value.

HasPermissionSetId

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) HasPermissionSetId() bool

HasPermissionSetId returns a boolean if a field has been set.

GetClaimsCount

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) GetClaimsCount() int32

GetClaimsCount returns the ClaimsCount field if non-nil, zero value otherwise.

GetClaimsCountOk

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) GetClaimsCountOk() (*int32, bool)

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

SetClaimsCount

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) SetClaimsCount(v int32)

SetClaimsCount sets ClaimsCount field to given value.

HasClaimsCount

func (o *SecuritySecurityRolesSecurityRoleQueryResponse) HasClaimsCount() bool

HasClaimsCount returns a boolean if a field has been set.

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