| Name | Type | Description | Notes |
|---|---|---|---|
| TimeoutMs | Pointer to int32 | [optional] | |
| Script | string | ||
| ArgumentsScript | Pointer to string | [optional] |
func NewExecuteScriptRequest(script string, ) *ExecuteScriptRequest
NewExecuteScriptRequest instantiates a new ExecuteScriptRequest 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 NewExecuteScriptRequestWithDefaults() *ExecuteScriptRequest
NewExecuteScriptRequestWithDefaults instantiates a new ExecuteScriptRequest 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 *ExecuteScriptRequest) GetTimeoutMs() int32
GetTimeoutMs returns the TimeoutMs field if non-nil, zero value otherwise.
func (o *ExecuteScriptRequest) GetTimeoutMsOk() (*int32, bool)
GetTimeoutMsOk returns a tuple with the TimeoutMs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExecuteScriptRequest) SetTimeoutMs(v int32)
SetTimeoutMs sets TimeoutMs field to given value.
func (o *ExecuteScriptRequest) HasTimeoutMs() bool
HasTimeoutMs returns a boolean if a field has been set.
func (o *ExecuteScriptRequest) GetScript() string
GetScript returns the Script field if non-nil, zero value otherwise.
func (o *ExecuteScriptRequest) GetScriptOk() (*string, bool)
GetScriptOk returns a tuple with the Script field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExecuteScriptRequest) SetScript(v string)
SetScript sets Script field to given value.
func (o *ExecuteScriptRequest) GetArgumentsScript() string
GetArgumentsScript returns the ArgumentsScript field if non-nil, zero value otherwise.
func (o *ExecuteScriptRequest) GetArgumentsScriptOk() (*string, bool)
GetArgumentsScriptOk returns a tuple with the ArgumentsScript field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExecuteScriptRequest) SetArgumentsScript(v string)
SetArgumentsScript sets ArgumentsScript field to given value.
func (o *ExecuteScriptRequest) HasArgumentsScript() bool
HasArgumentsScript returns a boolean if a field has been set.