Class: SignwellSDK::Models::V1::DocumentTemplate::Placeholder
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:, id: nil, attachment_requests: nil, message: nil, preassigned_recipient_email: nil, preassigned_recipient_name: nil, signing_order: nil, subject: nil) ⇒ Object
|
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 490
|
Instance Attribute Details
#id ⇒ String?
457
|
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 457
optional :id, String
|
#message ⇒ String?
468
|
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 468
optional :message, String, nil?: true
|
#name ⇒ String
452
|
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 452
required :name, String
|
#preassigned_recipient_email ⇒ String?
473
|
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 473
optional :preassigned_recipient_email, String
|
#preassigned_recipient_name ⇒ String?
478
|
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 478
optional :preassigned_recipient_name, String
|
#signing_order ⇒ Integer?
483
|
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 483
optional :signing_order, Integer
|
#subject ⇒ String?
488
|
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 488
optional :subject, String, nil?: true
|