Method: OCI::Apigateway::Models::CreateDeploymentDetails#hash

Defined in:
lib/oci/apigateway/models/create_deployment_details.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



178
179
180
# File 'lib/oci/apigateway/models/create_deployment_details.rb', line 178

def hash
  [display_name, gateway_id, compartment_id, path_prefix, specification, freeform_tags, defined_tags].hash
end