Name | Type | Description | Notes |
---|---|---|---|
FormulaText | string | ||
AlwaysFormatResultValueAsList | Pointer to bool | [optional] | |
DetectResultValueType | Pointer to string | [optional] |
func NewFormula(formulaText string, ) *Formula
NewFormula instantiates a new Formula 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
func NewFormulaWithDefaults() *Formula
NewFormulaWithDefaults instantiates a new Formula 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
func (o *Formula) GetFormulaText() string
GetFormulaText returns the FormulaText field if non-nil, zero value otherwise.
func (o *Formula) GetFormulaTextOk() (*string, bool)
GetFormulaTextOk returns a tuple with the FormulaText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Formula) SetFormulaText(v string)
SetFormulaText sets FormulaText field to given value.
func (o *Formula) GetAlwaysFormatResultValueAsList() bool
GetAlwaysFormatResultValueAsList returns the AlwaysFormatResultValueAsList field if non-nil, zero value otherwise.
func (o *Formula) GetAlwaysFormatResultValueAsListOk() (*bool, bool)
GetAlwaysFormatResultValueAsListOk returns a tuple with the AlwaysFormatResultValueAsList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Formula) SetAlwaysFormatResultValueAsList(v bool)
SetAlwaysFormatResultValueAsList sets AlwaysFormatResultValueAsList field to given value.
func (o *Formula) HasAlwaysFormatResultValueAsList() bool
HasAlwaysFormatResultValueAsList returns a boolean if a field has been set.
func (o *Formula) GetDetectResultValueType() string
GetDetectResultValueType returns the DetectResultValueType field if non-nil, zero value otherwise.
func (o *Formula) GetDetectResultValueTypeOk() (*string, bool)
GetDetectResultValueTypeOk returns a tuple with the DetectResultValueType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Formula) SetDetectResultValueType(v string)
SetDetectResultValueType sets DetectResultValueType field to given value.
func (o *Formula) HasDetectResultValueType() bool
HasDetectResultValueType returns a boolean if a field has been set.