Method: FireflyIIIClient::ChartDataSet.openapi_types

Defined in:
lib/firefly_iii_client/models/chart_data_set.rb

.openapi_typesObject

Attribute type mapping.



60
61
62
63
64
65
66
67
68
69
70
71
# File 'lib/firefly_iii_client/models/chart_data_set.rb', line 60

def self.openapi_types
  {
    :'label' => :'String',
    :'currency_id' => :'Integer',
    :'currency_code' => :'String',
    :'currency_symbol' => :'String',
    :'currency_decimal_places' => :'Integer',
    :'type' => :'String',
    :'y_axis_id' => :'Integer',
    :'entries' => :'Array<ChartDataPoint>'
  }
end