Name | Type | Description | Notes |
---|---|---|---|
RealmId | Pointer to string | [optional] | |
ClientId | Pointer to string | [optional] | |
UserId | Pointer to string | [optional] | |
IpAddress | Pointer to string | [optional] |
func NewAuthDetailsRepresentation() *AuthDetailsRepresentation
NewAuthDetailsRepresentation instantiates a new AuthDetailsRepresentation 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 NewAuthDetailsRepresentationWithDefaults() *AuthDetailsRepresentation
NewAuthDetailsRepresentationWithDefaults instantiates a new AuthDetailsRepresentation 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 *AuthDetailsRepresentation) GetRealmId() string
GetRealmId returns the RealmId field if non-nil, zero value otherwise.
func (o *AuthDetailsRepresentation) GetRealmIdOk() (*string, bool)
GetRealmIdOk returns a tuple with the RealmId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthDetailsRepresentation) SetRealmId(v string)
SetRealmId sets RealmId field to given value.
func (o *AuthDetailsRepresentation) HasRealmId() bool
HasRealmId returns a boolean if a field has been set.
func (o *AuthDetailsRepresentation) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *AuthDetailsRepresentation) 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 *AuthDetailsRepresentation) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *AuthDetailsRepresentation) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (o *AuthDetailsRepresentation) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *AuthDetailsRepresentation) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthDetailsRepresentation) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *AuthDetailsRepresentation) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *AuthDetailsRepresentation) GetIpAddress() string
GetIpAddress returns the IpAddress field if non-nil, zero value otherwise.
func (o *AuthDetailsRepresentation) GetIpAddressOk() (*string, bool)
GetIpAddressOk returns a tuple with the IpAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthDetailsRepresentation) SetIpAddress(v string)
SetIpAddress sets IpAddress field to given value.
func (o *AuthDetailsRepresentation) HasIpAddress() bool
HasIpAddress returns a boolean if a field has been set.