Class: Telnyx::Models::PortingOrderRequirement
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::PortingOrderRequirement
- Defined in:
- lib/telnyx/models/porting_order_requirement.rb
Defined Under Namespace
Modules: FieldType
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_type_id ⇒ String?
Identifies the requirement type that meets this requirement.
Instance Method Summary collapse
- #initialize(field_type: nil, field_value: nil, record_type: nil, requirement_type_id: nil) ⇒ Object constructor
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_type_id: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/porting_order_requirement.rb', line 30
|
Instance Attribute Details
#field_type ⇒ Symbol, ...
Type of value expected on field_value field
10 |
# File 'lib/telnyx/models/porting_order_requirement.rb', line 10 optional :field_type, enum: -> { Telnyx::PortingOrderRequirement::FieldType } |
#field_value ⇒ String?
identifies the document that satisfies this requirement
16 |
# File 'lib/telnyx/models/porting_order_requirement.rb', line 16 optional :field_value, String |
#record_type ⇒ String?
Identifies the type of the resource.
22 |
# File 'lib/telnyx/models/porting_order_requirement.rb', line 22 optional :record_type, String |
#requirement_type_id ⇒ String?
Identifies the requirement type that meets this requirement
28 |
# File 'lib/telnyx/models/porting_order_requirement.rb', line 28 optional :requirement_type_id, String |