Method: Harbor2Client::Execution.swagger_types
- Defined in:
- lib/harbor2_client/models/execution.rb
.swagger_types ⇒ Object
Attribute type mapping.
62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'lib/harbor2_client/models/execution.rb', line 62 def self.swagger_types { :'id' => :'Integer', :'vendor_type' => :'String', :'vendor_id' => :'Integer', :'status' => :'String', :'status_message' => :'String', :'metrics' => :'Metrics', :'trigger' => :'String', :'extra_attrs' => :'ExtraAttrs', :'start_time' => :'String', :'end_time' => :'String' } end |