Class: Google::Apis::ScriptV1::ScriptExecutionResult
- Inherits:
-
Object
- Object
- Google::Apis::ScriptV1::ScriptExecutionResult
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/script_v1/classes.rb,
generated/google/apis/script_v1/representations.rb,
generated/google/apis/script_v1/representations.rb
Overview
The result of an execution.
Instance Attribute Summary collapse
-
#return_value ⇒ Google::Apis::ScriptV1::Value
Value
represents a dynamically typed value which is the outcome of an executed script.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ScriptExecutionResult
constructor
A new instance of ScriptExecutionResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ScriptExecutionResult
Returns a new instance of ScriptExecutionResult.
980 981 982 |
# File 'generated/google/apis/script_v1/classes.rb', line 980 def initialize(**args) update!(**args) end |
Instance Attribute Details
#return_value ⇒ Google::Apis::ScriptV1::Value
Value
represents a dynamically typed value which is the outcome of an
executed script.
Corresponds to the JSON property returnValue
978 979 980 |
# File 'generated/google/apis/script_v1/classes.rb', line 978 def return_value @return_value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
985 986 987 |
# File 'generated/google/apis/script_v1/classes.rb', line 985 def update!(**args) @return_value = args[:return_value] if args.key?(:return_value) end |