Class: Telnyx::Models::PhoneNumbers::CsvDownloadCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::PhoneNumbers::CsvDownloadCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/phone_numbers/csv_download_create_params.rb
Overview
Defined Under Namespace
Modules: CsvFormat Classes: Filter
Instance Attribute Summary collapse
-
#csv_format ⇒ Symbol, ...
Which format to use when generating the CSV file.
-
#filter ⇒ Telnyx::Models::PhoneNumbers::CsvDownloadCreateParams::Filter?
Consolidated filter parameter (deepObject style).
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(csv_format: nil, filter: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see CsvDownloadCreateParams for more details.
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(csv_format: nil, filter: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::PhoneNumbers::CsvDownloadCreateParams for more details.
|
|
# File 'lib/telnyx/models/phone_numbers/csv_download_create_params.rb', line 28
|
Instance Attribute Details
#csv_format ⇒ Symbol, ...
Which format to use when generating the CSV file. The default for backwards compatibility is ‘V1’
16 |
# File 'lib/telnyx/models/phone_numbers/csv_download_create_params.rb', line 16 optional :csv_format, enum: -> { Telnyx::PhoneNumbers::CsvDownloadCreateParams::CsvFormat } |
#filter ⇒ Telnyx::Models::PhoneNumbers::CsvDownloadCreateParams::Filter?
26 |
# File 'lib/telnyx/models/phone_numbers/csv_download_create_params.rb', line 26 optional :filter, -> { Telnyx::PhoneNumbers::CsvDownloadCreateParams::Filter } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/phone_numbers/csv_download_create_params.rb', line 46
|