Method: PureCloud::ReportingExportJobResponse#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



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, export_error_messages_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