Class: Cerca::Models::WebhookSubscription
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id:, created_at:, enabled:, events:, fleet_id:, updated_at:, url:) ⇒ Object
Webhook subscription metadata returned by list, get, and update. The one-time signing secret is not returned here.
|
# File 'lib/cerca/models/webhook_subscription.rb', line 42
|
Instance Attribute Details
#created_at ⇒ String
15
|
# File 'lib/cerca/models/webhook_subscription.rb', line 15
required :created_at, String, api_name: :createdAt
|
#fleet_id ⇒ String
30
|
# File 'lib/cerca/models/webhook_subscription.rb', line 30
required :fleet_id, String, api_name: :fleetId
|
#id ⇒ String
10
|
# File 'lib/cerca/models/webhook_subscription.rb', line 10
required :id, String
|
#updated_at ⇒ String
35
|
# File 'lib/cerca/models/webhook_subscription.rb', line 35
required :updated_at, String, api_name: :updatedAt
|
#url ⇒ String
40
|
# File 'lib/cerca/models/webhook_subscription.rb', line 40
required :url, String
|