Class: Telnyx::Models::PortingOrderRetrieveRequirementsResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::PortingOrderRetrieveRequirementsResponse
- Defined in:
- lib/telnyx/models/porting_order_retrieve_requirements_response.rb
Overview
Defined Under Namespace
Modules: FieldType Classes: RequirementType
Instance Attribute Summary collapse
-
#field_type ⇒ Symbol, ...
Type of value expected on field_value field.
-
#field_value ⇒ String?
Identifies the document that satisfies this requirement.
-
#record_type ⇒ String?
Identifies the type of the resource.
-
#requirement_status ⇒ String?
Status of the requirement.
-
#requirement_type ⇒ Telnyx::Models::PortingOrderRetrieveRequirementsResponse::RequirementType?
Identifies the requirement type that meets this requirement.
Class Method Summary collapse
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(field_type: nil, field_value: nil, record_type: nil, requirement_status: nil, requirement_type: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 38
|
Instance Attribute Details
#field_type ⇒ Symbol, ...
Type of value expected on field_value field
11 |
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 11 optional :field_type, enum: -> { Telnyx::Models::PortingOrderRetrieveRequirementsResponse::FieldType } |
#field_value ⇒ String?
Identifies the document that satisfies this requirement
17 |
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 17 optional :field_value, String |
#record_type ⇒ String?
Identifies the type of the resource.
23 |
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 23 optional :record_type, String |
#requirement_status ⇒ String?
Status of the requirement
29 |
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 29 optional :requirement_status, String |
#requirement_type ⇒ Telnyx::Models::PortingOrderRetrieveRequirementsResponse::RequirementType?
Identifies the requirement type that meets this requirement
35 36 |
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 35 optional :requirement_type, -> { Telnyx::Models::PortingOrderRetrieveRequirementsResponse::RequirementType } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 58
|