Method: AliseeksApi::ProductReviews.openapi_types

Defined in:
lib/aliseeks_api/models/product_reviews.rb

.openapi_typesObject

Attribute type mapping.



60
61
62
63
64
65
66
67
68
69
70
71
72
73
# File 'lib/aliseeks_api/models/product_reviews.rb', line 60

def self.openapi_types
  {
    :'five_star_count' => :'Integer',
    :'four_star_count' => :'Integer',
    :'three_star_count' => :'Integer',
    :'two_star_count' => :'Integer',
    :'one_star_count' => :'Integer',
    :'total_count' => :'Integer',
    :'positive_count' => :'Integer',
    :'negative_count' => :'Integer',
    :'neutral_count' => :'Integer',
    :'ratings' => :'Float'
  }
end