Method: NucleusApi::ClientViewGoalData.attribute_map

Defined in:
lib/nucleus_api/models/client_view_goal_data.rb

.attribute_mapObject

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



46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# File 'lib/nucleus_api/models/client_view_goal_data.rb', line 46

def self.attribute_map
  {
    :'accounts' => :'accounts',
    :'accumulation_horizon' => :'accumulation_horizon',
    :'decumulation_horizon' => :'decumulation_horizon',
    :'goal_amount' => :'goal_amount',
    :'goal_asset_size_by_goal' => :'goal_asset_size_by_goal',
    :'goal_asset_size_by_goal_date' => :'goal_asset_size_by_goal_date',
    :'goal_category' => :'goal_category',
    :'goal_create_date' => :'goal_create_date',
    :'goal_id' => :'goal_id',
    :'goal_name' => :'goal_name',
    :'goal_type' => :'goal_type',
    :'goal_update_date' => :'goal_update_date',
    :'is_decumulation' => :'is_decumulation',
    :'portfolios' => :'portfolios'
  }
end