Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.82 KB

ClientTypesRepresentation.md

File metadata and controls

82 lines (45 loc) · 2.82 KB

ClientTypesRepresentation

Properties

Name Type Description Notes
ClientTypes Pointer to []ClientTypeRepresentation [optional]
GlobalClientTypes Pointer to []ClientTypeRepresentation [optional]

Methods

NewClientTypesRepresentation

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

NewClientTypesRepresentationWithDefaults

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

GetClientTypes

func (o *ClientTypesRepresentation) GetClientTypes() []ClientTypeRepresentation

GetClientTypes returns the ClientTypes field if non-nil, zero value otherwise.

GetClientTypesOk

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.

SetClientTypes

func (o *ClientTypesRepresentation) SetClientTypes(v []ClientTypeRepresentation)

SetClientTypes sets ClientTypes field to given value.

HasClientTypes

func (o *ClientTypesRepresentation) HasClientTypes() bool

HasClientTypes returns a boolean if a field has been set.

GetGlobalClientTypes

func (o *ClientTypesRepresentation) GetGlobalClientTypes() []ClientTypeRepresentation

GetGlobalClientTypes returns the GlobalClientTypes field if non-nil, zero value otherwise.

GetGlobalClientTypesOk

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.

SetGlobalClientTypes

func (o *ClientTypesRepresentation) SetGlobalClientTypes(v []ClientTypeRepresentation)

SetGlobalClientTypes sets GlobalClientTypes field to given value.

HasGlobalClientTypes

func (o *ClientTypesRepresentation) HasGlobalClientTypes() bool

HasGlobalClientTypes returns a boolean if a field has been set.

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