Class: SignwellSDK::Models::V1::DocumentCreateFromTemplateResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- SignwellSDK::Models::V1::DocumentCreateFromTemplateResponse
- Defined in:
- lib/signwell_sdk/models/v1/document_create_from_template_response.rb
Overview
Defined Under Namespace
Classes: AttachmentRequest, Field, Recipient
Instance Attribute Summary collapse
- #allow_decline ⇒ Boolean?
- #allow_reassign ⇒ Boolean?
- #api_application_id ⇒ String?
- #apply_signing_order ⇒ Boolean?
- #archived ⇒ Boolean?
- #attachment_requests ⇒ Array<SignwellSDK::Models::V1::DocumentCreateFromTemplateResponse::AttachmentRequest>?
- #copied_contacts ⇒ Array<SignwellSDK::Models::CopiedContactInfo>?
- #created_at ⇒ Time?
- #custom_requester_email ⇒ String?
- #custom_requester_name ⇒ String?
- #decline_redirect_url ⇒ String?
- #embedded ⇒ Boolean?
- #embedded_edit_url ⇒ String?
- #expires_in ⇒ Integer?
- #fields ⇒ Array<Array<SignwellSDK::Models::V1::DocumentCreateFromTemplateResponse::Field>>?
- #files ⇒ Array<SignwellSDK::Models::FileInfo>?
- #id ⇒ String
- #labels ⇒ Array<SignwellSDK::Models::LabelInfo>?
- #language ⇒ String?
- #message ⇒ String?
- #metadata ⇒ Hash{Symbol=>String}?
- #name ⇒ String?
- #recipients ⇒ Array<SignwellSDK::Models::V1::DocumentCreateFromTemplateResponse::Recipient>?
- #redirect_url ⇒ String?
- #reminders ⇒ Boolean?
- #requester_email_address ⇒ String?
- #status ⇒ String?
- #subject ⇒ String?
- #template_id ⇒ String?
- #template_ids ⇒ Array<String>?
- #test_mode ⇒ Boolean
- #updated_at ⇒ Time?
Class Method 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:, recipient_id:, required: nil) ⇒ Object
|
|
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 221
|
Instance Attribute Details
#allow_decline ⇒ Boolean?
21 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 21 optional :allow_decline, SignwellSDK::Internal::Type::Boolean, nil?: true |
#allow_reassign ⇒ Boolean?
26 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 26 optional :allow_reassign, SignwellSDK::Internal::Type::Boolean, nil?: true |
#api_application_id ⇒ String?
31 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 31 optional :api_application_id, String, nil?: true |
#apply_signing_order ⇒ Boolean?
36 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 36 optional :apply_signing_order, SignwellSDK::Internal::Type::Boolean |
#archived ⇒ Boolean?
41 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 41 optional :archived, SignwellSDK::Internal::Type::Boolean |
#attachment_requests ⇒ Array<SignwellSDK::Models::V1::DocumentCreateFromTemplateResponse::AttachmentRequest>?
46 47 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 46 optional :attachment_requests, -> { SignwellSDK::Internal::Type::ArrayOf[SignwellSDK::Models::V1::DocumentCreateFromTemplateResponse::AttachmentRequest] } |
#copied_contacts ⇒ Array<SignwellSDK::Models::CopiedContactInfo>?
52 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 52 optional :copied_contacts, -> { SignwellSDK::Internal::Type::ArrayOf[SignwellSDK::CopiedContactInfo] } |
#created_at ⇒ Time?
57 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 57 optional :created_at, Time |
#custom_requester_email ⇒ String?
62 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 62 optional :custom_requester_email, String, nil?: true |
#custom_requester_name ⇒ String?
67 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 67 optional :custom_requester_name, String, nil?: true |
#decline_redirect_url ⇒ String?
72 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 72 optional :decline_redirect_url, String, nil?: true |
#embedded ⇒ Boolean?
77 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 77 optional :embedded, SignwellSDK::Internal::Type::Boolean |
#embedded_edit_url ⇒ String?
82 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 82 optional :embedded_edit_url, String |
#expires_in ⇒ Integer?
87 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 87 optional :expires_in, Integer |
#fields ⇒ Array<Array<SignwellSDK::Models::V1::DocumentCreateFromTemplateResponse::Field>>?
92 93 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 92 optional :fields, -> { SignwellSDK::Internal::Type::ArrayOf[SignwellSDK::Internal::Type::ArrayOf[SignwellSDK::Models::V1::DocumentCreateFromTemplateResponse::Field]] } |
#files ⇒ Array<SignwellSDK::Models::FileInfo>?
98 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 98 optional :files, -> { SignwellSDK::Internal::Type::ArrayOf[SignwellSDK::FileInfo] } |
#id ⇒ String
11 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 11 required :id, String |
#labels ⇒ Array<SignwellSDK::Models::LabelInfo>?
103 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 103 optional :labels, -> { SignwellSDK::Internal::Type::ArrayOf[SignwellSDK::LabelInfo] } |
#language ⇒ String?
108 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 108 optional :language, String |
#message ⇒ String?
113 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 113 optional :message, String |
#metadata ⇒ Hash{Symbol=>String}?
118 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 118 optional :metadata, SignwellSDK::Internal::Type::HashOf[String], nil?: true |
#name ⇒ String?
123 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 123 optional :name, String |
#recipients ⇒ Array<SignwellSDK::Models::V1::DocumentCreateFromTemplateResponse::Recipient>?
128 129 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 128 optional :recipients, -> { SignwellSDK::Internal::Type::ArrayOf[SignwellSDK::Models::V1::DocumentCreateFromTemplateResponse::Recipient] } |
#redirect_url ⇒ String?
134 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 134 optional :redirect_url, String, nil?: true |
#reminders ⇒ Boolean?
139 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 139 optional :reminders, SignwellSDK::Internal::Type::Boolean |
#requester_email_address ⇒ String?
144 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 144 optional :requester_email_address, String |
#status ⇒ String?
149 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 149 optional :status, String |
#subject ⇒ String?
154 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 154 optional :subject, String |
#template_id ⇒ String?
159 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 159 optional :template_id, String |
#template_ids ⇒ Array<String>?
164 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 164 optional :template_ids, SignwellSDK::Internal::Type::ArrayOf[String] |
#test_mode ⇒ Boolean
16 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 16 required :test_mode, SignwellSDK::Internal::Type::Boolean |
#updated_at ⇒ Time?
169 |
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 169 optional :updated_at, Time |
Class Method Details
.variants ⇒ Array(String, Boolean, Float)
|
|
# File 'lib/signwell_sdk/models/v1/document_create_from_template_response.rb', line 452
|