Class: Increase::Models::EntityCreateParams::SupplementalDocument
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::EntityCreateParams::SupplementalDocument
- Defined in:
- lib/increase/models/entity_create_params.rb,
sig/increase/models/entity_create_params.rbs
Instance Attribute Summary collapse
-
#file_id ⇒ String
The identifier of the File containing the document.
Instance Method Summary collapse
-
#initialize ⇒ SupplementalDocument
constructor
A new instance of SupplementalDocument.
- #to_hash ⇒ { file_id: String }
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 ⇒ SupplementalDocument
Returns a new instance of SupplementalDocument.
1322 |
# File 'sig/increase/models/entity_create_params.rbs', line 1322
def initialize: (file_id: String) -> void
|
Instance Attribute Details
#file_id ⇒ String
The identifier of the File containing the document.
1611 |
# File 'lib/increase/models/entity_create_params.rb', line 1611 required :file_id, String |
Instance Method Details
#to_hash ⇒ { file_id: String }
1324 |
# File 'sig/increase/models/entity_create_params.rbs', line 1324
def to_hash: -> { file_id: String }
|