Method: BlueprintClient::TemplateBody.swagger_types
- Defined in:
- lib/blueprint_ruby_client/models/template_body.rb
.swagger_types ⇒ Object
Attribute type mapping.
33 34 35 36 37 38 39 40 41 |
# File 'lib/blueprint_ruby_client/models/template_body.rb', line 33 def self.swagger_types { :'data' => :'Template', :'meta' => :'Meta' } end |