Method: TalonOne::Environment.openapi_types

Defined in:
lib/talon_one/models/environment.rb

.openapi_typesObject

Attribute type mapping.



52
53
54
55
56
57
58
59
60
61
62
# File 'lib/talon_one/models/environment.rb', line 52

def self.openapi_types
  {
    :'id' => :'Integer',
    :'created' => :'DateTime',
    :'application_id' => :'Integer',
    :'slots' => :'Array<SlotDef>',
    :'functions' => :'Array<FunctionDef>',
    :'templates' => :'Array<TemplateDef>',
    :'variables' => :'String'
  }
end