Class: WhopSDK::Models::VerificationUpdateParams::Body::UpdateBusinessVerification::RequestedInformation::File
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::VerificationUpdateParams::Body::UpdateBusinessVerification::RequestedInformation::File
- Defined in:
- lib/whop_sdk/models/verification_update_params.rb,
sig/whop_sdk/models/verification_update_params.rbs
Instance Attribute Summary collapse
-
#attachment_id ⇒ String?
Existing attachment ID, when reusing an already attached document.
-
#category ⇒ String?
Requested file category copied from
requested_files.category. -
#direct_upload_id ⇒ String?
Direct upload ID for the uploaded document.
-
#kind ⇒ String?
Requested document kind copied from
requested_files.kind.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
538 |
# File 'sig/whop_sdk/models/verification_update_params.rbs', line 538
def initialize: (
|
Instance Attribute Details
#attachment_id ⇒ String?
Existing attachment ID, when reusing an already attached document.
528 |
# File 'lib/whop_sdk/models/verification_update_params.rb', line 528 optional :attachment_id, String |
#category ⇒ String?
Requested file category copied from requested_files.category.
534 |
# File 'lib/whop_sdk/models/verification_update_params.rb', line 534 optional :category, String |
#direct_upload_id ⇒ String?
Direct upload ID for the uploaded document.
540 |
# File 'lib/whop_sdk/models/verification_update_params.rb', line 540 optional :direct_upload_id, String |
#kind ⇒ String?
Requested document kind copied from requested_files.kind.
546 |
# File 'lib/whop_sdk/models/verification_update_params.rb', line 546 optional :kind, String |
Instance Method Details
#to_hash ⇒ {
545 |
# File 'sig/whop_sdk/models/verification_update_params.rbs', line 545
def to_hash: -> {
|