Method: OCI::DataCatalog::Models::CreateJobExecutionDetails#hash
- Defined in:
- lib/oci/data_catalog/models/create_job_execution_details.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
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, , schedule_instance_key, process_key, external_url, event_key, data_entity_key, properties].hash end |