Skip to content

Latest commit

 

History

History
executable file
·
51 lines (28 loc) · 1.52 KB

File metadata and controls

executable file
·
51 lines (28 loc) · 1.52 KB

ScriptFieldScript

Properties

Name Type Description Notes
Inline string Expression to compute (same syntax as SQL expressions)

Methods

NewScriptFieldScript

func NewScriptFieldScript(inline string, ) *ScriptFieldScript

NewScriptFieldScript instantiates a new ScriptFieldScript 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

NewScriptFieldScriptWithDefaults

func NewScriptFieldScriptWithDefaults() *ScriptFieldScript

NewScriptFieldScriptWithDefaults instantiates a new ScriptFieldScript 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

GetInline

func (o *ScriptFieldScript) GetInline() string

GetInline returns the Inline field if non-nil, zero value otherwise.

GetInlineOk

func (o *ScriptFieldScript) GetInlineOk() (*string, bool)

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

SetInline

func (o *ScriptFieldScript) SetInline(v string)

SetInline sets Inline field to given value.

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