Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.63 KB

PolicyTemplateConfigFieldTooltipVariables.md

File metadata and controls

82 lines (45 loc) · 2.63 KB

PolicyTemplateConfigFieldTooltipVariables

Properties

Name Type Description Notes
Icon Pointer to string [optional]
Message Pointer to string [optional]

Methods

NewPolicyTemplateConfigFieldTooltipVariables

func NewPolicyTemplateConfigFieldTooltipVariables() *PolicyTemplateConfigFieldTooltipVariables

NewPolicyTemplateConfigFieldTooltipVariables instantiates a new PolicyTemplateConfigFieldTooltipVariables 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

NewPolicyTemplateConfigFieldTooltipVariablesWithDefaults

func NewPolicyTemplateConfigFieldTooltipVariablesWithDefaults() *PolicyTemplateConfigFieldTooltipVariables

NewPolicyTemplateConfigFieldTooltipVariablesWithDefaults instantiates a new PolicyTemplateConfigFieldTooltipVariables 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

GetIcon

func (o *PolicyTemplateConfigFieldTooltipVariables) GetIcon() string

GetIcon returns the Icon field if non-nil, zero value otherwise.

GetIconOk

func (o *PolicyTemplateConfigFieldTooltipVariables) GetIconOk() (*string, bool)

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

SetIcon

func (o *PolicyTemplateConfigFieldTooltipVariables) SetIcon(v string)

SetIcon sets Icon field to given value.

HasIcon

func (o *PolicyTemplateConfigFieldTooltipVariables) HasIcon() bool

HasIcon returns a boolean if a field has been set.

GetMessage

func (o *PolicyTemplateConfigFieldTooltipVariables) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *PolicyTemplateConfigFieldTooltipVariables) GetMessageOk() (*string, bool)

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

SetMessage

func (o *PolicyTemplateConfigFieldTooltipVariables) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *PolicyTemplateConfigFieldTooltipVariables) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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