Class: SignwellSDK::Models::V1::DocumentCreateFromTemplateResponse::Recipient
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(email:, attachment_requests: nil, name: nil, passcode: nil, role: nil, status: nil) ⇒ Object
|
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 489
|
Instance Attribute Details
#email ⇒ String
461
|
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 461
required :email, String
|
#name ⇒ String?
472
|
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 472
optional :name, String
|
#passcode ⇒ String?
477
|
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 477
optional :passcode, String, nil?: true
|
#role ⇒ String?
482
|
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 482
optional :role, String
|
#status ⇒ String?
487
|
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 487
optional :status, String
|