Class: Google::Apis::CesV1::RunSessionResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/ces_v1/classes.rb,
lib/google/apis/ces_v1/representations.rb,
lib/google/apis/ces_v1/representations.rb

Overview

Response message for SessionService.RunSession.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RunSessionResponse

Returns a new instance of RunSessionResponse.



6065
6066
6067
# File 'lib/google/apis/ces_v1/classes.rb', line 6065

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#outputsArray<Google::Apis::CesV1::SessionOutput>

Outputs for the session. Corresponds to the JSON property outputs



6063
6064
6065
# File 'lib/google/apis/ces_v1/classes.rb', line 6063

def outputs
  @outputs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6070
6071
6072
# File 'lib/google/apis/ces_v1/classes.rb', line 6070

def update!(**args)
  @outputs = args[:outputs] if args.key?(:outputs)
end