Class: Telnyx::Models::PhoneNumbersRegulatoryRequirementRetrieveResponse::Data::RegulatoryRequirement
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::PhoneNumbersRegulatoryRequirementRetrieveResponse::Data::RegulatoryRequirement
- Defined in:
- lib/telnyx/models/phone_numbers_regulatory_requirement_retrieve_response.rb
Defined Under Namespace
Classes: AcceptanceCriteria
Instance Attribute Summary collapse
- #acceptance_criteria ⇒ Telnyx::Models::PhoneNumbersRegulatoryRequirementRetrieveResponse::Data::RegulatoryRequirement::AcceptanceCriteria?
- #field_type ⇒ String?
- #label ⇒ String?
Instance Method Summary collapse
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(id: nil, acceptance_criteria: nil, description: nil, example: nil, field_type: nil, label: nil, record_type: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/phone_numbers_regulatory_requirement_retrieve_response.rb', line 114
|
Instance Attribute Details
#acceptance_criteria ⇒ Telnyx::Models::PhoneNumbersRegulatoryRequirementRetrieveResponse::Data::RegulatoryRequirement::AcceptanceCriteria?
79 80 |
# File 'lib/telnyx/models/phone_numbers_regulatory_requirement_retrieve_response.rb', line 79 optional :acceptance_criteria, -> { Telnyx::Models::PhoneNumbersRegulatoryRequirementRetrieveResponse::Data::RegulatoryRequirement::AcceptanceCriteria } |
#field_type ⇒ String?
85 |
# File 'lib/telnyx/models/phone_numbers_regulatory_requirement_retrieve_response.rb', line 85 optional :field_type, String |
#label ⇒ String?
90 |
# File 'lib/telnyx/models/phone_numbers_regulatory_requirement_retrieve_response.rb', line 90 optional :label, String |