Name | Type | Description | Notes |
---|---|---|---|
ClientId | Pointer to string | [optional] | |
GrantedClientScopes | Pointer to []string | [optional] | |
CreatedDate | Pointer to int64 | [optional] | |
LastUpdatedDate | Pointer to int64 | [optional] | |
GrantedRealmRoles | Pointer to []string | [optional] |
func NewUserConsentRepresentation() *UserConsentRepresentation
NewUserConsentRepresentation instantiates a new UserConsentRepresentation 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 NewUserConsentRepresentationWithDefaults() *UserConsentRepresentation
NewUserConsentRepresentationWithDefaults instantiates a new UserConsentRepresentation 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 *UserConsentRepresentation) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *UserConsentRepresentation) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConsentRepresentation) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *UserConsentRepresentation) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (o *UserConsentRepresentation) GetGrantedClientScopes() []string
GetGrantedClientScopes returns the GrantedClientScopes field if non-nil, zero value otherwise.
func (o *UserConsentRepresentation) GetGrantedClientScopesOk() (*[]string, bool)
GetGrantedClientScopesOk returns a tuple with the GrantedClientScopes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConsentRepresentation) SetGrantedClientScopes(v []string)
SetGrantedClientScopes sets GrantedClientScopes field to given value.
func (o *UserConsentRepresentation) HasGrantedClientScopes() bool
HasGrantedClientScopes returns a boolean if a field has been set.
func (o *UserConsentRepresentation) GetCreatedDate() int64
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
func (o *UserConsentRepresentation) GetCreatedDateOk() (*int64, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConsentRepresentation) SetCreatedDate(v int64)
SetCreatedDate sets CreatedDate field to given value.
func (o *UserConsentRepresentation) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (o *UserConsentRepresentation) GetLastUpdatedDate() int64
GetLastUpdatedDate returns the LastUpdatedDate field if non-nil, zero value otherwise.
func (o *UserConsentRepresentation) GetLastUpdatedDateOk() (*int64, bool)
GetLastUpdatedDateOk returns a tuple with the LastUpdatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConsentRepresentation) SetLastUpdatedDate(v int64)
SetLastUpdatedDate sets LastUpdatedDate field to given value.
func (o *UserConsentRepresentation) HasLastUpdatedDate() bool
HasLastUpdatedDate returns a boolean if a field has been set.
func (o *UserConsentRepresentation) GetGrantedRealmRoles() []string
GetGrantedRealmRoles returns the GrantedRealmRoles field if non-nil, zero value otherwise.
func (o *UserConsentRepresentation) GetGrantedRealmRolesOk() (*[]string, bool)
GetGrantedRealmRolesOk returns a tuple with the GrantedRealmRoles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConsentRepresentation) SetGrantedRealmRoles(v []string)
SetGrantedRealmRoles sets GrantedRealmRoles field to given value.
func (o *UserConsentRepresentation) HasGrantedRealmRoles() bool
HasGrantedRealmRoles returns a boolean if a field has been set.