Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.99 KB

PatchedComponentDraft.md

File metadata and controls

108 lines (59 loc) · 2.99 KB

PatchedComponentDraft

Properties

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]

Methods

NewPatchedComponentDraft

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

NewPatchedComponentDraftWithDefaults

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

GetKey

func (o *PatchedComponentDraft) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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.

SetKey

func (o *PatchedComponentDraft) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *PatchedComponentDraft) HasKey() bool

HasKey returns a boolean if a field has been set.

GetDescription

func (o *PatchedComponentDraft) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *PatchedComponentDraft) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *PatchedComponentDraft) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetName

func (o *PatchedComponentDraft) GetName() string

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

GetNameOk

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.

SetName

func (o *PatchedComponentDraft) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PatchedComponentDraft) HasName() bool

HasName returns a boolean if a field has been set.

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