Method: PureCloud::WfmBuShortTermForecastImportCompleteTopicBuShortTermForecast#to_hash

Defined in:
lib/purecloudplatformclientv2/models/wfm_bu_short_term_forecast_import_complete_topic_bu_short_term_forecast.rb

#to_hashObject

return the object in the form of hash



467
468
469
470
471
472
473
474
475
# File 'lib/purecloudplatformclientv2/models/wfm_bu_short_term_forecast_import_complete_topic_bu_short_term_forecast.rb', line 467

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    next if value.nil?
    hash[param] = _to_hash(value)
  end
  hash
end