Class: Revox::Models::CampaignGetRowsResponse::Row::Call::Assistant::CustomTool::InputSchema
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(name:, required:, type:, description: nil, enum_options: nil) ⇒ Object
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 1061
|
Instance Attribute Details
#description ⇒ String?
1054
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 1054
optional :description, String
|
#enum_options ⇒ Array<String>?
1059
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 1059
optional :enum_options, Revox::Internal::Type::ArrayOf[String]
|
#name ⇒ String
1038
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 1038
required :name, String
|
#required ⇒ Boolean
1043
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 1043
required :required, Revox::Internal::Type::Boolean
|
1048
1049
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 1048
required :type,
enum: -> { Revox::Models::CampaignGetRowsResponse::Row::Call::Assistant::CustomTool::InputSchema::Type }
|
Instance Method Details
#to_hash ⇒ {
741
|
# File 'sig/revox/models/campaign_get_rows_response.rbs', line 741
def to_hash: -> {
|