Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.34 KB

FeatureDefinitionMeta.md

File metadata and controls

82 lines (45 loc) · 2.34 KB

FeatureDefinitionMeta

Properties

Name Type Description Notes
Label Pointer to string [optional]
Description Pointer to string [optional]

Methods

NewFeatureDefinitionMeta

func NewFeatureDefinitionMeta() *FeatureDefinitionMeta

NewFeatureDefinitionMeta instantiates a new FeatureDefinitionMeta 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

NewFeatureDefinitionMetaWithDefaults

func NewFeatureDefinitionMetaWithDefaults() *FeatureDefinitionMeta

NewFeatureDefinitionMetaWithDefaults instantiates a new FeatureDefinitionMeta 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

GetLabel

func (o *FeatureDefinitionMeta) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *FeatureDefinitionMeta) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLabel

func (o *FeatureDefinitionMeta) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *FeatureDefinitionMeta) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetDescription

func (o *FeatureDefinitionMeta) GetDescription() string

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

GetDescriptionOk

func (o *FeatureDefinitionMeta) 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 *FeatureDefinitionMeta) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *FeatureDefinitionMeta) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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