Method: Printful::ProductTemplate.openapi_types

Defined in:
lib/printful_client/models/product_template.rb

.openapi_typesObject

Attribute type mapping.



51
52
53
54
55
56
57
58
59
# File 'lib/printful_client/models/product_template.rb', line 51

def self.openapi_types
  {
    :'version' => :'Integer',
    :'min_dpi' => :'Integer',
    :'variant_mapping' => :'Array<TemplateVariantMapping>',
    :'templates' => :'Array<Template>',
    :'conflicting_placements' => :'Array<TemplatePlacementConflict>'
  }
end