Name | Type | Description | Notes |
---|---|---|---|
ClientTypes | Pointer to []ClientTypeRepresentation | [optional] | |
GlobalClientTypes | Pointer to []ClientTypeRepresentation | [optional] |
func NewClientTypesRepresentation() *ClientTypesRepresentation
NewClientTypesRepresentation instantiates a new ClientTypesRepresentation 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 NewClientTypesRepresentationWithDefaults() *ClientTypesRepresentation
NewClientTypesRepresentationWithDefaults instantiates a new ClientTypesRepresentation 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 *ClientTypesRepresentation) GetClientTypes() []ClientTypeRepresentation
GetClientTypes returns the ClientTypes field if non-nil, zero value otherwise.
func (o *ClientTypesRepresentation) GetClientTypesOk() (*[]ClientTypeRepresentation, bool)
GetClientTypesOk returns a tuple with the ClientTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientTypesRepresentation) SetClientTypes(v []ClientTypeRepresentation)
SetClientTypes sets ClientTypes field to given value.
func (o *ClientTypesRepresentation) HasClientTypes() bool
HasClientTypes returns a boolean if a field has been set.
func (o *ClientTypesRepresentation) GetGlobalClientTypes() []ClientTypeRepresentation
GetGlobalClientTypes returns the GlobalClientTypes field if non-nil, zero value otherwise.
func (o *ClientTypesRepresentation) GetGlobalClientTypesOk() (*[]ClientTypeRepresentation, bool)
GetGlobalClientTypesOk returns a tuple with the GlobalClientTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientTypesRepresentation) SetGlobalClientTypes(v []ClientTypeRepresentation)
SetGlobalClientTypes sets GlobalClientTypes field to given value.
func (o *ClientTypesRepresentation) HasGlobalClientTypes() bool
HasGlobalClientTypes returns a boolean if a field has been set.