Class: SignwellSDK::Models::V1::DocumentTemplate::Placeholder

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/signwell_sdk/models/v1/document_template.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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(name:, id: nil, attachment_requests: nil, message: nil, preassigned_recipient_email: nil, preassigned_recipient_name: nil, signing_order: nil, subject: nil) ⇒ Object

Parameters:

  • name (String)
  • id (String) (defaults to: nil)
  • attachment_requests (Array<SignwellSDK::Models::AttachmentRequestInfo>) (defaults to: nil)
  • message (String, nil) (defaults to: nil)
  • preassigned_recipient_email (String) (defaults to: nil)
  • preassigned_recipient_name (String) (defaults to: nil)
  • signing_order (Integer) (defaults to: nil)
  • subject (String, nil) (defaults to: nil)


# File 'lib/signwell_sdk/models/v1/document_template.rb', line 490

Instance Attribute Details

#attachment_requestsArray<SignwellSDK::Models::AttachmentRequestInfo>?



462
463
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 462

optional :attachment_requests,
-> { SignwellSDK::Internal::Type::ArrayOf[SignwellSDK::AttachmentRequestInfo] }

#idString?

Returns:

  • (String, nil)


457
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 457

optional :id, String

#messageString?

Returns:

  • (String, nil)


468
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 468

optional :message, String, nil?: true

#nameString

Returns:

  • (String)


452
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 452

required :name, String

#preassigned_recipient_emailString?

Returns:

  • (String, nil)


473
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 473

optional :preassigned_recipient_email, String

#preassigned_recipient_nameString?

Returns:

  • (String, nil)


478
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 478

optional :preassigned_recipient_name, String

#signing_orderInteger?

Returns:

  • (Integer, nil)


483
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 483

optional :signing_order, Integer

#subjectString?

Returns:

  • (String, nil)


488
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 488

optional :subject, String, nil?: true