Name | Type | Description | Notes |
---|---|---|---|
AccessId | Pointer to string | [optional] | |
AccessType | Pointer to string | [optional] | |
AuthMethodName | Pointer to string | [optional] | |
ClientUniqueId | Pointer to string | [optional] | |
ExceededClients | Pointer to int64 | [optional] |
func NewClientUsageInfo() *ClientUsageInfo
NewClientUsageInfo instantiates a new ClientUsageInfo 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 NewClientUsageInfoWithDefaults() *ClientUsageInfo
NewClientUsageInfoWithDefaults instantiates a new ClientUsageInfo 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 *ClientUsageInfo) GetAccessId() string
GetAccessId returns the AccessId field if non-nil, zero value otherwise.
func (o *ClientUsageInfo) GetAccessIdOk() (*string, bool)
GetAccessIdOk returns a tuple with the AccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientUsageInfo) SetAccessId(v string)
SetAccessId sets AccessId field to given value.
func (o *ClientUsageInfo) HasAccessId() bool
HasAccessId returns a boolean if a field has been set.
func (o *ClientUsageInfo) GetAccessType() string
GetAccessType returns the AccessType field if non-nil, zero value otherwise.
func (o *ClientUsageInfo) GetAccessTypeOk() (*string, bool)
GetAccessTypeOk returns a tuple with the AccessType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientUsageInfo) SetAccessType(v string)
SetAccessType sets AccessType field to given value.
func (o *ClientUsageInfo) HasAccessType() bool
HasAccessType returns a boolean if a field has been set.
func (o *ClientUsageInfo) GetAuthMethodName() string
GetAuthMethodName returns the AuthMethodName field if non-nil, zero value otherwise.
func (o *ClientUsageInfo) GetAuthMethodNameOk() (*string, bool)
GetAuthMethodNameOk returns a tuple with the AuthMethodName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientUsageInfo) SetAuthMethodName(v string)
SetAuthMethodName sets AuthMethodName field to given value.
func (o *ClientUsageInfo) HasAuthMethodName() bool
HasAuthMethodName returns a boolean if a field has been set.
func (o *ClientUsageInfo) GetClientUniqueId() string
GetClientUniqueId returns the ClientUniqueId field if non-nil, zero value otherwise.
func (o *ClientUsageInfo) GetClientUniqueIdOk() (*string, bool)
GetClientUniqueIdOk returns a tuple with the ClientUniqueId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientUsageInfo) SetClientUniqueId(v string)
SetClientUniqueId sets ClientUniqueId field to given value.
func (o *ClientUsageInfo) HasClientUniqueId() bool
HasClientUniqueId returns a boolean if a field has been set.
func (o *ClientUsageInfo) GetExceededClients() int64
GetExceededClients returns the ExceededClients field if non-nil, zero value otherwise.
func (o *ClientUsageInfo) GetExceededClientsOk() (*int64, bool)
GetExceededClientsOk returns a tuple with the ExceededClients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientUsageInfo) SetExceededClients(v int64)
SetExceededClients sets ExceededClients field to given value.
func (o *ClientUsageInfo) HasExceededClients() bool
HasExceededClients returns a boolean if a field has been set.