Class: Telnyx::Models::DirListInfringementClaimsResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::DirListInfringementClaimsResponse
- Defined in:
- lib/telnyx/models/dir_list_infringement_claims_response.rb
Overview
Defined Under Namespace
Modules: ClaimType, Resolution, Status Classes: ContestDocument, ContestHistory, Dir
Instance Attribute Summary collapse
- #claim_description ⇒ String?
-
#claim_type ⇒ Symbol, ...
Category of infringement being claimed.
- #claimant_contact ⇒ String?
- #claimant_name ⇒ String?
-
#contest_documents ⇒ Array<Telnyx::Models::DirListInfringementClaimsResponse::ContestDocument>?
Aggregated across all customer contest submissions on this claim.
-
#dir ⇒ Telnyx::Models::DirListInfringementClaimsResponse::Dir?
Snapshot of the DIR the claim is filed against, embedded for convenience.
- #dir_id ⇒ String?
- #enterprise_id ⇒ String?
-
#resolution ⇒ Symbol, ...
Set only when ‘status` is `resolved`.
-
#status ⇒ Symbol, ...
Lifecycle status.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(document_count: nil, notes: nil, submitted_at: nil) ⇒ Object
constructor
One round of customer contest evidence on an infringement claim.
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(document_count: nil, notes: nil, submitted_at: nil) ⇒ Object
One round of customer contest evidence on an infringement claim. The aggregated documents across rounds live on the parent claim’s ‘contest_documents`; this submission record carries only the per-round notes and document count.
|
|
# File 'lib/telnyx/models/dir_list_infringement_claims_response.rb', line 109
|
Instance Attribute Details
#claim_description ⇒ String?
10 |
# File 'lib/telnyx/models/dir_list_infringement_claims_response.rb', line 10 optional :claim_description, String |
#claim_type ⇒ Symbol, ...
Category of infringement being claimed.
16 |
# File 'lib/telnyx/models/dir_list_infringement_claims_response.rb', line 16 optional :claim_type, enum: -> { Telnyx::Models::DirListInfringementClaimsResponse::ClaimType } |
#claimant_contact ⇒ String?
21 |
# File 'lib/telnyx/models/dir_list_infringement_claims_response.rb', line 21 optional :claimant_contact, String |
#claimant_name ⇒ String?
26 |
# File 'lib/telnyx/models/dir_list_infringement_claims_response.rb', line 26 optional :claimant_name, String |
#contest_documents ⇒ Array<Telnyx::Models::DirListInfringementClaimsResponse::ContestDocument>?
Aggregated across all customer contest submissions on this claim.
32 33 |
# File 'lib/telnyx/models/dir_list_infringement_claims_response.rb', line 32 optional :contest_documents, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::Models::DirListInfringementClaimsResponse::ContestDocument] } |
#dir ⇒ Telnyx::Models::DirListInfringementClaimsResponse::Dir?
Snapshot of the DIR the claim is filed against, embedded for convenience.
39 |
# File 'lib/telnyx/models/dir_list_infringement_claims_response.rb', line 39 optional :dir, -> { Telnyx::Models::DirListInfringementClaimsResponse::Dir } |
#dir_id ⇒ String?
44 |
# File 'lib/telnyx/models/dir_list_infringement_claims_response.rb', line 44 optional :dir_id, String |
#enterprise_id ⇒ String?
49 |
# File 'lib/telnyx/models/dir_list_infringement_claims_response.rb', line 49 optional :enterprise_id, String |
#resolution ⇒ Symbol, ...
Set only when ‘status` is `resolved`.
55 56 57 |
# File 'lib/telnyx/models/dir_list_infringement_claims_response.rb', line 55 optional :resolution, enum: -> { Telnyx::Models::DirListInfringementClaimsResponse::Resolution }, nil?: true |
#status ⇒ Symbol, ...
Lifecycle status. ‘pending` - newly filed; the DIR is auto-suspended. `contested` - you have submitted contest evidence; awaiting Telnyx review. `resolved` - final.
65 |
# File 'lib/telnyx/models/dir_list_infringement_claims_response.rb', line 65 optional :status, enum: -> { Telnyx::Models::DirListInfringementClaimsResponse::Status } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/dir_list_infringement_claims_response.rb', line 156
|