Class: Telnyx::Models::DirUpdateInfringementParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::DirUpdateInfringementParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/dir_update_infringement_params.rb
Overview
Defined Under Namespace
Modules: CertifyBrandIsAccurate, CertifyIPOwnership, CertifyNoInfringement, CertifyNoShaftContent Classes: Document
Instance Attribute Summary collapse
- #call_reasons ⇒ Array<String>?
-
#certify_brand_is_accurate ⇒ Boolean, Telnyx::Models::DirUpdateInfringementParams::CertifyBrandIsAccurate
Must be ‘true`.
-
#certify_ip_ownership ⇒ Boolean, Telnyx::Models::DirUpdateInfringementParams::CertifyIPOwnership
Must be ‘true`.
-
#certify_no_infringement ⇒ Boolean, Telnyx::Models::DirUpdateInfringementParams::CertifyNoInfringement
Must be ‘true`.
-
#certify_no_shaft_content ⇒ Boolean, Telnyx::Models::DirUpdateInfringementParams::CertifyNoShaftContent
Must be ‘true`.
- #dir_id ⇒ String
- #display_name ⇒ String?
-
#documents ⇒ Array<Telnyx::Models::DirUpdateInfringementParams::Document>?
Append-only supporting documents.
-
#infringement_resolution_notes ⇒ String
Explanation of how the infringement concern was addressed.
-
#logo_url ⇒ String?
Publicly accessible HTTPS URL (max 128 chars) to a 256x256 BMP logo (max 1 MB).
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(dir_id:, certify_brand_is_accurate:, certify_ip_ownership:, certify_no_infringement:, certify_no_shaft_content:, infringement_resolution_notes:, call_reasons: nil, display_name: nil, documents: nil, logo_url: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/telnyx/models/dir_update_infringement_params.rb', line 71
|
Instance Attribute Details
#call_reasons ⇒ Array<String>?
50 |
# File 'lib/telnyx/models/dir_update_infringement_params.rb', line 50 optional :call_reasons, Telnyx::Internal::Type::ArrayOf[String], nil?: true |
#certify_brand_is_accurate ⇒ Boolean, Telnyx::Models::DirUpdateInfringementParams::CertifyBrandIsAccurate
Must be ‘true`.
19 20 |
# File 'lib/telnyx/models/dir_update_infringement_params.rb', line 19 required :certify_brand_is_accurate, enum: -> { Telnyx::DirUpdateInfringementParams::CertifyBrandIsAccurate } |
#certify_ip_ownership ⇒ Boolean, Telnyx::Models::DirUpdateInfringementParams::CertifyIPOwnership
Must be ‘true`.
26 |
# File 'lib/telnyx/models/dir_update_infringement_params.rb', line 26 required :certify_ip_ownership, enum: -> { Telnyx::DirUpdateInfringementParams::CertifyIPOwnership } |
#certify_no_infringement ⇒ Boolean, Telnyx::Models::DirUpdateInfringementParams::CertifyNoInfringement
Must be ‘true`.
32 |
# File 'lib/telnyx/models/dir_update_infringement_params.rb', line 32 required :certify_no_infringement, enum: -> { Telnyx::DirUpdateInfringementParams::CertifyNoInfringement } |
#certify_no_shaft_content ⇒ Boolean, Telnyx::Models::DirUpdateInfringementParams::CertifyNoShaftContent
Must be ‘true`.
38 39 |
# File 'lib/telnyx/models/dir_update_infringement_params.rb', line 38 required :certify_no_shaft_content, enum: -> { Telnyx::DirUpdateInfringementParams::CertifyNoShaftContent } |
#dir_id ⇒ String
13 |
# File 'lib/telnyx/models/dir_update_infringement_params.rb', line 13 required :dir_id, String |
#display_name ⇒ String?
55 |
# File 'lib/telnyx/models/dir_update_infringement_params.rb', line 55 optional :display_name, String, nil?: true |
#documents ⇒ Array<Telnyx::Models::DirUpdateInfringementParams::Document>?
Append-only supporting documents.
61 62 63 |
# File 'lib/telnyx/models/dir_update_infringement_params.rb', line 61 optional :documents, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::DirUpdateInfringementParams::Document] }, nil?: true |
#infringement_resolution_notes ⇒ String
Explanation of how the infringement concern was addressed.
45 |
# File 'lib/telnyx/models/dir_update_infringement_params.rb', line 45 required :infringement_resolution_notes, String |
#logo_url ⇒ String?
Publicly accessible HTTPS URL (max 128 chars) to a 256x256 BMP logo (max 1 MB).
69 |
# File 'lib/telnyx/models/dir_update_infringement_params.rb', line 69 optional :logo_url, String, nil?: true |
Class Method Details
.values ⇒ Array<Boolean>
|
|
# File 'lib/telnyx/models/dir_update_infringement_params.rb', line 100
|