Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.33 KB

FeaturePlanDefinitionMeta.md

File metadata and controls

108 lines (59 loc) · 3.33 KB

FeaturePlanDefinitionMeta

Properties

Name Type Description Notes
Labels Pointer to []FeaturePlanDefinitionMetaLabelsInner [optional]
Tip Pointer to string [optional]
AvailableParams Pointer to []map[string]interface{} [optional]

Methods

NewFeaturePlanDefinitionMeta

func NewFeaturePlanDefinitionMeta() *FeaturePlanDefinitionMeta

NewFeaturePlanDefinitionMeta instantiates a new FeaturePlanDefinitionMeta 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

NewFeaturePlanDefinitionMetaWithDefaults

func NewFeaturePlanDefinitionMetaWithDefaults() *FeaturePlanDefinitionMeta

NewFeaturePlanDefinitionMetaWithDefaults instantiates a new FeaturePlanDefinitionMeta 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

GetLabels

func (o *FeaturePlanDefinitionMeta) GetLabels() []FeaturePlanDefinitionMetaLabelsInner

GetLabels returns the Labels field if non-nil, zero value otherwise.

GetLabelsOk

func (o *FeaturePlanDefinitionMeta) GetLabelsOk() (*[]FeaturePlanDefinitionMetaLabelsInner, bool)

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

SetLabels

func (o *FeaturePlanDefinitionMeta) SetLabels(v []FeaturePlanDefinitionMetaLabelsInner)

SetLabels sets Labels field to given value.

HasLabels

func (o *FeaturePlanDefinitionMeta) HasLabels() bool

HasLabels returns a boolean if a field has been set.

GetTip

func (o *FeaturePlanDefinitionMeta) GetTip() string

GetTip returns the Tip field if non-nil, zero value otherwise.

GetTipOk

func (o *FeaturePlanDefinitionMeta) GetTipOk() (*string, bool)

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

SetTip

func (o *FeaturePlanDefinitionMeta) SetTip(v string)

SetTip sets Tip field to given value.

HasTip

func (o *FeaturePlanDefinitionMeta) HasTip() bool

HasTip returns a boolean if a field has been set.

GetAvailableParams

func (o *FeaturePlanDefinitionMeta) GetAvailableParams() []map[string]interface{}

GetAvailableParams returns the AvailableParams field if non-nil, zero value otherwise.

GetAvailableParamsOk

func (o *FeaturePlanDefinitionMeta) GetAvailableParamsOk() (*[]map[string]interface{}, bool)

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

SetAvailableParams

func (o *FeaturePlanDefinitionMeta) SetAvailableParams(v []map[string]interface{})

SetAvailableParams sets AvailableParams field to given value.

HasAvailableParams

func (o *FeaturePlanDefinitionMeta) HasAvailableParams() bool

HasAvailableParams returns a boolean if a field has been set.

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