Method: Akeyless::NotiForwarder#hash

Defined in:
lib/akeyless/models/noti_forwarder.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



275
276
277
# File 'lib/akeyless/models/noti_forwarder.rb', line 275

def hash
  [client_permissions, comment, creation_date, endpoint, event_types, gateway_cluster_id, is_enabled, last_version, modification_date, noti_forwarder_id, noti_forwarder_name, noti_forwarder_type, noti_forwarder_versions, paths, protection_key, runner_type, timespan_in_seconds, to_emails, username, with_customer_fragment].hash
end