Class: OpenApiSDK::Operations::PostGpuEventResponseBody

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/operations/post_gpu_event_responsebody.rb

Overview

Machine event registered

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(event_id: nil) ⇒ PostGpuEventResponseBody

Returns a new instance of PostGpuEventResponseBody.



19
20
21
# File 'lib/open_api_sdk/models/operations/post_gpu_event_responsebody.rb', line 19

def initialize(event_id: nil)
  @event_id = event_id
end