Class: Telnyx::Models::InfringementClaim::Dir
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::InfringementClaim::Dir
- Defined in:
- lib/telnyx/models/infringement_claim.rb,
sig/telnyx/models/infringement_claim.rbs
Overview
Instance Attribute Summary collapse
- #display_name ⇒ String?
- #enterprise_id ⇒ String?
-
#id ⇒ String?
readonly
Returns the value of attribute id.
-
#status ⇒ Symbol, ...
DIR lifecycle status.
Instance Method Summary collapse
- #id ⇒ String readonly
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
202 |
# File 'sig/telnyx/models/infringement_claim.rbs', line 202
def initialize: (
|
Instance Attribute Details
#display_name ⇒ String?
189 |
# File 'lib/telnyx/models/infringement_claim.rb', line 189 optional :display_name, String |
#enterprise_id ⇒ String?
194 |
# File 'lib/telnyx/models/infringement_claim.rb', line 194 optional :enterprise_id, String |
#id ⇒ String? (readonly)
Returns the value of attribute id.
198 199 200 |
# File 'sig/telnyx/models/infringement_claim.rbs', line 198 def id @id end |
#status ⇒ Symbol, ...
DIR lifecycle status.
draft- newly created; editable; not yet submitted.submitted/in_review- Telnyx is reviewing.verified- approved; phone numbers may be attached.rejected- Telnyx rejected this submission;rejection_reasonsis populated; customer can edit and resubmit.unsuccessful- system-side error during processing; customer can edit and resubmit.suspended- temporarily disabled (e.g. by an active infringement claim).expired- verification expired; customer must resubmit.infringement_claimed- a trademark/impersonation claim is open against this DIR.permanently_rejected- terminal; cannot be resubmitted.
213 |
# File 'lib/telnyx/models/infringement_claim.rb', line 213 optional :status, enum: -> { Telnyx::DirStatus } |
Instance Method Details
#id= ⇒ String (readonly)
200 |
# File 'sig/telnyx/models/infringement_claim.rbs', line 200
def id=: (String) -> String
|
#to_hash ⇒ {
209 |
# File 'sig/telnyx/models/infringement_claim.rbs', line 209
def to_hash: -> {
|