Method: OCI::DataCatalog::Models::CreateJobExecutionDetails#hash

Defined in:
lib/oci/data_catalog/models/create_job_execution_details.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



313
314
315
# File 'lib/oci/data_catalog/models/create_job_execution_details.rb', line 313

def hash
  [sub_type, job_type, parent_key, time_started, time_ended, lifecycle_state, error_code, error_message, schedule_instance_key, process_key, external_url, event_key, data_entity_key, properties].hash
end