Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
Provider | Pointer to string | [optional] | |
Parent | Pointer to string | [optional] | |
Config | Pointer to map[string]PropertyConfig | [optional] |
func NewClientTypeRepresentation() *ClientTypeRepresentation
NewClientTypeRepresentation instantiates a new ClientTypeRepresentation 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 NewClientTypeRepresentationWithDefaults() *ClientTypeRepresentation
NewClientTypeRepresentationWithDefaults instantiates a new ClientTypeRepresentation 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 *ClientTypeRepresentation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ClientTypeRepresentation) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientTypeRepresentation) SetName(v string)
SetName sets Name field to given value.
func (o *ClientTypeRepresentation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ClientTypeRepresentation) GetProvider() string
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *ClientTypeRepresentation) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientTypeRepresentation) SetProvider(v string)
SetProvider sets Provider field to given value.
func (o *ClientTypeRepresentation) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (o *ClientTypeRepresentation) GetParent() string
GetParent returns the Parent field if non-nil, zero value otherwise.
func (o *ClientTypeRepresentation) GetParentOk() (*string, bool)
GetParentOk returns a tuple with the Parent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientTypeRepresentation) SetParent(v string)
SetParent sets Parent field to given value.
func (o *ClientTypeRepresentation) HasParent() bool
HasParent returns a boolean if a field has been set.
func (o *ClientTypeRepresentation) GetConfig() map[string]PropertyConfig
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *ClientTypeRepresentation) GetConfigOk() (*map[string]PropertyConfig, bool)
GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientTypeRepresentation) SetConfig(v map[string]PropertyConfig)
SetConfig sets Config field to given value.
func (o *ClientTypeRepresentation) HasConfig() bool
HasConfig returns a boolean if a field has been set.