Name | Type | Description | Notes |
---|---|---|---|
MaxDepth | Pointer to int32 | [optional] | |
NumberOfTokens | Pointer to int64 | [optional] | |
Root | Pointer to UIDTokenDetails | [optional] |
func NewUniversalIdentityDetails() *UniversalIdentityDetails
NewUniversalIdentityDetails instantiates a new UniversalIdentityDetails 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 NewUniversalIdentityDetailsWithDefaults() *UniversalIdentityDetails
NewUniversalIdentityDetailsWithDefaults instantiates a new UniversalIdentityDetails 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 *UniversalIdentityDetails) GetMaxDepth() int32
GetMaxDepth returns the MaxDepth field if non-nil, zero value otherwise.
func (o *UniversalIdentityDetails) GetMaxDepthOk() (*int32, bool)
GetMaxDepthOk returns a tuple with the MaxDepth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniversalIdentityDetails) SetMaxDepth(v int32)
SetMaxDepth sets MaxDepth field to given value.
func (o *UniversalIdentityDetails) HasMaxDepth() bool
HasMaxDepth returns a boolean if a field has been set.
func (o *UniversalIdentityDetails) GetNumberOfTokens() int64
GetNumberOfTokens returns the NumberOfTokens field if non-nil, zero value otherwise.
func (o *UniversalIdentityDetails) GetNumberOfTokensOk() (*int64, bool)
GetNumberOfTokensOk returns a tuple with the NumberOfTokens field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniversalIdentityDetails) SetNumberOfTokens(v int64)
SetNumberOfTokens sets NumberOfTokens field to given value.
func (o *UniversalIdentityDetails) HasNumberOfTokens() bool
HasNumberOfTokens returns a boolean if a field has been set.
func (o *UniversalIdentityDetails) GetRoot() UIDTokenDetails
GetRoot returns the Root field if non-nil, zero value otherwise.
func (o *UniversalIdentityDetails) GetRootOk() (*UIDTokenDetails, bool)
GetRootOk returns a tuple with the Root field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniversalIdentityDetails) SetRoot(v UIDTokenDetails)
SetRoot sets Root field to given value.
func (o *UniversalIdentityDetails) HasRoot() bool
HasRoot returns a boolean if a field has been set.