Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.86 KB

TemplateParameterValidator.md

File metadata and controls

212 lines (115 loc) · 5.86 KB

TemplateParameterValidator

Properties

Name Type Description Notes
Name Pointer to string [optional]
HintText Pointer to string [optional]
Label Pointer to string [optional]
Type Pointer to string [optional]
DisplayType Pointer to string [optional]
AllowedValues Pointer to []string [optional]
ToolTipText Pointer to string [optional]

Methods

NewTemplateParameterValidator

func NewTemplateParameterValidator() *TemplateParameterValidator

NewTemplateParameterValidator instantiates a new TemplateParameterValidator 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

NewTemplateParameterValidatorWithDefaults

func NewTemplateParameterValidatorWithDefaults() *TemplateParameterValidator

NewTemplateParameterValidatorWithDefaults instantiates a new TemplateParameterValidator 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

GetName

func (o *TemplateParameterValidator) GetName() string

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

GetNameOk

func (o *TemplateParameterValidator) 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 *TemplateParameterValidator) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *TemplateParameterValidator) HasName() bool

HasName returns a boolean if a field has been set.

GetHintText

func (o *TemplateParameterValidator) GetHintText() string

GetHintText returns the HintText field if non-nil, zero value otherwise.

GetHintTextOk

func (o *TemplateParameterValidator) GetHintTextOk() (*string, bool)

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

SetHintText

func (o *TemplateParameterValidator) SetHintText(v string)

SetHintText sets HintText field to given value.

HasHintText

func (o *TemplateParameterValidator) HasHintText() bool

HasHintText returns a boolean if a field has been set.

GetLabel

func (o *TemplateParameterValidator) GetLabel() string

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

GetLabelOk

func (o *TemplateParameterValidator) 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 *TemplateParameterValidator) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *TemplateParameterValidator) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetType

func (o *TemplateParameterValidator) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *TemplateParameterValidator) GetTypeOk() (*string, bool)

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

SetType

func (o *TemplateParameterValidator) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *TemplateParameterValidator) HasType() bool

HasType returns a boolean if a field has been set.

GetDisplayType

func (o *TemplateParameterValidator) GetDisplayType() string

GetDisplayType returns the DisplayType field if non-nil, zero value otherwise.

GetDisplayTypeOk

func (o *TemplateParameterValidator) GetDisplayTypeOk() (*string, bool)

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

SetDisplayType

func (o *TemplateParameterValidator) SetDisplayType(v string)

SetDisplayType sets DisplayType field to given value.

HasDisplayType

func (o *TemplateParameterValidator) HasDisplayType() bool

HasDisplayType returns a boolean if a field has been set.

GetAllowedValues

func (o *TemplateParameterValidator) GetAllowedValues() []string

GetAllowedValues returns the AllowedValues field if non-nil, zero value otherwise.

GetAllowedValuesOk

func (o *TemplateParameterValidator) GetAllowedValuesOk() (*[]string, bool)

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

SetAllowedValues

func (o *TemplateParameterValidator) SetAllowedValues(v []string)

SetAllowedValues sets AllowedValues field to given value.

HasAllowedValues

func (o *TemplateParameterValidator) HasAllowedValues() bool

HasAllowedValues returns a boolean if a field has been set.

GetToolTipText

func (o *TemplateParameterValidator) GetToolTipText() string

GetToolTipText returns the ToolTipText field if non-nil, zero value otherwise.

GetToolTipTextOk

func (o *TemplateParameterValidator) GetToolTipTextOk() (*string, bool)

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

SetToolTipText

func (o *TemplateParameterValidator) SetToolTipText(v string)

SetToolTipText sets ToolTipText field to given value.

HasToolTipText

func (o *TemplateParameterValidator) HasToolTipText() bool

HasToolTipText returns a boolean if a field has been set.

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