class Google::Apis::ScriptV1::ScriptExecutionResult
The result of an execution.
Attributes
return_value[RW]
`Value` represents a dynamically typed value which is the outcome of an executed script. Corresponds to the JSON property `returnValue` @return [Google::Apis::ScriptV1::Value]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/script_v1/classes.rb, line 980 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/script_v1/classes.rb, line 985 def update!(**args) @return_value = args[:return_value] if args.key?(:return_value) end