Method: PureCloud::ReportingExportJobResponse#hash
- Defined in:
- lib/purecloudplatformclientv2/models/reporting_export_job_response.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
904 905 906 |
# File 'lib/purecloudplatformclientv2/models/reporting_export_job_response.rb', line 904 def hash [id, name, run_id, status, time_zone, export_format, interval, download_url, view_type, , period, filter, read, created_date_time, modified_date_time, locale, percentage_complete, has_format_durations, has_split_filters, exclude_empty_rows, has_split_by_media, selected_columns, has_custom_participant_attributes, recipient_emails, email_statuses, enabled, self_uri].hash end |