Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.74 KB

AuthDetailsRepresentation.md

File metadata and controls

134 lines (73 loc) · 3.74 KB

AuthDetailsRepresentation

Properties

Name Type Description Notes
RealmId Pointer to string [optional]
ClientId Pointer to string [optional]
UserId Pointer to string [optional]
IpAddress Pointer to string [optional]

Methods

NewAuthDetailsRepresentation

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

NewAuthDetailsRepresentationWithDefaults

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

GetRealmId

func (o *AuthDetailsRepresentation) GetRealmId() string

GetRealmId returns the RealmId field if non-nil, zero value otherwise.

GetRealmIdOk

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.

SetRealmId

func (o *AuthDetailsRepresentation) SetRealmId(v string)

SetRealmId sets RealmId field to given value.

HasRealmId

func (o *AuthDetailsRepresentation) HasRealmId() bool

HasRealmId returns a boolean if a field has been set.

GetClientId

func (o *AuthDetailsRepresentation) GetClientId() string

GetClientId returns the ClientId field if non-nil, zero value otherwise.

GetClientIdOk

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.

SetClientId

func (o *AuthDetailsRepresentation) SetClientId(v string)

SetClientId sets ClientId field to given value.

HasClientId

func (o *AuthDetailsRepresentation) HasClientId() bool

HasClientId returns a boolean if a field has been set.

GetUserId

func (o *AuthDetailsRepresentation) GetUserId() string

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

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.

SetUserId

func (o *AuthDetailsRepresentation) SetUserId(v string)

SetUserId sets UserId field to given value.

HasUserId

func (o *AuthDetailsRepresentation) HasUserId() bool

HasUserId returns a boolean if a field has been set.

GetIpAddress

func (o *AuthDetailsRepresentation) GetIpAddress() string

GetIpAddress returns the IpAddress field if non-nil, zero value otherwise.

GetIpAddressOk

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.

SetIpAddress

func (o *AuthDetailsRepresentation) SetIpAddress(v string)

SetIpAddress sets IpAddress field to given value.

HasIpAddress

func (o *AuthDetailsRepresentation) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

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