Class: Dodopayments::Models::Webhooks::HeaderRetrieveResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Dodopayments::Models::Webhooks::HeaderRetrieveResponse
- Defined in:
- lib/dodopayments/models/webhooks/header_retrieve_response.rb
Overview
Instance Attribute Summary collapse
-
#headers ⇒ Hash{Symbol=>String}
List of headers configured.
-
#sensitive ⇒ Array<String>
Sensitive headers without the value.
Instance Method Summary collapse
-
#initialize(headers: , sensitive: ) ⇒ Object
constructor
The value of the headers is returned in the ‘headers` field.
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(headers: , sensitive: ) ⇒ Object
The value of the headers is returned in the ‘headers` field.
Sensitive headers that have been redacted are returned in the sensitive field.
|
|
# File 'lib/dodopayments/models/webhooks/header_retrieve_response.rb', line 20
|
Instance Attribute Details
#headers ⇒ Hash{Symbol=>String}
List of headers configured
12 |
# File 'lib/dodopayments/models/webhooks/header_retrieve_response.rb', line 12 required :headers, Dodopayments::Internal::Type::HashOf[String] |
#sensitive ⇒ Array<String>
Sensitive headers without the value
18 |
# File 'lib/dodopayments/models/webhooks/header_retrieve_response.rb', line 18 required :sensitive, Dodopayments::Internal::Type::ArrayOf[String] |