Method: MoneyKit::AppClientResponse.attribute_map

Defined in:
lib/moneykit/models/app_client_response.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



34
35
36
37
38
39
40
41
42
# File 'lib/moneykit/models/app_client_response.rb', line 34

def self.attribute_map
  {
    :'client_id' => :'client_id',
    :'client_name' => :'client_name',
    :'scope' => :'scope',
    :'app' => :'app',
    :'disabled_at' => :'disabled_at'
  }
end