Name | Type | Description | Notes |
---|---|---|---|
Key | Pointer to string | key of the component | [optional] |
Description | Pointer to string | short description of the component | [optional] |
Name | Pointer to string | name of the component | [optional] |
func NewPatchedComponentDraft() *PatchedComponentDraft
NewPatchedComponentDraft instantiates a new PatchedComponentDraft 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 NewPatchedComponentDraftWithDefaults() *PatchedComponentDraft
NewPatchedComponentDraftWithDefaults instantiates a new PatchedComponentDraft 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 *PatchedComponentDraft) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *PatchedComponentDraft) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedComponentDraft) SetKey(v string)
SetKey sets Key field to given value.
func (o *PatchedComponentDraft) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *PatchedComponentDraft) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *PatchedComponentDraft) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedComponentDraft) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *PatchedComponentDraft) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *PatchedComponentDraft) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedComponentDraft) 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 *PatchedComponentDraft) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedComponentDraft) HasName() bool
HasName returns a boolean if a field has been set.