Method: PureCloud::OrphanRecording#hash

Defined in:
lib/purecloud/models/orphan_recording.rb

#hashObject

Calculate hash code according to all attributes.



217
218
219
# File 'lib/purecloud/models/orphan_recording.rb', line 217

def hash
  [id, name, created_time, recovered_time, provider_type, media_size_bytes, media_type, file_state, provider_endpoint, recording, orphan_status, self_uri].hash
end