class Google::Apis::ScriptV1::ExecuteStreamResponse

The response for executing or debugging a function in an Apps Script project.

Attributes

result[RW]

The result of an execution. Corresponds to the JSON property `result` @return [Google::Apis::ScriptV1::ScriptExecutionResult]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/script_v1/classes.rb, line 216
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 221
def update!(**args)
  @result = args[:result] if args.key?(:result)
end