ScriptFieldScript
July 15, 2026 ยท View on GitHub
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.