Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.68 KB

ComponentRepresentation.md

File metadata and controls

212 lines (115 loc) · 5.68 KB

ComponentRepresentation

Properties

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]

Methods

NewComponentRepresentation

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

NewComponentRepresentationWithDefaults

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

GetId

func (o *ComponentRepresentation) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ComponentRepresentation) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ComponentRepresentation) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *ComponentRepresentation) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *ComponentRepresentation) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ComponentRepresentation) HasName() bool

HasName returns a boolean if a field has been set.

GetProviderId

func (o *ComponentRepresentation) GetProviderId() string

GetProviderId returns the ProviderId field if non-nil, zero value otherwise.

GetProviderIdOk

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.

SetProviderId

func (o *ComponentRepresentation) SetProviderId(v string)

SetProviderId sets ProviderId field to given value.

HasProviderId

func (o *ComponentRepresentation) HasProviderId() bool

HasProviderId returns a boolean if a field has been set.

GetProviderType

func (o *ComponentRepresentation) GetProviderType() string

GetProviderType returns the ProviderType field if non-nil, zero value otherwise.

GetProviderTypeOk

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.

SetProviderType

func (o *ComponentRepresentation) SetProviderType(v string)

SetProviderType sets ProviderType field to given value.

HasProviderType

func (o *ComponentRepresentation) HasProviderType() bool

HasProviderType returns a boolean if a field has been set.

GetParentId

func (o *ComponentRepresentation) GetParentId() string

GetParentId returns the ParentId field if non-nil, zero value otherwise.

GetParentIdOk

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.

SetParentId

func (o *ComponentRepresentation) SetParentId(v string)

SetParentId sets ParentId field to given value.

HasParentId

func (o *ComponentRepresentation) HasParentId() bool

HasParentId returns a boolean if a field has been set.

GetSubType

func (o *ComponentRepresentation) GetSubType() string

GetSubType returns the SubType field if non-nil, zero value otherwise.

GetSubTypeOk

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.

SetSubType

func (o *ComponentRepresentation) SetSubType(v string)

SetSubType sets SubType field to given value.

HasSubType

func (o *ComponentRepresentation) HasSubType() bool

HasSubType returns a boolean if a field has been set.

GetConfig

func (o *ComponentRepresentation) GetConfig() map[string][]string

GetConfig returns the Config field if non-nil, zero value otherwise.

GetConfigOk

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.

SetConfig

func (o *ComponentRepresentation) SetConfig(v map[string][]string)

SetConfig sets Config field to given value.

HasConfig

func (o *ComponentRepresentation) HasConfig() bool

HasConfig returns a boolean if a field has been set.

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