| 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] |
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
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
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) SetName(v string)
SetName sets Name field to given value.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) GetEmailAddress() string
GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.
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.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) SetEmailAddress(v string)
SetEmailAddress sets EmailAddress field to given value.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) HasEmailAddress() bool
HasEmailAddress returns a boolean if a field has been set.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) SetEmailAddressNil(b bool)
SetEmailAddressNil sets the value for EmailAddress to be an explicit nil
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) UnsetEmailAddress()
UnsetEmailAddress ensures that no value is present for EmailAddress, not even an explicit nil
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) GetImmutable() bool
GetImmutable returns the Immutable field if non-nil, zero value otherwise.
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.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) SetImmutable(v bool)
SetImmutable sets Immutable field to given value.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) HasImmutable() bool
HasImmutable returns a boolean if a field has been set.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) GetPermissionSetId() string
GetPermissionSetId returns the PermissionSetId field if non-nil, zero value otherwise.
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.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) SetPermissionSetId(v string)
SetPermissionSetId sets PermissionSetId field to given value.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) HasPermissionSetId() bool
HasPermissionSetId returns a boolean if a field has been set.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) GetClaimsCount() int32
GetClaimsCount returns the ClaimsCount field if non-nil, zero value otherwise.
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.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) SetClaimsCount(v int32)
SetClaimsCount sets ClaimsCount field to given value.
func (o *SecuritySecurityRolesSecurityRoleQueryResponse) HasClaimsCount() bool
HasClaimsCount returns a boolean if a field has been set.