Method: PureCloud::WfmBuShortTermForecastImportCompleteTopicBuShortTermForecast.attribute_map

Defined in:
lib/purecloudplatformclientv2/models/wfm_bu_short_term_forecast_import_complete_topic_bu_short_term_forecast.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
64
65
66
67
68
69
70
71
72
73
74
# File 'lib/purecloudplatformclientv2/models/wfm_bu_short_term_forecast_import_complete_topic_bu_short_term_forecast.rb', line 46

def self.attribute_map
  {
    
    :'id' => :'id',
    
    :'week_date' => :'weekDate',
    
    :'creation_method' => :'creationMethod',
    
    :'description' => :'description',
    
    :'legacy' => :'legacy',
    
    :'reference_start_date' => :'referenceStartDate',
    
    :'source_days' => :'sourceDays',
    
    :'modifications' => :'modifications',
    
    :'time_zone' => :'timeZone',
    
    :'planning_groups_version' => :'planningGroupsVersion',
    
    :'week_count' => :'weekCount',
    
    :'metadata' => :'metadata'
    
  }
end