Class: Telnyx::Models::PortingOrderRetrieveRequirementsResponse::RequirementType

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/porting_order_retrieve_requirements_response.rb

Overview

See Also:

Instance Attribute 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(id: nil, acceptance_criteria: nil, description: nil, example: nil, name: nil, type: nil) ⇒ Object

Identifies the requirement type that meets this requirement

Parameters:

  • id (String) (defaults to: nil)

    Identifies the requirement type

  • acceptance_criteria (Hash{Symbol=>Object}) (defaults to: nil)

    The acceptance criteria for the requirement type

  • description (String) (defaults to: nil)

    A description of the requirement type

  • example (String) (defaults to: nil)

    An example of the requirement type

  • name (String) (defaults to: nil)

    The name of the requirement type

  • type (String) (defaults to: nil)

    The type of the requirement type



# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 100

Instance Attribute Details

#acceptance_criteriaHash{Symbol=>Object}?

The acceptance criteria for the requirement type

Returns:

  • (Hash{Symbol=>Object}, nil)


74
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 74

optional :acceptance_criteria, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown]

#descriptionString?

A description of the requirement type

Returns:

  • (String, nil)


80
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 80

optional :description, String

#exampleString?

An example of the requirement type

Returns:

  • (String, nil)


86
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 86

optional :example, String

#idString?

Identifies the requirement type

Returns:

  • (String, nil)


68
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 68

optional :id, String

#nameString?

The name of the requirement type

Returns:

  • (String, nil)


92
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 92

optional :name, String

#typeString?

The type of the requirement type

Returns:

  • (String, nil)


98
# File 'lib/telnyx/models/porting_order_retrieve_requirements_response.rb', line 98

optional :type, String