Method: KlaviyoAPI::TagCreateQueryResourceObject#hash

Defined in:
lib/klaviyo-api-sdk/models/tag_create_query_resource_object.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



121
122
123
# File 'lib/klaviyo-api-sdk/models/tag_create_query_resource_object.rb', line 121

def hash
  [type, attributes, relationships].hash
end