Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
ProviderId | Pointer to string | [optional] | |
ProviderType | Pointer to string | [optional] | |
ParentId | Pointer to string | [optional] | |
SubType | Pointer to string | [optional] | |
Config | Pointer to map[string][]string | [optional] |
func NewComponentRepresentation() *ComponentRepresentation
NewComponentRepresentation instantiates a new ComponentRepresentation 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 NewComponentRepresentationWithDefaults() *ComponentRepresentation
NewComponentRepresentationWithDefaults instantiates a new ComponentRepresentation 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 *ComponentRepresentation) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ComponentRepresentation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentRepresentation) SetId(v string)
SetId sets Id field to given value.
func (o *ComponentRepresentation) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ComponentRepresentation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ComponentRepresentation) 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 *ComponentRepresentation) SetName(v string)
SetName sets Name field to given value.
func (o *ComponentRepresentation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ComponentRepresentation) GetProviderId() string
GetProviderId returns the ProviderId field if non-nil, zero value otherwise.
func (o *ComponentRepresentation) GetProviderIdOk() (*string, bool)
GetProviderIdOk returns a tuple with the ProviderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentRepresentation) SetProviderId(v string)
SetProviderId sets ProviderId field to given value.
func (o *ComponentRepresentation) HasProviderId() bool
HasProviderId returns a boolean if a field has been set.
func (o *ComponentRepresentation) GetProviderType() string
GetProviderType returns the ProviderType field if non-nil, zero value otherwise.
func (o *ComponentRepresentation) GetProviderTypeOk() (*string, bool)
GetProviderTypeOk returns a tuple with the ProviderType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentRepresentation) SetProviderType(v string)
SetProviderType sets ProviderType field to given value.
func (o *ComponentRepresentation) HasProviderType() bool
HasProviderType returns a boolean if a field has been set.
func (o *ComponentRepresentation) GetParentId() string
GetParentId returns the ParentId field if non-nil, zero value otherwise.
func (o *ComponentRepresentation) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentRepresentation) SetParentId(v string)
SetParentId sets ParentId field to given value.
func (o *ComponentRepresentation) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (o *ComponentRepresentation) GetSubType() string
GetSubType returns the SubType field if non-nil, zero value otherwise.
func (o *ComponentRepresentation) GetSubTypeOk() (*string, bool)
GetSubTypeOk returns a tuple with the SubType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentRepresentation) SetSubType(v string)
SetSubType sets SubType field to given value.
func (o *ComponentRepresentation) HasSubType() bool
HasSubType returns a boolean if a field has been set.
func (o *ComponentRepresentation) GetConfig() map[string][]string
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *ComponentRepresentation) GetConfigOk() (*map[string][]string, 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 *ComponentRepresentation) SetConfig(v map[string][]string)
SetConfig sets Config field to given value.
func (o *ComponentRepresentation) HasConfig() bool
HasConfig returns a boolean if a field has been set.