Class: Orb::Models::EventIngestResponse::Debug
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Orb::Models::EventIngestResponse::Debug
- Defined in:
- lib/orb/models/event_ingest_response.rb,
sig/orb/models/event_ingest_response.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(duplicate:, ingested:) ⇒ Object
constructor
Optional debug information (only present when debug=true is passed to the endpoint).
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(duplicate:, ingested:) ⇒ Object
Optional debug information (only present when debug=true is passed to the endpoint). Contains ingested and duplicate event idempotency keys.
|
|
# File 'lib/orb/models/event_ingest_response.rb', line 65
|
Instance Attribute Details
#duplicate ⇒ Array<String>
58 |
# File 'lib/orb/models/event_ingest_response.rb', line 58 required :duplicate, Orb::Internal::Type::ArrayOf[String] |
#ingested ⇒ Array<String>
63 |
# File 'lib/orb/models/event_ingest_response.rb', line 63 required :ingested, Orb::Internal::Type::ArrayOf[String] |
Instance Method Details
#to_hash ⇒ {
55 |
# File 'sig/orb/models/event_ingest_response.rbs', line 55
def to_hash: -> {
|