Class: Telnyx::Models::PortingOrderRetrieveRequirementsResponse::RequirementType
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::PortingOrderRetrieveRequirementsResponse::RequirementType
- Defined in:
- lib/telnyx/models/porting_order_retrieve_requirements_response.rb
Overview
Instance Attribute Summary collapse
-
#acceptance_criteria ⇒ Hash{Symbol=>Object}?
The acceptance criteria for the requirement type.
-
#description ⇒ String?
A description of the requirement type.
-
#example ⇒ String?
An example of the requirement type.
-
#id ⇒ String?
Identifies the requirement type.
-
#name ⇒ String?
The name of the requirement type.
-
#type ⇒ String?
The type of the requirement type.
Instance Method Summary collapse
-
#initialize(id: nil, acceptance_criteria: nil, description: nil, example: nil, name: nil, type: nil) ⇒ Object
constructor
Identifies the requirement type that meets this requirement.
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, name: nil, type: nil) ⇒ Object
Identifies the requirement type that meets this requirement
|
|
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 100
|
Instance Attribute Details
#acceptance_criteria ⇒ Hash{Symbol=>Object}?
The acceptance criteria for the requirement type
74 |
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 74 optional :acceptance_criteria, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown] |
#description ⇒ String?
A description of the requirement type
80 |
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 80 optional :description, String |
#example ⇒ String?
An example of the requirement type
86 |
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 86 optional :example, String |
#id ⇒ String?
Identifies the requirement type
68 |
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 68 optional :id, String |
#name ⇒ String?
The name of the requirement type
92 |
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 92 optional :name, String |
#type ⇒ String?
The type of the requirement type
98 |
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 98 optional :type, String |