docusign_esign.models.email
Docusign eSignature REST API
The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501
OpenAPI spec version: v2.1 Contact: devcenter@docusign.com Generated by: https://github.com/swagger-api/swagger-codegen.git
1# coding: utf-8 2 3""" 4 Docusign eSignature REST API 5 6 The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501 7 8 OpenAPI spec version: v2.1 9 Contact: devcenter@docusign.com 10 Generated by: https://github.com/swagger-api/swagger-codegen.git 11""" 12 13 14import pprint 15import re # noqa: F401 16 17import six 18 19from docusign_esign.client.configuration import Configuration 20 21 22class Email(object): 23 """NOTE: This class is auto generated by the swagger code generator program. 24 25 Do not edit the class manually. 26 """ 27 28 """ 29 Attributes: 30 swagger_types (dict): The key is attribute name 31 and the value is attribute type. 32 attribute_map (dict): The key is attribute name 33 and the value is json key in definition. 34 """ 35 swagger_types = { 36 'anchor_allow_white_space_in_characters': 'str', 37 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', 38 'anchor_case_sensitive': 'str', 39 'anchor_case_sensitive_metadata': 'PropertyMetadata', 40 'anchor_horizontal_alignment': 'str', 41 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', 42 'anchor_ignore_if_not_present': 'str', 43 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', 44 'anchor_match_whole_word': 'str', 45 'anchor_match_whole_word_metadata': 'PropertyMetadata', 46 'anchor_string': 'str', 47 'anchor_string_metadata': 'PropertyMetadata', 48 'anchor_tab_processor_version': 'str', 49 'anchor_tab_processor_version_metadata': 'PropertyMetadata', 50 'anchor_units': 'str', 51 'anchor_units_metadata': 'PropertyMetadata', 52 'anchor_x_offset': 'str', 53 'anchor_x_offset_metadata': 'PropertyMetadata', 54 'anchor_y_offset': 'str', 55 'anchor_y_offset_metadata': 'PropertyMetadata', 56 'bold': 'str', 57 'bold_metadata': 'PropertyMetadata', 58 'caption': 'str', 59 'caption_metadata': 'PropertyMetadata', 60 'conceal_value_on_document': 'str', 61 'conceal_value_on_document_metadata': 'PropertyMetadata', 62 'conditional_parent_label': 'str', 63 'conditional_parent_label_metadata': 'PropertyMetadata', 64 'conditional_parent_value': 'str', 65 'conditional_parent_value_metadata': 'PropertyMetadata', 66 'custom_tab_id': 'str', 67 'custom_tab_id_metadata': 'PropertyMetadata', 68 'disable_auto_size': 'str', 69 'disable_auto_size_metadata': 'PropertyMetadata', 70 'document_id': 'str', 71 'document_id_metadata': 'PropertyMetadata', 72 'error_details': 'ErrorDetails', 73 'font': 'str', 74 'font_color': 'str', 75 'font_color_metadata': 'PropertyMetadata', 76 'font_metadata': 'PropertyMetadata', 77 'font_size': 'str', 78 'font_size_metadata': 'PropertyMetadata', 79 'form_order': 'str', 80 'form_order_metadata': 'PropertyMetadata', 81 'form_page_label': 'str', 82 'form_page_label_metadata': 'PropertyMetadata', 83 'form_page_number': 'str', 84 'form_page_number_metadata': 'PropertyMetadata', 85 'height': 'str', 86 'height_metadata': 'PropertyMetadata', 87 'italic': 'str', 88 'italic_metadata': 'PropertyMetadata', 89 'locale_policy': 'LocalePolicyTab', 90 'locked': 'str', 91 'locked_metadata': 'PropertyMetadata', 92 'max_length': 'str', 93 'max_length_metadata': 'PropertyMetadata', 94 'merge_field': 'MergeField', 95 'merge_field_xml': 'str', 96 'name': 'str', 97 'name_metadata': 'PropertyMetadata', 98 'original_value': 'str', 99 'original_value_metadata': 'PropertyMetadata', 100 'page_number': 'str', 101 'page_number_metadata': 'PropertyMetadata', 102 'recipient_id': 'str', 103 'recipient_id_guid': 'str', 104 'recipient_id_guid_metadata': 'PropertyMetadata', 105 'recipient_id_metadata': 'PropertyMetadata', 106 'require_all': 'str', 107 'require_all_metadata': 'PropertyMetadata', 108 'required': 'str', 109 'required_metadata': 'PropertyMetadata', 110 'require_initial_on_shared_change': 'str', 111 'require_initial_on_shared_change_metadata': 'PropertyMetadata', 112 'sender_required': 'str', 113 'sender_required_metadata': 'PropertyMetadata', 114 'shared': 'str', 115 'shared_metadata': 'PropertyMetadata', 116 'share_to_recipients': 'str', 117 'share_to_recipients_metadata': 'PropertyMetadata', 118 'smart_contract_information': 'SmartContractInformation', 119 'source': 'str', 120 'status': 'str', 121 'status_metadata': 'PropertyMetadata', 122 'tab_group_labels': 'list[str]', 123 'tab_group_labels_metadata': 'PropertyMetadata', 124 'tab_id': 'str', 125 'tab_id_metadata': 'PropertyMetadata', 126 'tab_label': 'str', 127 'tab_label_metadata': 'PropertyMetadata', 128 'tab_order': 'str', 129 'tab_order_metadata': 'PropertyMetadata', 130 'tab_type': 'str', 131 'tab_type_metadata': 'PropertyMetadata', 132 'template_locked': 'str', 133 'template_locked_metadata': 'PropertyMetadata', 134 'template_required': 'str', 135 'template_required_metadata': 'PropertyMetadata', 136 'tooltip': 'str', 137 'tool_tip_metadata': 'PropertyMetadata', 138 'underline': 'str', 139 'underline_metadata': 'PropertyMetadata', 140 'validation_message': 'str', 141 'validation_message_metadata': 'PropertyMetadata', 142 'validation_pattern': 'str', 143 'validation_pattern_metadata': 'PropertyMetadata', 144 'value': 'str', 145 'value_metadata': 'PropertyMetadata', 146 'width': 'str', 147 'width_metadata': 'PropertyMetadata', 148 'x_position': 'str', 149 'x_position_metadata': 'PropertyMetadata', 150 'y_position': 'str', 151 'y_position_metadata': 'PropertyMetadata' 152 } 153 154 attribute_map = { 155 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 156 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 157 'anchor_case_sensitive': 'anchorCaseSensitive', 158 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 159 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 160 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 161 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 162 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 163 'anchor_match_whole_word': 'anchorMatchWholeWord', 164 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 165 'anchor_string': 'anchorString', 166 'anchor_string_metadata': 'anchorStringMetadata', 167 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 168 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 169 'anchor_units': 'anchorUnits', 170 'anchor_units_metadata': 'anchorUnitsMetadata', 171 'anchor_x_offset': 'anchorXOffset', 172 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 173 'anchor_y_offset': 'anchorYOffset', 174 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 175 'bold': 'bold', 176 'bold_metadata': 'boldMetadata', 177 'caption': 'caption', 178 'caption_metadata': 'captionMetadata', 179 'conceal_value_on_document': 'concealValueOnDocument', 180 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 181 'conditional_parent_label': 'conditionalParentLabel', 182 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 183 'conditional_parent_value': 'conditionalParentValue', 184 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 185 'custom_tab_id': 'customTabId', 186 'custom_tab_id_metadata': 'customTabIdMetadata', 187 'disable_auto_size': 'disableAutoSize', 188 'disable_auto_size_metadata': 'disableAutoSizeMetadata', 189 'document_id': 'documentId', 190 'document_id_metadata': 'documentIdMetadata', 191 'error_details': 'errorDetails', 192 'font': 'font', 193 'font_color': 'fontColor', 194 'font_color_metadata': 'fontColorMetadata', 195 'font_metadata': 'fontMetadata', 196 'font_size': 'fontSize', 197 'font_size_metadata': 'fontSizeMetadata', 198 'form_order': 'formOrder', 199 'form_order_metadata': 'formOrderMetadata', 200 'form_page_label': 'formPageLabel', 201 'form_page_label_metadata': 'formPageLabelMetadata', 202 'form_page_number': 'formPageNumber', 203 'form_page_number_metadata': 'formPageNumberMetadata', 204 'height': 'height', 205 'height_metadata': 'heightMetadata', 206 'italic': 'italic', 207 'italic_metadata': 'italicMetadata', 208 'locale_policy': 'localePolicy', 209 'locked': 'locked', 210 'locked_metadata': 'lockedMetadata', 211 'max_length': 'maxLength', 212 'max_length_metadata': 'maxLengthMetadata', 213 'merge_field': 'mergeField', 214 'merge_field_xml': 'mergeFieldXml', 215 'name': 'name', 216 'name_metadata': 'nameMetadata', 217 'original_value': 'originalValue', 218 'original_value_metadata': 'originalValueMetadata', 219 'page_number': 'pageNumber', 220 'page_number_metadata': 'pageNumberMetadata', 221 'recipient_id': 'recipientId', 222 'recipient_id_guid': 'recipientIdGuid', 223 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', 224 'recipient_id_metadata': 'recipientIdMetadata', 225 'require_all': 'requireAll', 226 'require_all_metadata': 'requireAllMetadata', 227 'required': 'required', 228 'required_metadata': 'requiredMetadata', 229 'require_initial_on_shared_change': 'requireInitialOnSharedChange', 230 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', 231 'sender_required': 'senderRequired', 232 'sender_required_metadata': 'senderRequiredMetadata', 233 'shared': 'shared', 234 'shared_metadata': 'sharedMetadata', 235 'share_to_recipients': 'shareToRecipients', 236 'share_to_recipients_metadata': 'shareToRecipientsMetadata', 237 'smart_contract_information': 'smartContractInformation', 238 'source': 'source', 239 'status': 'status', 240 'status_metadata': 'statusMetadata', 241 'tab_group_labels': 'tabGroupLabels', 242 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 243 'tab_id': 'tabId', 244 'tab_id_metadata': 'tabIdMetadata', 245 'tab_label': 'tabLabel', 246 'tab_label_metadata': 'tabLabelMetadata', 247 'tab_order': 'tabOrder', 248 'tab_order_metadata': 'tabOrderMetadata', 249 'tab_type': 'tabType', 250 'tab_type_metadata': 'tabTypeMetadata', 251 'template_locked': 'templateLocked', 252 'template_locked_metadata': 'templateLockedMetadata', 253 'template_required': 'templateRequired', 254 'template_required_metadata': 'templateRequiredMetadata', 255 'tooltip': 'tooltip', 256 'tool_tip_metadata': 'toolTipMetadata', 257 'underline': 'underline', 258 'underline_metadata': 'underlineMetadata', 259 'validation_message': 'validationMessage', 260 'validation_message_metadata': 'validationMessageMetadata', 261 'validation_pattern': 'validationPattern', 262 'validation_pattern_metadata': 'validationPatternMetadata', 263 'value': 'value', 264 'value_metadata': 'valueMetadata', 265 'width': 'width', 266 'width_metadata': 'widthMetadata', 267 'x_position': 'xPosition', 268 'x_position_metadata': 'xPositionMetadata', 269 'y_position': 'yPosition', 270 'y_position_metadata': 'yPositionMetadata' 271 } 272 273 def __init__(self, _configuration=None, **kwargs): # noqa: E501 274 """Email - a model defined in Swagger""" # noqa: E501 275 if _configuration is None: 276 _configuration = Configuration() 277 self._configuration = _configuration 278 279 self._anchor_allow_white_space_in_characters = None 280 self._anchor_allow_white_space_in_characters_metadata = None 281 self._anchor_case_sensitive = None 282 self._anchor_case_sensitive_metadata = None 283 self._anchor_horizontal_alignment = None 284 self._anchor_horizontal_alignment_metadata = None 285 self._anchor_ignore_if_not_present = None 286 self._anchor_ignore_if_not_present_metadata = None 287 self._anchor_match_whole_word = None 288 self._anchor_match_whole_word_metadata = None 289 self._anchor_string = None 290 self._anchor_string_metadata = None 291 self._anchor_tab_processor_version = None 292 self._anchor_tab_processor_version_metadata = None 293 self._anchor_units = None 294 self._anchor_units_metadata = None 295 self._anchor_x_offset = None 296 self._anchor_x_offset_metadata = None 297 self._anchor_y_offset = None 298 self._anchor_y_offset_metadata = None 299 self._bold = None 300 self._bold_metadata = None 301 self._caption = None 302 self._caption_metadata = None 303 self._conceal_value_on_document = None 304 self._conceal_value_on_document_metadata = None 305 self._conditional_parent_label = None 306 self._conditional_parent_label_metadata = None 307 self._conditional_parent_value = None 308 self._conditional_parent_value_metadata = None 309 self._custom_tab_id = None 310 self._custom_tab_id_metadata = None 311 self._disable_auto_size = None 312 self._disable_auto_size_metadata = None 313 self._document_id = None 314 self._document_id_metadata = None 315 self._error_details = None 316 self._font = None 317 self._font_color = None 318 self._font_color_metadata = None 319 self._font_metadata = None 320 self._font_size = None 321 self._font_size_metadata = None 322 self._form_order = None 323 self._form_order_metadata = None 324 self._form_page_label = None 325 self._form_page_label_metadata = None 326 self._form_page_number = None 327 self._form_page_number_metadata = None 328 self._height = None 329 self._height_metadata = None 330 self._italic = None 331 self._italic_metadata = None 332 self._locale_policy = None 333 self._locked = None 334 self._locked_metadata = None 335 self._max_length = None 336 self._max_length_metadata = None 337 self._merge_field = None 338 self._merge_field_xml = None 339 self._name = None 340 self._name_metadata = None 341 self._original_value = None 342 self._original_value_metadata = None 343 self._page_number = None 344 self._page_number_metadata = None 345 self._recipient_id = None 346 self._recipient_id_guid = None 347 self._recipient_id_guid_metadata = None 348 self._recipient_id_metadata = None 349 self._require_all = None 350 self._require_all_metadata = None 351 self._required = None 352 self._required_metadata = None 353 self._require_initial_on_shared_change = None 354 self._require_initial_on_shared_change_metadata = None 355 self._sender_required = None 356 self._sender_required_metadata = None 357 self._shared = None 358 self._shared_metadata = None 359 self._share_to_recipients = None 360 self._share_to_recipients_metadata = None 361 self._smart_contract_information = None 362 self._source = None 363 self._status = None 364 self._status_metadata = None 365 self._tab_group_labels = None 366 self._tab_group_labels_metadata = None 367 self._tab_id = None 368 self._tab_id_metadata = None 369 self._tab_label = None 370 self._tab_label_metadata = None 371 self._tab_order = None 372 self._tab_order_metadata = None 373 self._tab_type = None 374 self._tab_type_metadata = None 375 self._template_locked = None 376 self._template_locked_metadata = None 377 self._template_required = None 378 self._template_required_metadata = None 379 self._tooltip = None 380 self._tool_tip_metadata = None 381 self._underline = None 382 self._underline_metadata = None 383 self._validation_message = None 384 self._validation_message_metadata = None 385 self._validation_pattern = None 386 self._validation_pattern_metadata = None 387 self._value = None 388 self._value_metadata = None 389 self._width = None 390 self._width_metadata = None 391 self._x_position = None 392 self._x_position_metadata = None 393 self._y_position = None 394 self._y_position_metadata = None 395 self.discriminator = None 396 397 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 398 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 399 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 400 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 401 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 402 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 403 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 404 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 405 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 406 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 407 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 408 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 409 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 410 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 411 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 412 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 413 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 414 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 415 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 416 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 417 setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) 418 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) 419 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 420 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 421 setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) 422 setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) 423 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 424 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 425 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 426 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 427 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 428 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 429 setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None)) 430 setattr(self, "_{}".format('disable_auto_size_metadata'), kwargs.get('disable_auto_size_metadata', None)) 431 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 432 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 433 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 434 setattr(self, "_{}".format('font'), kwargs.get('font', None)) 435 setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None)) 436 setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None)) 437 setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None)) 438 setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None)) 439 setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None)) 440 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 441 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 442 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 443 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 444 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 445 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 446 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 447 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 448 setattr(self, "_{}".format('italic'), kwargs.get('italic', None)) 449 setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None)) 450 setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None)) 451 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 452 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 453 setattr(self, "_{}".format('max_length'), kwargs.get('max_length', None)) 454 setattr(self, "_{}".format('max_length_metadata'), kwargs.get('max_length_metadata', None)) 455 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 456 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 457 setattr(self, "_{}".format('name'), kwargs.get('name', None)) 458 setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None)) 459 setattr(self, "_{}".format('original_value'), kwargs.get('original_value', None)) 460 setattr(self, "_{}".format('original_value_metadata'), kwargs.get('original_value_metadata', None)) 461 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 462 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 463 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 464 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 465 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 466 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 467 setattr(self, "_{}".format('require_all'), kwargs.get('require_all', None)) 468 setattr(self, "_{}".format('require_all_metadata'), kwargs.get('require_all_metadata', None)) 469 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 470 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 471 setattr(self, "_{}".format('require_initial_on_shared_change'), kwargs.get('require_initial_on_shared_change', None)) 472 setattr(self, "_{}".format('require_initial_on_shared_change_metadata'), kwargs.get('require_initial_on_shared_change_metadata', None)) 473 setattr(self, "_{}".format('sender_required'), kwargs.get('sender_required', None)) 474 setattr(self, "_{}".format('sender_required_metadata'), kwargs.get('sender_required_metadata', None)) 475 setattr(self, "_{}".format('shared'), kwargs.get('shared', None)) 476 setattr(self, "_{}".format('shared_metadata'), kwargs.get('shared_metadata', None)) 477 setattr(self, "_{}".format('share_to_recipients'), kwargs.get('share_to_recipients', None)) 478 setattr(self, "_{}".format('share_to_recipients_metadata'), kwargs.get('share_to_recipients_metadata', None)) 479 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 480 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 481 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 482 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 483 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 484 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 485 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 486 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 487 setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None)) 488 setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None)) 489 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 490 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 491 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 492 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 493 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 494 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 495 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 496 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 497 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 498 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 499 setattr(self, "_{}".format('underline'), kwargs.get('underline', None)) 500 setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None)) 501 setattr(self, "_{}".format('validation_message'), kwargs.get('validation_message', None)) 502 setattr(self, "_{}".format('validation_message_metadata'), kwargs.get('validation_message_metadata', None)) 503 setattr(self, "_{}".format('validation_pattern'), kwargs.get('validation_pattern', None)) 504 setattr(self, "_{}".format('validation_pattern_metadata'), kwargs.get('validation_pattern_metadata', None)) 505 setattr(self, "_{}".format('value'), kwargs.get('value', None)) 506 setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None)) 507 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 508 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 509 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 510 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 511 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 512 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None)) 513 514 @property 515 def anchor_allow_white_space_in_characters(self): 516 """Gets the anchor_allow_white_space_in_characters of this Email. # noqa: E501 517 518 # noqa: E501 519 520 :return: The anchor_allow_white_space_in_characters of this Email. # noqa: E501 521 :rtype: str 522 """ 523 return self._anchor_allow_white_space_in_characters 524 525 @anchor_allow_white_space_in_characters.setter 526 def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): 527 """Sets the anchor_allow_white_space_in_characters of this Email. 528 529 # noqa: E501 530 531 :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Email. # noqa: E501 532 :type: str 533 """ 534 535 self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters 536 537 @property 538 def anchor_allow_white_space_in_characters_metadata(self): 539 """Gets the anchor_allow_white_space_in_characters_metadata of this Email. # noqa: E501 540 541 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 542 543 :return: The anchor_allow_white_space_in_characters_metadata of this Email. # noqa: E501 544 :rtype: PropertyMetadata 545 """ 546 return self._anchor_allow_white_space_in_characters_metadata 547 548 @anchor_allow_white_space_in_characters_metadata.setter 549 def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): 550 """Sets the anchor_allow_white_space_in_characters_metadata of this Email. 551 552 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 553 554 :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Email. # noqa: E501 555 :type: PropertyMetadata 556 """ 557 558 self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata 559 560 @property 561 def anchor_case_sensitive(self): 562 """Gets the anchor_case_sensitive of this Email. # noqa: E501 563 564 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 565 566 :return: The anchor_case_sensitive of this Email. # noqa: E501 567 :rtype: str 568 """ 569 return self._anchor_case_sensitive 570 571 @anchor_case_sensitive.setter 572 def anchor_case_sensitive(self, anchor_case_sensitive): 573 """Sets the anchor_case_sensitive of this Email. 574 575 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 576 577 :param anchor_case_sensitive: The anchor_case_sensitive of this Email. # noqa: E501 578 :type: str 579 """ 580 581 self._anchor_case_sensitive = anchor_case_sensitive 582 583 @property 584 def anchor_case_sensitive_metadata(self): 585 """Gets the anchor_case_sensitive_metadata of this Email. # noqa: E501 586 587 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 588 589 :return: The anchor_case_sensitive_metadata of this Email. # noqa: E501 590 :rtype: PropertyMetadata 591 """ 592 return self._anchor_case_sensitive_metadata 593 594 @anchor_case_sensitive_metadata.setter 595 def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): 596 """Sets the anchor_case_sensitive_metadata of this Email. 597 598 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 599 600 :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Email. # noqa: E501 601 :type: PropertyMetadata 602 """ 603 604 self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata 605 606 @property 607 def anchor_horizontal_alignment(self): 608 """Gets the anchor_horizontal_alignment of this Email. # noqa: E501 609 610 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 611 612 :return: The anchor_horizontal_alignment of this Email. # noqa: E501 613 :rtype: str 614 """ 615 return self._anchor_horizontal_alignment 616 617 @anchor_horizontal_alignment.setter 618 def anchor_horizontal_alignment(self, anchor_horizontal_alignment): 619 """Sets the anchor_horizontal_alignment of this Email. 620 621 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 622 623 :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Email. # noqa: E501 624 :type: str 625 """ 626 627 self._anchor_horizontal_alignment = anchor_horizontal_alignment 628 629 @property 630 def anchor_horizontal_alignment_metadata(self): 631 """Gets the anchor_horizontal_alignment_metadata of this Email. # noqa: E501 632 633 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 634 635 :return: The anchor_horizontal_alignment_metadata of this Email. # noqa: E501 636 :rtype: PropertyMetadata 637 """ 638 return self._anchor_horizontal_alignment_metadata 639 640 @anchor_horizontal_alignment_metadata.setter 641 def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): 642 """Sets the anchor_horizontal_alignment_metadata of this Email. 643 644 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 645 646 :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Email. # noqa: E501 647 :type: PropertyMetadata 648 """ 649 650 self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata 651 652 @property 653 def anchor_ignore_if_not_present(self): 654 """Gets the anchor_ignore_if_not_present of this Email. # noqa: E501 655 656 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 657 658 :return: The anchor_ignore_if_not_present of this Email. # noqa: E501 659 :rtype: str 660 """ 661 return self._anchor_ignore_if_not_present 662 663 @anchor_ignore_if_not_present.setter 664 def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): 665 """Sets the anchor_ignore_if_not_present of this Email. 666 667 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 668 669 :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Email. # noqa: E501 670 :type: str 671 """ 672 673 self._anchor_ignore_if_not_present = anchor_ignore_if_not_present 674 675 @property 676 def anchor_ignore_if_not_present_metadata(self): 677 """Gets the anchor_ignore_if_not_present_metadata of this Email. # noqa: E501 678 679 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 680 681 :return: The anchor_ignore_if_not_present_metadata of this Email. # noqa: E501 682 :rtype: PropertyMetadata 683 """ 684 return self._anchor_ignore_if_not_present_metadata 685 686 @anchor_ignore_if_not_present_metadata.setter 687 def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): 688 """Sets the anchor_ignore_if_not_present_metadata of this Email. 689 690 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 691 692 :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Email. # noqa: E501 693 :type: PropertyMetadata 694 """ 695 696 self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata 697 698 @property 699 def anchor_match_whole_word(self): 700 """Gets the anchor_match_whole_word of this Email. # noqa: E501 701 702 When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 703 704 :return: The anchor_match_whole_word of this Email. # noqa: E501 705 :rtype: str 706 """ 707 return self._anchor_match_whole_word 708 709 @anchor_match_whole_word.setter 710 def anchor_match_whole_word(self, anchor_match_whole_word): 711 """Sets the anchor_match_whole_word of this Email. 712 713 When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 714 715 :param anchor_match_whole_word: The anchor_match_whole_word of this Email. # noqa: E501 716 :type: str 717 """ 718 719 self._anchor_match_whole_word = anchor_match_whole_word 720 721 @property 722 def anchor_match_whole_word_metadata(self): 723 """Gets the anchor_match_whole_word_metadata of this Email. # noqa: E501 724 725 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 726 727 :return: The anchor_match_whole_word_metadata of this Email. # noqa: E501 728 :rtype: PropertyMetadata 729 """ 730 return self._anchor_match_whole_word_metadata 731 732 @anchor_match_whole_word_metadata.setter 733 def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): 734 """Sets the anchor_match_whole_word_metadata of this Email. 735 736 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 737 738 :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Email. # noqa: E501 739 :type: PropertyMetadata 740 """ 741 742 self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata 743 744 @property 745 def anchor_string(self): 746 """Gets the anchor_string of this Email. # noqa: E501 747 748 Anchor text information for a radio button. # noqa: E501 749 750 :return: The anchor_string of this Email. # noqa: E501 751 :rtype: str 752 """ 753 return self._anchor_string 754 755 @anchor_string.setter 756 def anchor_string(self, anchor_string): 757 """Sets the anchor_string of this Email. 758 759 Anchor text information for a radio button. # noqa: E501 760 761 :param anchor_string: The anchor_string of this Email. # noqa: E501 762 :type: str 763 """ 764 765 self._anchor_string = anchor_string 766 767 @property 768 def anchor_string_metadata(self): 769 """Gets the anchor_string_metadata of this Email. # noqa: E501 770 771 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 772 773 :return: The anchor_string_metadata of this Email. # noqa: E501 774 :rtype: PropertyMetadata 775 """ 776 return self._anchor_string_metadata 777 778 @anchor_string_metadata.setter 779 def anchor_string_metadata(self, anchor_string_metadata): 780 """Sets the anchor_string_metadata of this Email. 781 782 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 783 784 :param anchor_string_metadata: The anchor_string_metadata of this Email. # noqa: E501 785 :type: PropertyMetadata 786 """ 787 788 self._anchor_string_metadata = anchor_string_metadata 789 790 @property 791 def anchor_tab_processor_version(self): 792 """Gets the anchor_tab_processor_version of this Email. # noqa: E501 793 794 # noqa: E501 795 796 :return: The anchor_tab_processor_version of this Email. # noqa: E501 797 :rtype: str 798 """ 799 return self._anchor_tab_processor_version 800 801 @anchor_tab_processor_version.setter 802 def anchor_tab_processor_version(self, anchor_tab_processor_version): 803 """Sets the anchor_tab_processor_version of this Email. 804 805 # noqa: E501 806 807 :param anchor_tab_processor_version: The anchor_tab_processor_version of this Email. # noqa: E501 808 :type: str 809 """ 810 811 self._anchor_tab_processor_version = anchor_tab_processor_version 812 813 @property 814 def anchor_tab_processor_version_metadata(self): 815 """Gets the anchor_tab_processor_version_metadata of this Email. # noqa: E501 816 817 Reserved for DocuSign. # noqa: E501 818 819 :return: The anchor_tab_processor_version_metadata of this Email. # noqa: E501 820 :rtype: PropertyMetadata 821 """ 822 return self._anchor_tab_processor_version_metadata 823 824 @anchor_tab_processor_version_metadata.setter 825 def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): 826 """Sets the anchor_tab_processor_version_metadata of this Email. 827 828 Reserved for DocuSign. # noqa: E501 829 830 :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Email. # noqa: E501 831 :type: PropertyMetadata 832 """ 833 834 self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata 835 836 @property 837 def anchor_units(self): 838 """Gets the anchor_units of this Email. # noqa: E501 839 840 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 841 842 :return: The anchor_units of this Email. # noqa: E501 843 :rtype: str 844 """ 845 return self._anchor_units 846 847 @anchor_units.setter 848 def anchor_units(self, anchor_units): 849 """Sets the anchor_units of this Email. 850 851 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 852 853 :param anchor_units: The anchor_units of this Email. # noqa: E501 854 :type: str 855 """ 856 857 self._anchor_units = anchor_units 858 859 @property 860 def anchor_units_metadata(self): 861 """Gets the anchor_units_metadata of this Email. # noqa: E501 862 863 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 864 865 :return: The anchor_units_metadata of this Email. # noqa: E501 866 :rtype: PropertyMetadata 867 """ 868 return self._anchor_units_metadata 869 870 @anchor_units_metadata.setter 871 def anchor_units_metadata(self, anchor_units_metadata): 872 """Sets the anchor_units_metadata of this Email. 873 874 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 875 876 :param anchor_units_metadata: The anchor_units_metadata of this Email. # noqa: E501 877 :type: PropertyMetadata 878 """ 879 880 self._anchor_units_metadata = anchor_units_metadata 881 882 @property 883 def anchor_x_offset(self): 884 """Gets the anchor_x_offset of this Email. # noqa: E501 885 886 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 887 888 :return: The anchor_x_offset of this Email. # noqa: E501 889 :rtype: str 890 """ 891 return self._anchor_x_offset 892 893 @anchor_x_offset.setter 894 def anchor_x_offset(self, anchor_x_offset): 895 """Sets the anchor_x_offset of this Email. 896 897 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 898 899 :param anchor_x_offset: The anchor_x_offset of this Email. # noqa: E501 900 :type: str 901 """ 902 903 self._anchor_x_offset = anchor_x_offset 904 905 @property 906 def anchor_x_offset_metadata(self): 907 """Gets the anchor_x_offset_metadata of this Email. # noqa: E501 908 909 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 910 911 :return: The anchor_x_offset_metadata of this Email. # noqa: E501 912 :rtype: PropertyMetadata 913 """ 914 return self._anchor_x_offset_metadata 915 916 @anchor_x_offset_metadata.setter 917 def anchor_x_offset_metadata(self, anchor_x_offset_metadata): 918 """Sets the anchor_x_offset_metadata of this Email. 919 920 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 921 922 :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Email. # noqa: E501 923 :type: PropertyMetadata 924 """ 925 926 self._anchor_x_offset_metadata = anchor_x_offset_metadata 927 928 @property 929 def anchor_y_offset(self): 930 """Gets the anchor_y_offset of this Email. # noqa: E501 931 932 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 933 934 :return: The anchor_y_offset of this Email. # noqa: E501 935 :rtype: str 936 """ 937 return self._anchor_y_offset 938 939 @anchor_y_offset.setter 940 def anchor_y_offset(self, anchor_y_offset): 941 """Sets the anchor_y_offset of this Email. 942 943 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 944 945 :param anchor_y_offset: The anchor_y_offset of this Email. # noqa: E501 946 :type: str 947 """ 948 949 self._anchor_y_offset = anchor_y_offset 950 951 @property 952 def anchor_y_offset_metadata(self): 953 """Gets the anchor_y_offset_metadata of this Email. # noqa: E501 954 955 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 956 957 :return: The anchor_y_offset_metadata of this Email. # noqa: E501 958 :rtype: PropertyMetadata 959 """ 960 return self._anchor_y_offset_metadata 961 962 @anchor_y_offset_metadata.setter 963 def anchor_y_offset_metadata(self, anchor_y_offset_metadata): 964 """Sets the anchor_y_offset_metadata of this Email. 965 966 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 967 968 :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Email. # noqa: E501 969 :type: PropertyMetadata 970 """ 971 972 self._anchor_y_offset_metadata = anchor_y_offset_metadata 973 974 @property 975 def bold(self): 976 """Gets the bold of this Email. # noqa: E501 977 978 When set to **true**, the information in the tab is bold. # noqa: E501 979 980 :return: The bold of this Email. # noqa: E501 981 :rtype: str 982 """ 983 return self._bold 984 985 @bold.setter 986 def bold(self, bold): 987 """Sets the bold of this Email. 988 989 When set to **true**, the information in the tab is bold. # noqa: E501 990 991 :param bold: The bold of this Email. # noqa: E501 992 :type: str 993 """ 994 995 self._bold = bold 996 997 @property 998 def bold_metadata(self): 999 """Gets the bold_metadata of this Email. # noqa: E501 1000 1001 Metadata that indicates whether the `bold` property is editable. # noqa: E501 1002 1003 :return: The bold_metadata of this Email. # noqa: E501 1004 :rtype: PropertyMetadata 1005 """ 1006 return self._bold_metadata 1007 1008 @bold_metadata.setter 1009 def bold_metadata(self, bold_metadata): 1010 """Sets the bold_metadata of this Email. 1011 1012 Metadata that indicates whether the `bold` property is editable. # noqa: E501 1013 1014 :param bold_metadata: The bold_metadata of this Email. # noqa: E501 1015 :type: PropertyMetadata 1016 """ 1017 1018 self._bold_metadata = bold_metadata 1019 1020 @property 1021 def caption(self): 1022 """Gets the caption of this Email. # noqa: E501 1023 1024 # noqa: E501 1025 1026 :return: The caption of this Email. # noqa: E501 1027 :rtype: str 1028 """ 1029 return self._caption 1030 1031 @caption.setter 1032 def caption(self, caption): 1033 """Sets the caption of this Email. 1034 1035 # noqa: E501 1036 1037 :param caption: The caption of this Email. # noqa: E501 1038 :type: str 1039 """ 1040 1041 self._caption = caption 1042 1043 @property 1044 def caption_metadata(self): 1045 """Gets the caption_metadata of this Email. # noqa: E501 1046 1047 # noqa: E501 1048 1049 :return: The caption_metadata of this Email. # noqa: E501 1050 :rtype: PropertyMetadata 1051 """ 1052 return self._caption_metadata 1053 1054 @caption_metadata.setter 1055 def caption_metadata(self, caption_metadata): 1056 """Sets the caption_metadata of this Email. 1057 1058 # noqa: E501 1059 1060 :param caption_metadata: The caption_metadata of this Email. # noqa: E501 1061 :type: PropertyMetadata 1062 """ 1063 1064 self._caption_metadata = caption_metadata 1065 1066 @property 1067 def conceal_value_on_document(self): 1068 """Gets the conceal_value_on_document of this Email. # noqa: E501 1069 1070 When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 1071 1072 :return: The conceal_value_on_document of this Email. # noqa: E501 1073 :rtype: str 1074 """ 1075 return self._conceal_value_on_document 1076 1077 @conceal_value_on_document.setter 1078 def conceal_value_on_document(self, conceal_value_on_document): 1079 """Sets the conceal_value_on_document of this Email. 1080 1081 When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 1082 1083 :param conceal_value_on_document: The conceal_value_on_document of this Email. # noqa: E501 1084 :type: str 1085 """ 1086 1087 self._conceal_value_on_document = conceal_value_on_document 1088 1089 @property 1090 def conceal_value_on_document_metadata(self): 1091 """Gets the conceal_value_on_document_metadata of this Email. # noqa: E501 1092 1093 Metadata that indicates whether the `concealValueOnDocument` property is editable. # noqa: E501 1094 1095 :return: The conceal_value_on_document_metadata of this Email. # noqa: E501 1096 :rtype: PropertyMetadata 1097 """ 1098 return self._conceal_value_on_document_metadata 1099 1100 @conceal_value_on_document_metadata.setter 1101 def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): 1102 """Sets the conceal_value_on_document_metadata of this Email. 1103 1104 Metadata that indicates whether the `concealValueOnDocument` property is editable. # noqa: E501 1105 1106 :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Email. # noqa: E501 1107 :type: PropertyMetadata 1108 """ 1109 1110 self._conceal_value_on_document_metadata = conceal_value_on_document_metadata 1111 1112 @property 1113 def conditional_parent_label(self): 1114 """Gets the conditional_parent_label of this Email. # noqa: E501 1115 1116 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 1117 1118 :return: The conditional_parent_label of this Email. # noqa: E501 1119 :rtype: str 1120 """ 1121 return self._conditional_parent_label 1122 1123 @conditional_parent_label.setter 1124 def conditional_parent_label(self, conditional_parent_label): 1125 """Sets the conditional_parent_label of this Email. 1126 1127 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 1128 1129 :param conditional_parent_label: The conditional_parent_label of this Email. # noqa: E501 1130 :type: str 1131 """ 1132 1133 self._conditional_parent_label = conditional_parent_label 1134 1135 @property 1136 def conditional_parent_label_metadata(self): 1137 """Gets the conditional_parent_label_metadata of this Email. # noqa: E501 1138 1139 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 1140 1141 :return: The conditional_parent_label_metadata of this Email. # noqa: E501 1142 :rtype: PropertyMetadata 1143 """ 1144 return self._conditional_parent_label_metadata 1145 1146 @conditional_parent_label_metadata.setter 1147 def conditional_parent_label_metadata(self, conditional_parent_label_metadata): 1148 """Sets the conditional_parent_label_metadata of this Email. 1149 1150 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 1151 1152 :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Email. # noqa: E501 1153 :type: PropertyMetadata 1154 """ 1155 1156 self._conditional_parent_label_metadata = conditional_parent_label_metadata 1157 1158 @property 1159 def conditional_parent_value(self): 1160 """Gets the conditional_parent_value of this Email. # noqa: E501 1161 1162 For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 1163 1164 :return: The conditional_parent_value of this Email. # noqa: E501 1165 :rtype: str 1166 """ 1167 return self._conditional_parent_value 1168 1169 @conditional_parent_value.setter 1170 def conditional_parent_value(self, conditional_parent_value): 1171 """Sets the conditional_parent_value of this Email. 1172 1173 For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 1174 1175 :param conditional_parent_value: The conditional_parent_value of this Email. # noqa: E501 1176 :type: str 1177 """ 1178 1179 self._conditional_parent_value = conditional_parent_value 1180 1181 @property 1182 def conditional_parent_value_metadata(self): 1183 """Gets the conditional_parent_value_metadata of this Email. # noqa: E501 1184 1185 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 1186 1187 :return: The conditional_parent_value_metadata of this Email. # noqa: E501 1188 :rtype: PropertyMetadata 1189 """ 1190 return self._conditional_parent_value_metadata 1191 1192 @conditional_parent_value_metadata.setter 1193 def conditional_parent_value_metadata(self, conditional_parent_value_metadata): 1194 """Sets the conditional_parent_value_metadata of this Email. 1195 1196 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 1197 1198 :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Email. # noqa: E501 1199 :type: PropertyMetadata 1200 """ 1201 1202 self._conditional_parent_value_metadata = conditional_parent_value_metadata 1203 1204 @property 1205 def custom_tab_id(self): 1206 """Gets the custom_tab_id of this Email. # noqa: E501 1207 1208 The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 1209 1210 :return: The custom_tab_id of this Email. # noqa: E501 1211 :rtype: str 1212 """ 1213 return self._custom_tab_id 1214 1215 @custom_tab_id.setter 1216 def custom_tab_id(self, custom_tab_id): 1217 """Sets the custom_tab_id of this Email. 1218 1219 The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 1220 1221 :param custom_tab_id: The custom_tab_id of this Email. # noqa: E501 1222 :type: str 1223 """ 1224 1225 self._custom_tab_id = custom_tab_id 1226 1227 @property 1228 def custom_tab_id_metadata(self): 1229 """Gets the custom_tab_id_metadata of this Email. # noqa: E501 1230 1231 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 1232 1233 :return: The custom_tab_id_metadata of this Email. # noqa: E501 1234 :rtype: PropertyMetadata 1235 """ 1236 return self._custom_tab_id_metadata 1237 1238 @custom_tab_id_metadata.setter 1239 def custom_tab_id_metadata(self, custom_tab_id_metadata): 1240 """Sets the custom_tab_id_metadata of this Email. 1241 1242 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 1243 1244 :param custom_tab_id_metadata: The custom_tab_id_metadata of this Email. # noqa: E501 1245 :type: PropertyMetadata 1246 """ 1247 1248 self._custom_tab_id_metadata = custom_tab_id_metadata 1249 1250 @property 1251 def disable_auto_size(self): 1252 """Gets the disable_auto_size of this Email. # noqa: E501 1253 1254 When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 1255 1256 :return: The disable_auto_size of this Email. # noqa: E501 1257 :rtype: str 1258 """ 1259 return self._disable_auto_size 1260 1261 @disable_auto_size.setter 1262 def disable_auto_size(self, disable_auto_size): 1263 """Sets the disable_auto_size of this Email. 1264 1265 When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 1266 1267 :param disable_auto_size: The disable_auto_size of this Email. # noqa: E501 1268 :type: str 1269 """ 1270 1271 self._disable_auto_size = disable_auto_size 1272 1273 @property 1274 def disable_auto_size_metadata(self): 1275 """Gets the disable_auto_size_metadata of this Email. # noqa: E501 1276 1277 Metadata that indicates whether the `disableAutoSize` property is editable. # noqa: E501 1278 1279 :return: The disable_auto_size_metadata of this Email. # noqa: E501 1280 :rtype: PropertyMetadata 1281 """ 1282 return self._disable_auto_size_metadata 1283 1284 @disable_auto_size_metadata.setter 1285 def disable_auto_size_metadata(self, disable_auto_size_metadata): 1286 """Sets the disable_auto_size_metadata of this Email. 1287 1288 Metadata that indicates whether the `disableAutoSize` property is editable. # noqa: E501 1289 1290 :param disable_auto_size_metadata: The disable_auto_size_metadata of this Email. # noqa: E501 1291 :type: PropertyMetadata 1292 """ 1293 1294 self._disable_auto_size_metadata = disable_auto_size_metadata 1295 1296 @property 1297 def document_id(self): 1298 """Gets the document_id of this Email. # noqa: E501 1299 1300 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1301 1302 :return: The document_id of this Email. # noqa: E501 1303 :rtype: str 1304 """ 1305 return self._document_id 1306 1307 @document_id.setter 1308 def document_id(self, document_id): 1309 """Sets the document_id of this Email. 1310 1311 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1312 1313 :param document_id: The document_id of this Email. # noqa: E501 1314 :type: str 1315 """ 1316 1317 self._document_id = document_id 1318 1319 @property 1320 def document_id_metadata(self): 1321 """Gets the document_id_metadata of this Email. # noqa: E501 1322 1323 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1324 1325 :return: The document_id_metadata of this Email. # noqa: E501 1326 :rtype: PropertyMetadata 1327 """ 1328 return self._document_id_metadata 1329 1330 @document_id_metadata.setter 1331 def document_id_metadata(self, document_id_metadata): 1332 """Sets the document_id_metadata of this Email. 1333 1334 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1335 1336 :param document_id_metadata: The document_id_metadata of this Email. # noqa: E501 1337 :type: PropertyMetadata 1338 """ 1339 1340 self._document_id_metadata = document_id_metadata 1341 1342 @property 1343 def error_details(self): 1344 """Gets the error_details of this Email. # noqa: E501 1345 1346 Array or errors. # noqa: E501 1347 1348 :return: The error_details of this Email. # noqa: E501 1349 :rtype: ErrorDetails 1350 """ 1351 return self._error_details 1352 1353 @error_details.setter 1354 def error_details(self, error_details): 1355 """Sets the error_details of this Email. 1356 1357 Array or errors. # noqa: E501 1358 1359 :param error_details: The error_details of this Email. # noqa: E501 1360 :type: ErrorDetails 1361 """ 1362 1363 self._error_details = error_details 1364 1365 @property 1366 def font(self): 1367 """Gets the font of this Email. # noqa: E501 1368 1369 The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 1370 1371 :return: The font of this Email. # noqa: E501 1372 :rtype: str 1373 """ 1374 return self._font 1375 1376 @font.setter 1377 def font(self, font): 1378 """Sets the font of this Email. 1379 1380 The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 1381 1382 :param font: The font of this Email. # noqa: E501 1383 :type: str 1384 """ 1385 1386 self._font = font 1387 1388 @property 1389 def font_color(self): 1390 """Gets the font_color of this Email. # noqa: E501 1391 1392 The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 1393 1394 :return: The font_color of this Email. # noqa: E501 1395 :rtype: str 1396 """ 1397 return self._font_color 1398 1399 @font_color.setter 1400 def font_color(self, font_color): 1401 """Sets the font_color of this Email. 1402 1403 The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 1404 1405 :param font_color: The font_color of this Email. # noqa: E501 1406 :type: str 1407 """ 1408 1409 self._font_color = font_color 1410 1411 @property 1412 def font_color_metadata(self): 1413 """Gets the font_color_metadata of this Email. # noqa: E501 1414 1415 Metadata that indicates whether the `fontColor` property is editable. # noqa: E501 1416 1417 :return: The font_color_metadata of this Email. # noqa: E501 1418 :rtype: PropertyMetadata 1419 """ 1420 return self._font_color_metadata 1421 1422 @font_color_metadata.setter 1423 def font_color_metadata(self, font_color_metadata): 1424 """Sets the font_color_metadata of this Email. 1425 1426 Metadata that indicates whether the `fontColor` property is editable. # noqa: E501 1427 1428 :param font_color_metadata: The font_color_metadata of this Email. # noqa: E501 1429 :type: PropertyMetadata 1430 """ 1431 1432 self._font_color_metadata = font_color_metadata 1433 1434 @property 1435 def font_metadata(self): 1436 """Gets the font_metadata of this Email. # noqa: E501 1437 1438 Metadata that indicates whether the `font` property is editable. # noqa: E501 1439 1440 :return: The font_metadata of this Email. # noqa: E501 1441 :rtype: PropertyMetadata 1442 """ 1443 return self._font_metadata 1444 1445 @font_metadata.setter 1446 def font_metadata(self, font_metadata): 1447 """Sets the font_metadata of this Email. 1448 1449 Metadata that indicates whether the `font` property is editable. # noqa: E501 1450 1451 :param font_metadata: The font_metadata of this Email. # noqa: E501 1452 :type: PropertyMetadata 1453 """ 1454 1455 self._font_metadata = font_metadata 1456 1457 @property 1458 def font_size(self): 1459 """Gets the font_size of this Email. # noqa: E501 1460 1461 The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 1462 1463 :return: The font_size of this Email. # noqa: E501 1464 :rtype: str 1465 """ 1466 return self._font_size 1467 1468 @font_size.setter 1469 def font_size(self, font_size): 1470 """Sets the font_size of this Email. 1471 1472 The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 1473 1474 :param font_size: The font_size of this Email. # noqa: E501 1475 :type: str 1476 """ 1477 1478 self._font_size = font_size 1479 1480 @property 1481 def font_size_metadata(self): 1482 """Gets the font_size_metadata of this Email. # noqa: E501 1483 1484 Metadata that indicates whether the `fontSize` property is editable. # noqa: E501 1485 1486 :return: The font_size_metadata of this Email. # noqa: E501 1487 :rtype: PropertyMetadata 1488 """ 1489 return self._font_size_metadata 1490 1491 @font_size_metadata.setter 1492 def font_size_metadata(self, font_size_metadata): 1493 """Sets the font_size_metadata of this Email. 1494 1495 Metadata that indicates whether the `fontSize` property is editable. # noqa: E501 1496 1497 :param font_size_metadata: The font_size_metadata of this Email. # noqa: E501 1498 :type: PropertyMetadata 1499 """ 1500 1501 self._font_size_metadata = font_size_metadata 1502 1503 @property 1504 def form_order(self): 1505 """Gets the form_order of this Email. # noqa: E501 1506 1507 # noqa: E501 1508 1509 :return: The form_order of this Email. # noqa: E501 1510 :rtype: str 1511 """ 1512 return self._form_order 1513 1514 @form_order.setter 1515 def form_order(self, form_order): 1516 """Sets the form_order of this Email. 1517 1518 # noqa: E501 1519 1520 :param form_order: The form_order of this Email. # noqa: E501 1521 :type: str 1522 """ 1523 1524 self._form_order = form_order 1525 1526 @property 1527 def form_order_metadata(self): 1528 """Gets the form_order_metadata of this Email. # noqa: E501 1529 1530 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1531 1532 :return: The form_order_metadata of this Email. # noqa: E501 1533 :rtype: PropertyMetadata 1534 """ 1535 return self._form_order_metadata 1536 1537 @form_order_metadata.setter 1538 def form_order_metadata(self, form_order_metadata): 1539 """Sets the form_order_metadata of this Email. 1540 1541 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1542 1543 :param form_order_metadata: The form_order_metadata of this Email. # noqa: E501 1544 :type: PropertyMetadata 1545 """ 1546 1547 self._form_order_metadata = form_order_metadata 1548 1549 @property 1550 def form_page_label(self): 1551 """Gets the form_page_label of this Email. # noqa: E501 1552 1553 # noqa: E501 1554 1555 :return: The form_page_label of this Email. # noqa: E501 1556 :rtype: str 1557 """ 1558 return self._form_page_label 1559 1560 @form_page_label.setter 1561 def form_page_label(self, form_page_label): 1562 """Sets the form_page_label of this Email. 1563 1564 # noqa: E501 1565 1566 :param form_page_label: The form_page_label of this Email. # noqa: E501 1567 :type: str 1568 """ 1569 1570 self._form_page_label = form_page_label 1571 1572 @property 1573 def form_page_label_metadata(self): 1574 """Gets the form_page_label_metadata of this Email. # noqa: E501 1575 1576 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1577 1578 :return: The form_page_label_metadata of this Email. # noqa: E501 1579 :rtype: PropertyMetadata 1580 """ 1581 return self._form_page_label_metadata 1582 1583 @form_page_label_metadata.setter 1584 def form_page_label_metadata(self, form_page_label_metadata): 1585 """Sets the form_page_label_metadata of this Email. 1586 1587 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1588 1589 :param form_page_label_metadata: The form_page_label_metadata of this Email. # noqa: E501 1590 :type: PropertyMetadata 1591 """ 1592 1593 self._form_page_label_metadata = form_page_label_metadata 1594 1595 @property 1596 def form_page_number(self): 1597 """Gets the form_page_number of this Email. # noqa: E501 1598 1599 # noqa: E501 1600 1601 :return: The form_page_number of this Email. # noqa: E501 1602 :rtype: str 1603 """ 1604 return self._form_page_number 1605 1606 @form_page_number.setter 1607 def form_page_number(self, form_page_number): 1608 """Sets the form_page_number of this Email. 1609 1610 # noqa: E501 1611 1612 :param form_page_number: The form_page_number of this Email. # noqa: E501 1613 :type: str 1614 """ 1615 1616 self._form_page_number = form_page_number 1617 1618 @property 1619 def form_page_number_metadata(self): 1620 """Gets the form_page_number_metadata of this Email. # noqa: E501 1621 1622 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1623 1624 :return: The form_page_number_metadata of this Email. # noqa: E501 1625 :rtype: PropertyMetadata 1626 """ 1627 return self._form_page_number_metadata 1628 1629 @form_page_number_metadata.setter 1630 def form_page_number_metadata(self, form_page_number_metadata): 1631 """Sets the form_page_number_metadata of this Email. 1632 1633 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1634 1635 :param form_page_number_metadata: The form_page_number_metadata of this Email. # noqa: E501 1636 :type: PropertyMetadata 1637 """ 1638 1639 self._form_page_number_metadata = form_page_number_metadata 1640 1641 @property 1642 def height(self): 1643 """Gets the height of this Email. # noqa: E501 1644 1645 Height of the tab in pixels. # noqa: E501 1646 1647 :return: The height of this Email. # noqa: E501 1648 :rtype: str 1649 """ 1650 return self._height 1651 1652 @height.setter 1653 def height(self, height): 1654 """Sets the height of this Email. 1655 1656 Height of the tab in pixels. # noqa: E501 1657 1658 :param height: The height of this Email. # noqa: E501 1659 :type: str 1660 """ 1661 1662 self._height = height 1663 1664 @property 1665 def height_metadata(self): 1666 """Gets the height_metadata of this Email. # noqa: E501 1667 1668 Metadata that indicates whether the `height` property is editable. # noqa: E501 1669 1670 :return: The height_metadata of this Email. # noqa: E501 1671 :rtype: PropertyMetadata 1672 """ 1673 return self._height_metadata 1674 1675 @height_metadata.setter 1676 def height_metadata(self, height_metadata): 1677 """Sets the height_metadata of this Email. 1678 1679 Metadata that indicates whether the `height` property is editable. # noqa: E501 1680 1681 :param height_metadata: The height_metadata of this Email. # noqa: E501 1682 :type: PropertyMetadata 1683 """ 1684 1685 self._height_metadata = height_metadata 1686 1687 @property 1688 def italic(self): 1689 """Gets the italic of this Email. # noqa: E501 1690 1691 When set to **true**, the information in the tab is italic. # noqa: E501 1692 1693 :return: The italic of this Email. # noqa: E501 1694 :rtype: str 1695 """ 1696 return self._italic 1697 1698 @italic.setter 1699 def italic(self, italic): 1700 """Sets the italic of this Email. 1701 1702 When set to **true**, the information in the tab is italic. # noqa: E501 1703 1704 :param italic: The italic of this Email. # noqa: E501 1705 :type: str 1706 """ 1707 1708 self._italic = italic 1709 1710 @property 1711 def italic_metadata(self): 1712 """Gets the italic_metadata of this Email. # noqa: E501 1713 1714 Metadata that indicates whether the `italic` property is editable. # noqa: E501 1715 1716 :return: The italic_metadata of this Email. # noqa: E501 1717 :rtype: PropertyMetadata 1718 """ 1719 return self._italic_metadata 1720 1721 @italic_metadata.setter 1722 def italic_metadata(self, italic_metadata): 1723 """Sets the italic_metadata of this Email. 1724 1725 Metadata that indicates whether the `italic` property is editable. # noqa: E501 1726 1727 :param italic_metadata: The italic_metadata of this Email. # noqa: E501 1728 :type: PropertyMetadata 1729 """ 1730 1731 self._italic_metadata = italic_metadata 1732 1733 @property 1734 def locale_policy(self): 1735 """Gets the locale_policy of this Email. # noqa: E501 1736 1737 Reserved for DocuSign. # noqa: E501 1738 1739 :return: The locale_policy of this Email. # noqa: E501 1740 :rtype: LocalePolicyTab 1741 """ 1742 return self._locale_policy 1743 1744 @locale_policy.setter 1745 def locale_policy(self, locale_policy): 1746 """Sets the locale_policy of this Email. 1747 1748 Reserved for DocuSign. # noqa: E501 1749 1750 :param locale_policy: The locale_policy of this Email. # noqa: E501 1751 :type: LocalePolicyTab 1752 """ 1753 1754 self._locale_policy = locale_policy 1755 1756 @property 1757 def locked(self): 1758 """Gets the locked of this Email. # noqa: E501 1759 1760 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1761 1762 :return: The locked of this Email. # noqa: E501 1763 :rtype: str 1764 """ 1765 return self._locked 1766 1767 @locked.setter 1768 def locked(self, locked): 1769 """Sets the locked of this Email. 1770 1771 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1772 1773 :param locked: The locked of this Email. # noqa: E501 1774 :type: str 1775 """ 1776 1777 self._locked = locked 1778 1779 @property 1780 def locked_metadata(self): 1781 """Gets the locked_metadata of this Email. # noqa: E501 1782 1783 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1784 1785 :return: The locked_metadata of this Email. # noqa: E501 1786 :rtype: PropertyMetadata 1787 """ 1788 return self._locked_metadata 1789 1790 @locked_metadata.setter 1791 def locked_metadata(self, locked_metadata): 1792 """Sets the locked_metadata of this Email. 1793 1794 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1795 1796 :param locked_metadata: The locked_metadata of this Email. # noqa: E501 1797 :type: PropertyMetadata 1798 """ 1799 1800 self._locked_metadata = locked_metadata 1801 1802 @property 1803 def max_length(self): 1804 """Gets the max_length of this Email. # noqa: E501 1805 1806 An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 1807 1808 :return: The max_length of this Email. # noqa: E501 1809 :rtype: str 1810 """ 1811 return self._max_length 1812 1813 @max_length.setter 1814 def max_length(self, max_length): 1815 """Sets the max_length of this Email. 1816 1817 An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 1818 1819 :param max_length: The max_length of this Email. # noqa: E501 1820 :type: str 1821 """ 1822 1823 self._max_length = max_length 1824 1825 @property 1826 def max_length_metadata(self): 1827 """Gets the max_length_metadata of this Email. # noqa: E501 1828 1829 Metadata that indicates whether the `maxLength` property is editable. # noqa: E501 1830 1831 :return: The max_length_metadata of this Email. # noqa: E501 1832 :rtype: PropertyMetadata 1833 """ 1834 return self._max_length_metadata 1835 1836 @max_length_metadata.setter 1837 def max_length_metadata(self, max_length_metadata): 1838 """Sets the max_length_metadata of this Email. 1839 1840 Metadata that indicates whether the `maxLength` property is editable. # noqa: E501 1841 1842 :param max_length_metadata: The max_length_metadata of this Email. # noqa: E501 1843 :type: PropertyMetadata 1844 """ 1845 1846 self._max_length_metadata = max_length_metadata 1847 1848 @property 1849 def merge_field(self): 1850 """Gets the merge_field of this Email. # noqa: E501 1851 1852 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1853 1854 :return: The merge_field of this Email. # noqa: E501 1855 :rtype: MergeField 1856 """ 1857 return self._merge_field 1858 1859 @merge_field.setter 1860 def merge_field(self, merge_field): 1861 """Sets the merge_field of this Email. 1862 1863 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1864 1865 :param merge_field: The merge_field of this Email. # noqa: E501 1866 :type: MergeField 1867 """ 1868 1869 self._merge_field = merge_field 1870 1871 @property 1872 def merge_field_xml(self): 1873 """Gets the merge_field_xml of this Email. # noqa: E501 1874 1875 # noqa: E501 1876 1877 :return: The merge_field_xml of this Email. # noqa: E501 1878 :rtype: str 1879 """ 1880 return self._merge_field_xml 1881 1882 @merge_field_xml.setter 1883 def merge_field_xml(self, merge_field_xml): 1884 """Sets the merge_field_xml of this Email. 1885 1886 # noqa: E501 1887 1888 :param merge_field_xml: The merge_field_xml of this Email. # noqa: E501 1889 :type: str 1890 """ 1891 1892 self._merge_field_xml = merge_field_xml 1893 1894 @property 1895 def name(self): 1896 """Gets the name of this Email. # noqa: E501 1897 1898 # noqa: E501 1899 1900 :return: The name of this Email. # noqa: E501 1901 :rtype: str 1902 """ 1903 return self._name 1904 1905 @name.setter 1906 def name(self, name): 1907 """Sets the name of this Email. 1908 1909 # noqa: E501 1910 1911 :param name: The name of this Email. # noqa: E501 1912 :type: str 1913 """ 1914 1915 self._name = name 1916 1917 @property 1918 def name_metadata(self): 1919 """Gets the name_metadata of this Email. # noqa: E501 1920 1921 Metadata that indicates whether the `name` property is editable. This property is read-only. # noqa: E501 1922 1923 :return: The name_metadata of this Email. # noqa: E501 1924 :rtype: PropertyMetadata 1925 """ 1926 return self._name_metadata 1927 1928 @name_metadata.setter 1929 def name_metadata(self, name_metadata): 1930 """Sets the name_metadata of this Email. 1931 1932 Metadata that indicates whether the `name` property is editable. This property is read-only. # noqa: E501 1933 1934 :param name_metadata: The name_metadata of this Email. # noqa: E501 1935 :type: PropertyMetadata 1936 """ 1937 1938 self._name_metadata = name_metadata 1939 1940 @property 1941 def original_value(self): 1942 """Gets the original_value of this Email. # noqa: E501 1943 1944 The initial value of the tab when it was sent to the recipient. # noqa: E501 1945 1946 :return: The original_value of this Email. # noqa: E501 1947 :rtype: str 1948 """ 1949 return self._original_value 1950 1951 @original_value.setter 1952 def original_value(self, original_value): 1953 """Sets the original_value of this Email. 1954 1955 The initial value of the tab when it was sent to the recipient. # noqa: E501 1956 1957 :param original_value: The original_value of this Email. # noqa: E501 1958 :type: str 1959 """ 1960 1961 self._original_value = original_value 1962 1963 @property 1964 def original_value_metadata(self): 1965 """Gets the original_value_metadata of this Email. # noqa: E501 1966 1967 Metadata that indicates whether the `originalValue` property is editable. # noqa: E501 1968 1969 :return: The original_value_metadata of this Email. # noqa: E501 1970 :rtype: PropertyMetadata 1971 """ 1972 return self._original_value_metadata 1973 1974 @original_value_metadata.setter 1975 def original_value_metadata(self, original_value_metadata): 1976 """Sets the original_value_metadata of this Email. 1977 1978 Metadata that indicates whether the `originalValue` property is editable. # noqa: E501 1979 1980 :param original_value_metadata: The original_value_metadata of this Email. # noqa: E501 1981 :type: PropertyMetadata 1982 """ 1983 1984 self._original_value_metadata = original_value_metadata 1985 1986 @property 1987 def page_number(self): 1988 """Gets the page_number of this Email. # noqa: E501 1989 1990 Specifies the page number on which the tab is located. # noqa: E501 1991 1992 :return: The page_number of this Email. # noqa: E501 1993 :rtype: str 1994 """ 1995 return self._page_number 1996 1997 @page_number.setter 1998 def page_number(self, page_number): 1999 """Sets the page_number of this Email. 2000 2001 Specifies the page number on which the tab is located. # noqa: E501 2002 2003 :param page_number: The page_number of this Email. # noqa: E501 2004 :type: str 2005 """ 2006 2007 self._page_number = page_number 2008 2009 @property 2010 def page_number_metadata(self): 2011 """Gets the page_number_metadata of this Email. # noqa: E501 2012 2013 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 2014 2015 :return: The page_number_metadata of this Email. # noqa: E501 2016 :rtype: PropertyMetadata 2017 """ 2018 return self._page_number_metadata 2019 2020 @page_number_metadata.setter 2021 def page_number_metadata(self, page_number_metadata): 2022 """Sets the page_number_metadata of this Email. 2023 2024 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 2025 2026 :param page_number_metadata: The page_number_metadata of this Email. # noqa: E501 2027 :type: PropertyMetadata 2028 """ 2029 2030 self._page_number_metadata = page_number_metadata 2031 2032 @property 2033 def recipient_id(self): 2034 """Gets the recipient_id of this Email. # noqa: E501 2035 2036 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 2037 2038 :return: The recipient_id of this Email. # noqa: E501 2039 :rtype: str 2040 """ 2041 return self._recipient_id 2042 2043 @recipient_id.setter 2044 def recipient_id(self, recipient_id): 2045 """Sets the recipient_id of this Email. 2046 2047 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 2048 2049 :param recipient_id: The recipient_id of this Email. # noqa: E501 2050 :type: str 2051 """ 2052 2053 self._recipient_id = recipient_id 2054 2055 @property 2056 def recipient_id_guid(self): 2057 """Gets the recipient_id_guid of this Email. # noqa: E501 2058 2059 # noqa: E501 2060 2061 :return: The recipient_id_guid of this Email. # noqa: E501 2062 :rtype: str 2063 """ 2064 return self._recipient_id_guid 2065 2066 @recipient_id_guid.setter 2067 def recipient_id_guid(self, recipient_id_guid): 2068 """Sets the recipient_id_guid of this Email. 2069 2070 # noqa: E501 2071 2072 :param recipient_id_guid: The recipient_id_guid of this Email. # noqa: E501 2073 :type: str 2074 """ 2075 2076 self._recipient_id_guid = recipient_id_guid 2077 2078 @property 2079 def recipient_id_guid_metadata(self): 2080 """Gets the recipient_id_guid_metadata of this Email. # noqa: E501 2081 2082 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 2083 2084 :return: The recipient_id_guid_metadata of this Email. # noqa: E501 2085 :rtype: PropertyMetadata 2086 """ 2087 return self._recipient_id_guid_metadata 2088 2089 @recipient_id_guid_metadata.setter 2090 def recipient_id_guid_metadata(self, recipient_id_guid_metadata): 2091 """Sets the recipient_id_guid_metadata of this Email. 2092 2093 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 2094 2095 :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Email. # noqa: E501 2096 :type: PropertyMetadata 2097 """ 2098 2099 self._recipient_id_guid_metadata = recipient_id_guid_metadata 2100 2101 @property 2102 def recipient_id_metadata(self): 2103 """Gets the recipient_id_metadata of this Email. # noqa: E501 2104 2105 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 2106 2107 :return: The recipient_id_metadata of this Email. # noqa: E501 2108 :rtype: PropertyMetadata 2109 """ 2110 return self._recipient_id_metadata 2111 2112 @recipient_id_metadata.setter 2113 def recipient_id_metadata(self, recipient_id_metadata): 2114 """Sets the recipient_id_metadata of this Email. 2115 2116 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 2117 2118 :param recipient_id_metadata: The recipient_id_metadata of this Email. # noqa: E501 2119 :type: PropertyMetadata 2120 """ 2121 2122 self._recipient_id_metadata = recipient_id_metadata 2123 2124 @property 2125 def require_all(self): 2126 """Gets the require_all of this Email. # noqa: E501 2127 2128 When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 2129 2130 :return: The require_all of this Email. # noqa: E501 2131 :rtype: str 2132 """ 2133 return self._require_all 2134 2135 @require_all.setter 2136 def require_all(self, require_all): 2137 """Sets the require_all of this Email. 2138 2139 When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 2140 2141 :param require_all: The require_all of this Email. # noqa: E501 2142 :type: str 2143 """ 2144 2145 self._require_all = require_all 2146 2147 @property 2148 def require_all_metadata(self): 2149 """Gets the require_all_metadata of this Email. # noqa: E501 2150 2151 Metadata that indicates whether the `requireAll` property is editable. # noqa: E501 2152 2153 :return: The require_all_metadata of this Email. # noqa: E501 2154 :rtype: PropertyMetadata 2155 """ 2156 return self._require_all_metadata 2157 2158 @require_all_metadata.setter 2159 def require_all_metadata(self, require_all_metadata): 2160 """Sets the require_all_metadata of this Email. 2161 2162 Metadata that indicates whether the `requireAll` property is editable. # noqa: E501 2163 2164 :param require_all_metadata: The require_all_metadata of this Email. # noqa: E501 2165 :type: PropertyMetadata 2166 """ 2167 2168 self._require_all_metadata = require_all_metadata 2169 2170 @property 2171 def required(self): 2172 """Gets the required of this Email. # noqa: E501 2173 2174 When set to **true**, the signer is required to fill out this tab # noqa: E501 2175 2176 :return: The required of this Email. # noqa: E501 2177 :rtype: str 2178 """ 2179 return self._required 2180 2181 @required.setter 2182 def required(self, required): 2183 """Sets the required of this Email. 2184 2185 When set to **true**, the signer is required to fill out this tab # noqa: E501 2186 2187 :param required: The required of this Email. # noqa: E501 2188 :type: str 2189 """ 2190 2191 self._required = required 2192 2193 @property 2194 def required_metadata(self): 2195 """Gets the required_metadata of this Email. # noqa: E501 2196 2197 Metadata that indicates whether the `required` property is editable. # noqa: E501 2198 2199 :return: The required_metadata of this Email. # noqa: E501 2200 :rtype: PropertyMetadata 2201 """ 2202 return self._required_metadata 2203 2204 @required_metadata.setter 2205 def required_metadata(self, required_metadata): 2206 """Sets the required_metadata of this Email. 2207 2208 Metadata that indicates whether the `required` property is editable. # noqa: E501 2209 2210 :param required_metadata: The required_metadata of this Email. # noqa: E501 2211 :type: PropertyMetadata 2212 """ 2213 2214 self._required_metadata = required_metadata 2215 2216 @property 2217 def require_initial_on_shared_change(self): 2218 """Gets the require_initial_on_shared_change of this Email. # noqa: E501 2219 2220 Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 2221 2222 :return: The require_initial_on_shared_change of this Email. # noqa: E501 2223 :rtype: str 2224 """ 2225 return self._require_initial_on_shared_change 2226 2227 @require_initial_on_shared_change.setter 2228 def require_initial_on_shared_change(self, require_initial_on_shared_change): 2229 """Sets the require_initial_on_shared_change of this Email. 2230 2231 Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 2232 2233 :param require_initial_on_shared_change: The require_initial_on_shared_change of this Email. # noqa: E501 2234 :type: str 2235 """ 2236 2237 self._require_initial_on_shared_change = require_initial_on_shared_change 2238 2239 @property 2240 def require_initial_on_shared_change_metadata(self): 2241 """Gets the require_initial_on_shared_change_metadata of this Email. # noqa: E501 2242 2243 Metadata that indicates whether the `requireInitialOnSharedChange` property is editable. # noqa: E501 2244 2245 :return: The require_initial_on_shared_change_metadata of this Email. # noqa: E501 2246 :rtype: PropertyMetadata 2247 """ 2248 return self._require_initial_on_shared_change_metadata 2249 2250 @require_initial_on_shared_change_metadata.setter 2251 def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): 2252 """Sets the require_initial_on_shared_change_metadata of this Email. 2253 2254 Metadata that indicates whether the `requireInitialOnSharedChange` property is editable. # noqa: E501 2255 2256 :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Email. # noqa: E501 2257 :type: PropertyMetadata 2258 """ 2259 2260 self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata 2261 2262 @property 2263 def sender_required(self): 2264 """Gets the sender_required of this Email. # noqa: E501 2265 2266 When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 2267 2268 :return: The sender_required of this Email. # noqa: E501 2269 :rtype: str 2270 """ 2271 return self._sender_required 2272 2273 @sender_required.setter 2274 def sender_required(self, sender_required): 2275 """Sets the sender_required of this Email. 2276 2277 When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 2278 2279 :param sender_required: The sender_required of this Email. # noqa: E501 2280 :type: str 2281 """ 2282 2283 self._sender_required = sender_required 2284 2285 @property 2286 def sender_required_metadata(self): 2287 """Gets the sender_required_metadata of this Email. # noqa: E501 2288 2289 Metadata that indicates whether the `senderRequired` property is editable. # noqa: E501 2290 2291 :return: The sender_required_metadata of this Email. # noqa: E501 2292 :rtype: PropertyMetadata 2293 """ 2294 return self._sender_required_metadata 2295 2296 @sender_required_metadata.setter 2297 def sender_required_metadata(self, sender_required_metadata): 2298 """Sets the sender_required_metadata of this Email. 2299 2300 Metadata that indicates whether the `senderRequired` property is editable. # noqa: E501 2301 2302 :param sender_required_metadata: The sender_required_metadata of this Email. # noqa: E501 2303 :type: PropertyMetadata 2304 """ 2305 2306 self._sender_required_metadata = sender_required_metadata 2307 2308 @property 2309 def shared(self): 2310 """Gets the shared of this Email. # noqa: E501 2311 2312 When set to **true**, this custom tab is shared. # noqa: E501 2313 2314 :return: The shared of this Email. # noqa: E501 2315 :rtype: str 2316 """ 2317 return self._shared 2318 2319 @shared.setter 2320 def shared(self, shared): 2321 """Sets the shared of this Email. 2322 2323 When set to **true**, this custom tab is shared. # noqa: E501 2324 2325 :param shared: The shared of this Email. # noqa: E501 2326 :type: str 2327 """ 2328 2329 self._shared = shared 2330 2331 @property 2332 def shared_metadata(self): 2333 """Gets the shared_metadata of this Email. # noqa: E501 2334 2335 Metadata that indicates whether the `shared` property is editable. # noqa: E501 2336 2337 :return: The shared_metadata of this Email. # noqa: E501 2338 :rtype: PropertyMetadata 2339 """ 2340 return self._shared_metadata 2341 2342 @shared_metadata.setter 2343 def shared_metadata(self, shared_metadata): 2344 """Sets the shared_metadata of this Email. 2345 2346 Metadata that indicates whether the `shared` property is editable. # noqa: E501 2347 2348 :param shared_metadata: The shared_metadata of this Email. # noqa: E501 2349 :type: PropertyMetadata 2350 """ 2351 2352 self._shared_metadata = shared_metadata 2353 2354 @property 2355 def share_to_recipients(self): 2356 """Gets the share_to_recipients of this Email. # noqa: E501 2357 2358 # noqa: E501 2359 2360 :return: The share_to_recipients of this Email. # noqa: E501 2361 :rtype: str 2362 """ 2363 return self._share_to_recipients 2364 2365 @share_to_recipients.setter 2366 def share_to_recipients(self, share_to_recipients): 2367 """Sets the share_to_recipients of this Email. 2368 2369 # noqa: E501 2370 2371 :param share_to_recipients: The share_to_recipients of this Email. # noqa: E501 2372 :type: str 2373 """ 2374 2375 self._share_to_recipients = share_to_recipients 2376 2377 @property 2378 def share_to_recipients_metadata(self): 2379 """Gets the share_to_recipients_metadata of this Email. # noqa: E501 2380 2381 Reserved for DocuSign. # noqa: E501 2382 2383 :return: The share_to_recipients_metadata of this Email. # noqa: E501 2384 :rtype: PropertyMetadata 2385 """ 2386 return self._share_to_recipients_metadata 2387 2388 @share_to_recipients_metadata.setter 2389 def share_to_recipients_metadata(self, share_to_recipients_metadata): 2390 """Sets the share_to_recipients_metadata of this Email. 2391 2392 Reserved for DocuSign. # noqa: E501 2393 2394 :param share_to_recipients_metadata: The share_to_recipients_metadata of this Email. # noqa: E501 2395 :type: PropertyMetadata 2396 """ 2397 2398 self._share_to_recipients_metadata = share_to_recipients_metadata 2399 2400 @property 2401 def smart_contract_information(self): 2402 """Gets the smart_contract_information of this Email. # noqa: E501 2403 2404 Reserved for DocuSign. # noqa: E501 2405 2406 :return: The smart_contract_information of this Email. # noqa: E501 2407 :rtype: SmartContractInformation 2408 """ 2409 return self._smart_contract_information 2410 2411 @smart_contract_information.setter 2412 def smart_contract_information(self, smart_contract_information): 2413 """Sets the smart_contract_information of this Email. 2414 2415 Reserved for DocuSign. # noqa: E501 2416 2417 :param smart_contract_information: The smart_contract_information of this Email. # noqa: E501 2418 :type: SmartContractInformation 2419 """ 2420 2421 self._smart_contract_information = smart_contract_information 2422 2423 @property 2424 def source(self): 2425 """Gets the source of this Email. # noqa: E501 2426 2427 # noqa: E501 2428 2429 :return: The source of this Email. # noqa: E501 2430 :rtype: str 2431 """ 2432 return self._source 2433 2434 @source.setter 2435 def source(self, source): 2436 """Sets the source of this Email. 2437 2438 # noqa: E501 2439 2440 :param source: The source of this Email. # noqa: E501 2441 :type: str 2442 """ 2443 2444 self._source = source 2445 2446 @property 2447 def status(self): 2448 """Gets the status of this Email. # noqa: E501 2449 2450 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 2451 2452 :return: The status of this Email. # noqa: E501 2453 :rtype: str 2454 """ 2455 return self._status 2456 2457 @status.setter 2458 def status(self, status): 2459 """Sets the status of this Email. 2460 2461 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 2462 2463 :param status: The status of this Email. # noqa: E501 2464 :type: str 2465 """ 2466 2467 self._status = status 2468 2469 @property 2470 def status_metadata(self): 2471 """Gets the status_metadata of this Email. # noqa: E501 2472 2473 Metadata that indicates whether the `status` property is editable. # noqa: E501 2474 2475 :return: The status_metadata of this Email. # noqa: E501 2476 :rtype: PropertyMetadata 2477 """ 2478 return self._status_metadata 2479 2480 @status_metadata.setter 2481 def status_metadata(self, status_metadata): 2482 """Sets the status_metadata of this Email. 2483 2484 Metadata that indicates whether the `status` property is editable. # noqa: E501 2485 2486 :param status_metadata: The status_metadata of this Email. # noqa: E501 2487 :type: PropertyMetadata 2488 """ 2489 2490 self._status_metadata = status_metadata 2491 2492 @property 2493 def tab_group_labels(self): 2494 """Gets the tab_group_labels of this Email. # noqa: E501 2495 2496 # noqa: E501 2497 2498 :return: The tab_group_labels of this Email. # noqa: E501 2499 :rtype: list[str] 2500 """ 2501 return self._tab_group_labels 2502 2503 @tab_group_labels.setter 2504 def tab_group_labels(self, tab_group_labels): 2505 """Sets the tab_group_labels of this Email. 2506 2507 # noqa: E501 2508 2509 :param tab_group_labels: The tab_group_labels of this Email. # noqa: E501 2510 :type: list[str] 2511 """ 2512 2513 self._tab_group_labels = tab_group_labels 2514 2515 @property 2516 def tab_group_labels_metadata(self): 2517 """Gets the tab_group_labels_metadata of this Email. # noqa: E501 2518 2519 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 2520 2521 :return: The tab_group_labels_metadata of this Email. # noqa: E501 2522 :rtype: PropertyMetadata 2523 """ 2524 return self._tab_group_labels_metadata 2525 2526 @tab_group_labels_metadata.setter 2527 def tab_group_labels_metadata(self, tab_group_labels_metadata): 2528 """Sets the tab_group_labels_metadata of this Email. 2529 2530 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 2531 2532 :param tab_group_labels_metadata: The tab_group_labels_metadata of this Email. # noqa: E501 2533 :type: PropertyMetadata 2534 """ 2535 2536 self._tab_group_labels_metadata = tab_group_labels_metadata 2537 2538 @property 2539 def tab_id(self): 2540 """Gets the tab_id of this Email. # noqa: E501 2541 2542 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 2543 2544 :return: The tab_id of this Email. # noqa: E501 2545 :rtype: str 2546 """ 2547 return self._tab_id 2548 2549 @tab_id.setter 2550 def tab_id(self, tab_id): 2551 """Sets the tab_id of this Email. 2552 2553 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 2554 2555 :param tab_id: The tab_id of this Email. # noqa: E501 2556 :type: str 2557 """ 2558 2559 self._tab_id = tab_id 2560 2561 @property 2562 def tab_id_metadata(self): 2563 """Gets the tab_id_metadata of this Email. # noqa: E501 2564 2565 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 2566 2567 :return: The tab_id_metadata of this Email. # noqa: E501 2568 :rtype: PropertyMetadata 2569 """ 2570 return self._tab_id_metadata 2571 2572 @tab_id_metadata.setter 2573 def tab_id_metadata(self, tab_id_metadata): 2574 """Sets the tab_id_metadata of this Email. 2575 2576 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 2577 2578 :param tab_id_metadata: The tab_id_metadata of this Email. # noqa: E501 2579 :type: PropertyMetadata 2580 """ 2581 2582 self._tab_id_metadata = tab_id_metadata 2583 2584 @property 2585 def tab_label(self): 2586 """Gets the tab_label of this Email. # noqa: E501 2587 2588 The label string associated with the tab. # noqa: E501 2589 2590 :return: The tab_label of this Email. # noqa: E501 2591 :rtype: str 2592 """ 2593 return self._tab_label 2594 2595 @tab_label.setter 2596 def tab_label(self, tab_label): 2597 """Sets the tab_label of this Email. 2598 2599 The label string associated with the tab. # noqa: E501 2600 2601 :param tab_label: The tab_label of this Email. # noqa: E501 2602 :type: str 2603 """ 2604 2605 self._tab_label = tab_label 2606 2607 @property 2608 def tab_label_metadata(self): 2609 """Gets the tab_label_metadata of this Email. # noqa: E501 2610 2611 Metadata that indicates whether the `tabLabel` property is editable. # noqa: E501 2612 2613 :return: The tab_label_metadata of this Email. # noqa: E501 2614 :rtype: PropertyMetadata 2615 """ 2616 return self._tab_label_metadata 2617 2618 @tab_label_metadata.setter 2619 def tab_label_metadata(self, tab_label_metadata): 2620 """Sets the tab_label_metadata of this Email. 2621 2622 Metadata that indicates whether the `tabLabel` property is editable. # noqa: E501 2623 2624 :param tab_label_metadata: The tab_label_metadata of this Email. # noqa: E501 2625 :type: PropertyMetadata 2626 """ 2627 2628 self._tab_label_metadata = tab_label_metadata 2629 2630 @property 2631 def tab_order(self): 2632 """Gets the tab_order of this Email. # noqa: E501 2633 2634 # noqa: E501 2635 2636 :return: The tab_order of this Email. # noqa: E501 2637 :rtype: str 2638 """ 2639 return self._tab_order 2640 2641 @tab_order.setter 2642 def tab_order(self, tab_order): 2643 """Sets the tab_order of this Email. 2644 2645 # noqa: E501 2646 2647 :param tab_order: The tab_order of this Email. # noqa: E501 2648 :type: str 2649 """ 2650 2651 self._tab_order = tab_order 2652 2653 @property 2654 def tab_order_metadata(self): 2655 """Gets the tab_order_metadata of this Email. # noqa: E501 2656 2657 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 2658 2659 :return: The tab_order_metadata of this Email. # noqa: E501 2660 :rtype: PropertyMetadata 2661 """ 2662 return self._tab_order_metadata 2663 2664 @tab_order_metadata.setter 2665 def tab_order_metadata(self, tab_order_metadata): 2666 """Sets the tab_order_metadata of this Email. 2667 2668 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 2669 2670 :param tab_order_metadata: The tab_order_metadata of this Email. # noqa: E501 2671 :type: PropertyMetadata 2672 """ 2673 2674 self._tab_order_metadata = tab_order_metadata 2675 2676 @property 2677 def tab_type(self): 2678 """Gets the tab_type of this Email. # noqa: E501 2679 2680 # noqa: E501 2681 2682 :return: The tab_type of this Email. # noqa: E501 2683 :rtype: str 2684 """ 2685 return self._tab_type 2686 2687 @tab_type.setter 2688 def tab_type(self, tab_type): 2689 """Sets the tab_type of this Email. 2690 2691 # noqa: E501 2692 2693 :param tab_type: The tab_type of this Email. # noqa: E501 2694 :type: str 2695 """ 2696 2697 self._tab_type = tab_type 2698 2699 @property 2700 def tab_type_metadata(self): 2701 """Gets the tab_type_metadata of this Email. # noqa: E501 2702 2703 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 2704 2705 :return: The tab_type_metadata of this Email. # noqa: E501 2706 :rtype: PropertyMetadata 2707 """ 2708 return self._tab_type_metadata 2709 2710 @tab_type_metadata.setter 2711 def tab_type_metadata(self, tab_type_metadata): 2712 """Sets the tab_type_metadata of this Email. 2713 2714 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 2715 2716 :param tab_type_metadata: The tab_type_metadata of this Email. # noqa: E501 2717 :type: PropertyMetadata 2718 """ 2719 2720 self._tab_type_metadata = tab_type_metadata 2721 2722 @property 2723 def template_locked(self): 2724 """Gets the template_locked of this Email. # noqa: E501 2725 2726 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 2727 2728 :return: The template_locked of this Email. # noqa: E501 2729 :rtype: str 2730 """ 2731 return self._template_locked 2732 2733 @template_locked.setter 2734 def template_locked(self, template_locked): 2735 """Sets the template_locked of this Email. 2736 2737 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 2738 2739 :param template_locked: The template_locked of this Email. # noqa: E501 2740 :type: str 2741 """ 2742 2743 self._template_locked = template_locked 2744 2745 @property 2746 def template_locked_metadata(self): 2747 """Gets the template_locked_metadata of this Email. # noqa: E501 2748 2749 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 2750 2751 :return: The template_locked_metadata of this Email. # noqa: E501 2752 :rtype: PropertyMetadata 2753 """ 2754 return self._template_locked_metadata 2755 2756 @template_locked_metadata.setter 2757 def template_locked_metadata(self, template_locked_metadata): 2758 """Sets the template_locked_metadata of this Email. 2759 2760 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 2761 2762 :param template_locked_metadata: The template_locked_metadata of this Email. # noqa: E501 2763 :type: PropertyMetadata 2764 """ 2765 2766 self._template_locked_metadata = template_locked_metadata 2767 2768 @property 2769 def template_required(self): 2770 """Gets the template_required of this Email. # noqa: E501 2771 2772 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 2773 2774 :return: The template_required of this Email. # noqa: E501 2775 :rtype: str 2776 """ 2777 return self._template_required 2778 2779 @template_required.setter 2780 def template_required(self, template_required): 2781 """Sets the template_required of this Email. 2782 2783 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 2784 2785 :param template_required: The template_required of this Email. # noqa: E501 2786 :type: str 2787 """ 2788 2789 self._template_required = template_required 2790 2791 @property 2792 def template_required_metadata(self): 2793 """Gets the template_required_metadata of this Email. # noqa: E501 2794 2795 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 2796 2797 :return: The template_required_metadata of this Email. # noqa: E501 2798 :rtype: PropertyMetadata 2799 """ 2800 return self._template_required_metadata 2801 2802 @template_required_metadata.setter 2803 def template_required_metadata(self, template_required_metadata): 2804 """Sets the template_required_metadata of this Email. 2805 2806 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 2807 2808 :param template_required_metadata: The template_required_metadata of this Email. # noqa: E501 2809 :type: PropertyMetadata 2810 """ 2811 2812 self._template_required_metadata = template_required_metadata 2813 2814 @property 2815 def tooltip(self): 2816 """Gets the tooltip of this Email. # noqa: E501 2817 2818 # noqa: E501 2819 2820 :return: The tooltip of this Email. # noqa: E501 2821 :rtype: str 2822 """ 2823 return self._tooltip 2824 2825 @tooltip.setter 2826 def tooltip(self, tooltip): 2827 """Sets the tooltip of this Email. 2828 2829 # noqa: E501 2830 2831 :param tooltip: The tooltip of this Email. # noqa: E501 2832 :type: str 2833 """ 2834 2835 self._tooltip = tooltip 2836 2837 @property 2838 def tool_tip_metadata(self): 2839 """Gets the tool_tip_metadata of this Email. # noqa: E501 2840 2841 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 2842 2843 :return: The tool_tip_metadata of this Email. # noqa: E501 2844 :rtype: PropertyMetadata 2845 """ 2846 return self._tool_tip_metadata 2847 2848 @tool_tip_metadata.setter 2849 def tool_tip_metadata(self, tool_tip_metadata): 2850 """Sets the tool_tip_metadata of this Email. 2851 2852 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 2853 2854 :param tool_tip_metadata: The tool_tip_metadata of this Email. # noqa: E501 2855 :type: PropertyMetadata 2856 """ 2857 2858 self._tool_tip_metadata = tool_tip_metadata 2859 2860 @property 2861 def underline(self): 2862 """Gets the underline of this Email. # noqa: E501 2863 2864 When set to **true**, the information in the tab is underlined. # noqa: E501 2865 2866 :return: The underline of this Email. # noqa: E501 2867 :rtype: str 2868 """ 2869 return self._underline 2870 2871 @underline.setter 2872 def underline(self, underline): 2873 """Sets the underline of this Email. 2874 2875 When set to **true**, the information in the tab is underlined. # noqa: E501 2876 2877 :param underline: The underline of this Email. # noqa: E501 2878 :type: str 2879 """ 2880 2881 self._underline = underline 2882 2883 @property 2884 def underline_metadata(self): 2885 """Gets the underline_metadata of this Email. # noqa: E501 2886 2887 Metadata that indicates whether the `underline` property is editable. # noqa: E501 2888 2889 :return: The underline_metadata of this Email. # noqa: E501 2890 :rtype: PropertyMetadata 2891 """ 2892 return self._underline_metadata 2893 2894 @underline_metadata.setter 2895 def underline_metadata(self, underline_metadata): 2896 """Sets the underline_metadata of this Email. 2897 2898 Metadata that indicates whether the `underline` property is editable. # noqa: E501 2899 2900 :param underline_metadata: The underline_metadata of this Email. # noqa: E501 2901 :type: PropertyMetadata 2902 """ 2903 2904 self._underline_metadata = underline_metadata 2905 2906 @property 2907 def validation_message(self): 2908 """Gets the validation_message of this Email. # noqa: E501 2909 2910 The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 2911 2912 :return: The validation_message of this Email. # noqa: E501 2913 :rtype: str 2914 """ 2915 return self._validation_message 2916 2917 @validation_message.setter 2918 def validation_message(self, validation_message): 2919 """Sets the validation_message of this Email. 2920 2921 The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 2922 2923 :param validation_message: The validation_message of this Email. # noqa: E501 2924 :type: str 2925 """ 2926 2927 self._validation_message = validation_message 2928 2929 @property 2930 def validation_message_metadata(self): 2931 """Gets the validation_message_metadata of this Email. # noqa: E501 2932 2933 Metadata that indicates whether the `validationMessage` property is editable. # noqa: E501 2934 2935 :return: The validation_message_metadata of this Email. # noqa: E501 2936 :rtype: PropertyMetadata 2937 """ 2938 return self._validation_message_metadata 2939 2940 @validation_message_metadata.setter 2941 def validation_message_metadata(self, validation_message_metadata): 2942 """Sets the validation_message_metadata of this Email. 2943 2944 Metadata that indicates whether the `validationMessage` property is editable. # noqa: E501 2945 2946 :param validation_message_metadata: The validation_message_metadata of this Email. # noqa: E501 2947 :type: PropertyMetadata 2948 """ 2949 2950 self._validation_message_metadata = validation_message_metadata 2951 2952 @property 2953 def validation_pattern(self): 2954 """Gets the validation_pattern of this Email. # noqa: E501 2955 2956 A regular expression used to validate input for the tab. # noqa: E501 2957 2958 :return: The validation_pattern of this Email. # noqa: E501 2959 :rtype: str 2960 """ 2961 return self._validation_pattern 2962 2963 @validation_pattern.setter 2964 def validation_pattern(self, validation_pattern): 2965 """Sets the validation_pattern of this Email. 2966 2967 A regular expression used to validate input for the tab. # noqa: E501 2968 2969 :param validation_pattern: The validation_pattern of this Email. # noqa: E501 2970 :type: str 2971 """ 2972 2973 self._validation_pattern = validation_pattern 2974 2975 @property 2976 def validation_pattern_metadata(self): 2977 """Gets the validation_pattern_metadata of this Email. # noqa: E501 2978 2979 Metadata that indicates whether the `validationPattern` property is editable. # noqa: E501 2980 2981 :return: The validation_pattern_metadata of this Email. # noqa: E501 2982 :rtype: PropertyMetadata 2983 """ 2984 return self._validation_pattern_metadata 2985 2986 @validation_pattern_metadata.setter 2987 def validation_pattern_metadata(self, validation_pattern_metadata): 2988 """Sets the validation_pattern_metadata of this Email. 2989 2990 Metadata that indicates whether the `validationPattern` property is editable. # noqa: E501 2991 2992 :param validation_pattern_metadata: The validation_pattern_metadata of this Email. # noqa: E501 2993 :type: PropertyMetadata 2994 """ 2995 2996 self._validation_pattern_metadata = validation_pattern_metadata 2997 2998 @property 2999 def value(self): 3000 """Gets the value of this Email. # noqa: E501 3001 3002 Specifies the value of the tab. # noqa: E501 3003 3004 :return: The value of this Email. # noqa: E501 3005 :rtype: str 3006 """ 3007 return self._value 3008 3009 @value.setter 3010 def value(self, value): 3011 """Sets the value of this Email. 3012 3013 Specifies the value of the tab. # noqa: E501 3014 3015 :param value: The value of this Email. # noqa: E501 3016 :type: str 3017 """ 3018 3019 self._value = value 3020 3021 @property 3022 def value_metadata(self): 3023 """Gets the value_metadata of this Email. # noqa: E501 3024 3025 Metadata that indicates whether the `value` property is editable. # noqa: E501 3026 3027 :return: The value_metadata of this Email. # noqa: E501 3028 :rtype: PropertyMetadata 3029 """ 3030 return self._value_metadata 3031 3032 @value_metadata.setter 3033 def value_metadata(self, value_metadata): 3034 """Sets the value_metadata of this Email. 3035 3036 Metadata that indicates whether the `value` property is editable. # noqa: E501 3037 3038 :param value_metadata: The value_metadata of this Email. # noqa: E501 3039 :type: PropertyMetadata 3040 """ 3041 3042 self._value_metadata = value_metadata 3043 3044 @property 3045 def width(self): 3046 """Gets the width of this Email. # noqa: E501 3047 3048 Width of the tab in pixels. # noqa: E501 3049 3050 :return: The width of this Email. # noqa: E501 3051 :rtype: str 3052 """ 3053 return self._width 3054 3055 @width.setter 3056 def width(self, width): 3057 """Sets the width of this Email. 3058 3059 Width of the tab in pixels. # noqa: E501 3060 3061 :param width: The width of this Email. # noqa: E501 3062 :type: str 3063 """ 3064 3065 self._width = width 3066 3067 @property 3068 def width_metadata(self): 3069 """Gets the width_metadata of this Email. # noqa: E501 3070 3071 Metadata that indicates whether the `width` property is editable. # noqa: E501 3072 3073 :return: The width_metadata of this Email. # noqa: E501 3074 :rtype: PropertyMetadata 3075 """ 3076 return self._width_metadata 3077 3078 @width_metadata.setter 3079 def width_metadata(self, width_metadata): 3080 """Sets the width_metadata of this Email. 3081 3082 Metadata that indicates whether the `width` property is editable. # noqa: E501 3083 3084 :param width_metadata: The width_metadata of this Email. # noqa: E501 3085 :type: PropertyMetadata 3086 """ 3087 3088 self._width_metadata = width_metadata 3089 3090 @property 3091 def x_position(self): 3092 """Gets the x_position of this Email. # noqa: E501 3093 3094 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3095 3096 :return: The x_position of this Email. # noqa: E501 3097 :rtype: str 3098 """ 3099 return self._x_position 3100 3101 @x_position.setter 3102 def x_position(self, x_position): 3103 """Sets the x_position of this Email. 3104 3105 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3106 3107 :param x_position: The x_position of this Email. # noqa: E501 3108 :type: str 3109 """ 3110 3111 self._x_position = x_position 3112 3113 @property 3114 def x_position_metadata(self): 3115 """Gets the x_position_metadata of this Email. # noqa: E501 3116 3117 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 3118 3119 :return: The x_position_metadata of this Email. # noqa: E501 3120 :rtype: PropertyMetadata 3121 """ 3122 return self._x_position_metadata 3123 3124 @x_position_metadata.setter 3125 def x_position_metadata(self, x_position_metadata): 3126 """Sets the x_position_metadata of this Email. 3127 3128 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 3129 3130 :param x_position_metadata: The x_position_metadata of this Email. # noqa: E501 3131 :type: PropertyMetadata 3132 """ 3133 3134 self._x_position_metadata = x_position_metadata 3135 3136 @property 3137 def y_position(self): 3138 """Gets the y_position of this Email. # noqa: E501 3139 3140 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3141 3142 :return: The y_position of this Email. # noqa: E501 3143 :rtype: str 3144 """ 3145 return self._y_position 3146 3147 @y_position.setter 3148 def y_position(self, y_position): 3149 """Sets the y_position of this Email. 3150 3151 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3152 3153 :param y_position: The y_position of this Email. # noqa: E501 3154 :type: str 3155 """ 3156 3157 self._y_position = y_position 3158 3159 @property 3160 def y_position_metadata(self): 3161 """Gets the y_position_metadata of this Email. # noqa: E501 3162 3163 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 3164 3165 :return: The y_position_metadata of this Email. # noqa: E501 3166 :rtype: PropertyMetadata 3167 """ 3168 return self._y_position_metadata 3169 3170 @y_position_metadata.setter 3171 def y_position_metadata(self, y_position_metadata): 3172 """Sets the y_position_metadata of this Email. 3173 3174 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 3175 3176 :param y_position_metadata: The y_position_metadata of this Email. # noqa: E501 3177 :type: PropertyMetadata 3178 """ 3179 3180 self._y_position_metadata = y_position_metadata 3181 3182 def to_dict(self): 3183 """Returns the model properties as a dict""" 3184 result = {} 3185 3186 for attr, _ in six.iteritems(self.swagger_types): 3187 value = getattr(self, attr) 3188 if isinstance(value, list): 3189 result[attr] = list(map( 3190 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 3191 value 3192 )) 3193 elif hasattr(value, "to_dict"): 3194 result[attr] = value.to_dict() 3195 elif isinstance(value, dict): 3196 result[attr] = dict(map( 3197 lambda item: (item[0], item[1].to_dict()) 3198 if hasattr(item[1], "to_dict") else item, 3199 value.items() 3200 )) 3201 else: 3202 result[attr] = value 3203 if issubclass(Email, dict): 3204 for key, value in self.items(): 3205 result[key] = value 3206 3207 return result 3208 3209 def to_str(self): 3210 """Returns the string representation of the model""" 3211 return pprint.pformat(self.to_dict()) 3212 3213 def __repr__(self): 3214 """For `print` and `pprint`""" 3215 return self.to_str() 3216 3217 def __eq__(self, other): 3218 """Returns true if both objects are equal""" 3219 if not isinstance(other, Email): 3220 return False 3221 3222 return self.to_dict() == other.to_dict() 3223 3224 def __ne__(self, other): 3225 """Returns true if both objects are not equal""" 3226 if not isinstance(other, Email): 3227 return True 3228 3229 return self.to_dict() != other.to_dict()
23class Email(object): 24 """NOTE: This class is auto generated by the swagger code generator program. 25 26 Do not edit the class manually. 27 """ 28 29 """ 30 Attributes: 31 swagger_types (dict): The key is attribute name 32 and the value is attribute type. 33 attribute_map (dict): The key is attribute name 34 and the value is json key in definition. 35 """ 36 swagger_types = { 37 'anchor_allow_white_space_in_characters': 'str', 38 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', 39 'anchor_case_sensitive': 'str', 40 'anchor_case_sensitive_metadata': 'PropertyMetadata', 41 'anchor_horizontal_alignment': 'str', 42 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', 43 'anchor_ignore_if_not_present': 'str', 44 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', 45 'anchor_match_whole_word': 'str', 46 'anchor_match_whole_word_metadata': 'PropertyMetadata', 47 'anchor_string': 'str', 48 'anchor_string_metadata': 'PropertyMetadata', 49 'anchor_tab_processor_version': 'str', 50 'anchor_tab_processor_version_metadata': 'PropertyMetadata', 51 'anchor_units': 'str', 52 'anchor_units_metadata': 'PropertyMetadata', 53 'anchor_x_offset': 'str', 54 'anchor_x_offset_metadata': 'PropertyMetadata', 55 'anchor_y_offset': 'str', 56 'anchor_y_offset_metadata': 'PropertyMetadata', 57 'bold': 'str', 58 'bold_metadata': 'PropertyMetadata', 59 'caption': 'str', 60 'caption_metadata': 'PropertyMetadata', 61 'conceal_value_on_document': 'str', 62 'conceal_value_on_document_metadata': 'PropertyMetadata', 63 'conditional_parent_label': 'str', 64 'conditional_parent_label_metadata': 'PropertyMetadata', 65 'conditional_parent_value': 'str', 66 'conditional_parent_value_metadata': 'PropertyMetadata', 67 'custom_tab_id': 'str', 68 'custom_tab_id_metadata': 'PropertyMetadata', 69 'disable_auto_size': 'str', 70 'disable_auto_size_metadata': 'PropertyMetadata', 71 'document_id': 'str', 72 'document_id_metadata': 'PropertyMetadata', 73 'error_details': 'ErrorDetails', 74 'font': 'str', 75 'font_color': 'str', 76 'font_color_metadata': 'PropertyMetadata', 77 'font_metadata': 'PropertyMetadata', 78 'font_size': 'str', 79 'font_size_metadata': 'PropertyMetadata', 80 'form_order': 'str', 81 'form_order_metadata': 'PropertyMetadata', 82 'form_page_label': 'str', 83 'form_page_label_metadata': 'PropertyMetadata', 84 'form_page_number': 'str', 85 'form_page_number_metadata': 'PropertyMetadata', 86 'height': 'str', 87 'height_metadata': 'PropertyMetadata', 88 'italic': 'str', 89 'italic_metadata': 'PropertyMetadata', 90 'locale_policy': 'LocalePolicyTab', 91 'locked': 'str', 92 'locked_metadata': 'PropertyMetadata', 93 'max_length': 'str', 94 'max_length_metadata': 'PropertyMetadata', 95 'merge_field': 'MergeField', 96 'merge_field_xml': 'str', 97 'name': 'str', 98 'name_metadata': 'PropertyMetadata', 99 'original_value': 'str', 100 'original_value_metadata': 'PropertyMetadata', 101 'page_number': 'str', 102 'page_number_metadata': 'PropertyMetadata', 103 'recipient_id': 'str', 104 'recipient_id_guid': 'str', 105 'recipient_id_guid_metadata': 'PropertyMetadata', 106 'recipient_id_metadata': 'PropertyMetadata', 107 'require_all': 'str', 108 'require_all_metadata': 'PropertyMetadata', 109 'required': 'str', 110 'required_metadata': 'PropertyMetadata', 111 'require_initial_on_shared_change': 'str', 112 'require_initial_on_shared_change_metadata': 'PropertyMetadata', 113 'sender_required': 'str', 114 'sender_required_metadata': 'PropertyMetadata', 115 'shared': 'str', 116 'shared_metadata': 'PropertyMetadata', 117 'share_to_recipients': 'str', 118 'share_to_recipients_metadata': 'PropertyMetadata', 119 'smart_contract_information': 'SmartContractInformation', 120 'source': 'str', 121 'status': 'str', 122 'status_metadata': 'PropertyMetadata', 123 'tab_group_labels': 'list[str]', 124 'tab_group_labels_metadata': 'PropertyMetadata', 125 'tab_id': 'str', 126 'tab_id_metadata': 'PropertyMetadata', 127 'tab_label': 'str', 128 'tab_label_metadata': 'PropertyMetadata', 129 'tab_order': 'str', 130 'tab_order_metadata': 'PropertyMetadata', 131 'tab_type': 'str', 132 'tab_type_metadata': 'PropertyMetadata', 133 'template_locked': 'str', 134 'template_locked_metadata': 'PropertyMetadata', 135 'template_required': 'str', 136 'template_required_metadata': 'PropertyMetadata', 137 'tooltip': 'str', 138 'tool_tip_metadata': 'PropertyMetadata', 139 'underline': 'str', 140 'underline_metadata': 'PropertyMetadata', 141 'validation_message': 'str', 142 'validation_message_metadata': 'PropertyMetadata', 143 'validation_pattern': 'str', 144 'validation_pattern_metadata': 'PropertyMetadata', 145 'value': 'str', 146 'value_metadata': 'PropertyMetadata', 147 'width': 'str', 148 'width_metadata': 'PropertyMetadata', 149 'x_position': 'str', 150 'x_position_metadata': 'PropertyMetadata', 151 'y_position': 'str', 152 'y_position_metadata': 'PropertyMetadata' 153 } 154 155 attribute_map = { 156 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 157 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 158 'anchor_case_sensitive': 'anchorCaseSensitive', 159 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 160 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 161 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 162 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 163 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 164 'anchor_match_whole_word': 'anchorMatchWholeWord', 165 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 166 'anchor_string': 'anchorString', 167 'anchor_string_metadata': 'anchorStringMetadata', 168 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 169 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 170 'anchor_units': 'anchorUnits', 171 'anchor_units_metadata': 'anchorUnitsMetadata', 172 'anchor_x_offset': 'anchorXOffset', 173 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 174 'anchor_y_offset': 'anchorYOffset', 175 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 176 'bold': 'bold', 177 'bold_metadata': 'boldMetadata', 178 'caption': 'caption', 179 'caption_metadata': 'captionMetadata', 180 'conceal_value_on_document': 'concealValueOnDocument', 181 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 182 'conditional_parent_label': 'conditionalParentLabel', 183 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 184 'conditional_parent_value': 'conditionalParentValue', 185 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 186 'custom_tab_id': 'customTabId', 187 'custom_tab_id_metadata': 'customTabIdMetadata', 188 'disable_auto_size': 'disableAutoSize', 189 'disable_auto_size_metadata': 'disableAutoSizeMetadata', 190 'document_id': 'documentId', 191 'document_id_metadata': 'documentIdMetadata', 192 'error_details': 'errorDetails', 193 'font': 'font', 194 'font_color': 'fontColor', 195 'font_color_metadata': 'fontColorMetadata', 196 'font_metadata': 'fontMetadata', 197 'font_size': 'fontSize', 198 'font_size_metadata': 'fontSizeMetadata', 199 'form_order': 'formOrder', 200 'form_order_metadata': 'formOrderMetadata', 201 'form_page_label': 'formPageLabel', 202 'form_page_label_metadata': 'formPageLabelMetadata', 203 'form_page_number': 'formPageNumber', 204 'form_page_number_metadata': 'formPageNumberMetadata', 205 'height': 'height', 206 'height_metadata': 'heightMetadata', 207 'italic': 'italic', 208 'italic_metadata': 'italicMetadata', 209 'locale_policy': 'localePolicy', 210 'locked': 'locked', 211 'locked_metadata': 'lockedMetadata', 212 'max_length': 'maxLength', 213 'max_length_metadata': 'maxLengthMetadata', 214 'merge_field': 'mergeField', 215 'merge_field_xml': 'mergeFieldXml', 216 'name': 'name', 217 'name_metadata': 'nameMetadata', 218 'original_value': 'originalValue', 219 'original_value_metadata': 'originalValueMetadata', 220 'page_number': 'pageNumber', 221 'page_number_metadata': 'pageNumberMetadata', 222 'recipient_id': 'recipientId', 223 'recipient_id_guid': 'recipientIdGuid', 224 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', 225 'recipient_id_metadata': 'recipientIdMetadata', 226 'require_all': 'requireAll', 227 'require_all_metadata': 'requireAllMetadata', 228 'required': 'required', 229 'required_metadata': 'requiredMetadata', 230 'require_initial_on_shared_change': 'requireInitialOnSharedChange', 231 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', 232 'sender_required': 'senderRequired', 233 'sender_required_metadata': 'senderRequiredMetadata', 234 'shared': 'shared', 235 'shared_metadata': 'sharedMetadata', 236 'share_to_recipients': 'shareToRecipients', 237 'share_to_recipients_metadata': 'shareToRecipientsMetadata', 238 'smart_contract_information': 'smartContractInformation', 239 'source': 'source', 240 'status': 'status', 241 'status_metadata': 'statusMetadata', 242 'tab_group_labels': 'tabGroupLabels', 243 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 244 'tab_id': 'tabId', 245 'tab_id_metadata': 'tabIdMetadata', 246 'tab_label': 'tabLabel', 247 'tab_label_metadata': 'tabLabelMetadata', 248 'tab_order': 'tabOrder', 249 'tab_order_metadata': 'tabOrderMetadata', 250 'tab_type': 'tabType', 251 'tab_type_metadata': 'tabTypeMetadata', 252 'template_locked': 'templateLocked', 253 'template_locked_metadata': 'templateLockedMetadata', 254 'template_required': 'templateRequired', 255 'template_required_metadata': 'templateRequiredMetadata', 256 'tooltip': 'tooltip', 257 'tool_tip_metadata': 'toolTipMetadata', 258 'underline': 'underline', 259 'underline_metadata': 'underlineMetadata', 260 'validation_message': 'validationMessage', 261 'validation_message_metadata': 'validationMessageMetadata', 262 'validation_pattern': 'validationPattern', 263 'validation_pattern_metadata': 'validationPatternMetadata', 264 'value': 'value', 265 'value_metadata': 'valueMetadata', 266 'width': 'width', 267 'width_metadata': 'widthMetadata', 268 'x_position': 'xPosition', 269 'x_position_metadata': 'xPositionMetadata', 270 'y_position': 'yPosition', 271 'y_position_metadata': 'yPositionMetadata' 272 } 273 274 def __init__(self, _configuration=None, **kwargs): # noqa: E501 275 """Email - a model defined in Swagger""" # noqa: E501 276 if _configuration is None: 277 _configuration = Configuration() 278 self._configuration = _configuration 279 280 self._anchor_allow_white_space_in_characters = None 281 self._anchor_allow_white_space_in_characters_metadata = None 282 self._anchor_case_sensitive = None 283 self._anchor_case_sensitive_metadata = None 284 self._anchor_horizontal_alignment = None 285 self._anchor_horizontal_alignment_metadata = None 286 self._anchor_ignore_if_not_present = None 287 self._anchor_ignore_if_not_present_metadata = None 288 self._anchor_match_whole_word = None 289 self._anchor_match_whole_word_metadata = None 290 self._anchor_string = None 291 self._anchor_string_metadata = None 292 self._anchor_tab_processor_version = None 293 self._anchor_tab_processor_version_metadata = None 294 self._anchor_units = None 295 self._anchor_units_metadata = None 296 self._anchor_x_offset = None 297 self._anchor_x_offset_metadata = None 298 self._anchor_y_offset = None 299 self._anchor_y_offset_metadata = None 300 self._bold = None 301 self._bold_metadata = None 302 self._caption = None 303 self._caption_metadata = None 304 self._conceal_value_on_document = None 305 self._conceal_value_on_document_metadata = None 306 self._conditional_parent_label = None 307 self._conditional_parent_label_metadata = None 308 self._conditional_parent_value = None 309 self._conditional_parent_value_metadata = None 310 self._custom_tab_id = None 311 self._custom_tab_id_metadata = None 312 self._disable_auto_size = None 313 self._disable_auto_size_metadata = None 314 self._document_id = None 315 self._document_id_metadata = None 316 self._error_details = None 317 self._font = None 318 self._font_color = None 319 self._font_color_metadata = None 320 self._font_metadata = None 321 self._font_size = None 322 self._font_size_metadata = None 323 self._form_order = None 324 self._form_order_metadata = None 325 self._form_page_label = None 326 self._form_page_label_metadata = None 327 self._form_page_number = None 328 self._form_page_number_metadata = None 329 self._height = None 330 self._height_metadata = None 331 self._italic = None 332 self._italic_metadata = None 333 self._locale_policy = None 334 self._locked = None 335 self._locked_metadata = None 336 self._max_length = None 337 self._max_length_metadata = None 338 self._merge_field = None 339 self._merge_field_xml = None 340 self._name = None 341 self._name_metadata = None 342 self._original_value = None 343 self._original_value_metadata = None 344 self._page_number = None 345 self._page_number_metadata = None 346 self._recipient_id = None 347 self._recipient_id_guid = None 348 self._recipient_id_guid_metadata = None 349 self._recipient_id_metadata = None 350 self._require_all = None 351 self._require_all_metadata = None 352 self._required = None 353 self._required_metadata = None 354 self._require_initial_on_shared_change = None 355 self._require_initial_on_shared_change_metadata = None 356 self._sender_required = None 357 self._sender_required_metadata = None 358 self._shared = None 359 self._shared_metadata = None 360 self._share_to_recipients = None 361 self._share_to_recipients_metadata = None 362 self._smart_contract_information = None 363 self._source = None 364 self._status = None 365 self._status_metadata = None 366 self._tab_group_labels = None 367 self._tab_group_labels_metadata = None 368 self._tab_id = None 369 self._tab_id_metadata = None 370 self._tab_label = None 371 self._tab_label_metadata = None 372 self._tab_order = None 373 self._tab_order_metadata = None 374 self._tab_type = None 375 self._tab_type_metadata = None 376 self._template_locked = None 377 self._template_locked_metadata = None 378 self._template_required = None 379 self._template_required_metadata = None 380 self._tooltip = None 381 self._tool_tip_metadata = None 382 self._underline = None 383 self._underline_metadata = None 384 self._validation_message = None 385 self._validation_message_metadata = None 386 self._validation_pattern = None 387 self._validation_pattern_metadata = None 388 self._value = None 389 self._value_metadata = None 390 self._width = None 391 self._width_metadata = None 392 self._x_position = None 393 self._x_position_metadata = None 394 self._y_position = None 395 self._y_position_metadata = None 396 self.discriminator = None 397 398 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 399 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 400 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 401 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 402 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 403 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 404 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 405 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 406 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 407 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 408 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 409 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 410 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 411 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 412 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 413 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 414 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 415 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 416 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 417 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 418 setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) 419 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) 420 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 421 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 422 setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) 423 setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) 424 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 425 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 426 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 427 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 428 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 429 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 430 setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None)) 431 setattr(self, "_{}".format('disable_auto_size_metadata'), kwargs.get('disable_auto_size_metadata', None)) 432 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 433 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 434 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 435 setattr(self, "_{}".format('font'), kwargs.get('font', None)) 436 setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None)) 437 setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None)) 438 setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None)) 439 setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None)) 440 setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None)) 441 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 442 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 443 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 444 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 445 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 446 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 447 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 448 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 449 setattr(self, "_{}".format('italic'), kwargs.get('italic', None)) 450 setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None)) 451 setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None)) 452 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 453 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 454 setattr(self, "_{}".format('max_length'), kwargs.get('max_length', None)) 455 setattr(self, "_{}".format('max_length_metadata'), kwargs.get('max_length_metadata', None)) 456 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 457 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 458 setattr(self, "_{}".format('name'), kwargs.get('name', None)) 459 setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None)) 460 setattr(self, "_{}".format('original_value'), kwargs.get('original_value', None)) 461 setattr(self, "_{}".format('original_value_metadata'), kwargs.get('original_value_metadata', None)) 462 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 463 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 464 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 465 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 466 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 467 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 468 setattr(self, "_{}".format('require_all'), kwargs.get('require_all', None)) 469 setattr(self, "_{}".format('require_all_metadata'), kwargs.get('require_all_metadata', None)) 470 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 471 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 472 setattr(self, "_{}".format('require_initial_on_shared_change'), kwargs.get('require_initial_on_shared_change', None)) 473 setattr(self, "_{}".format('require_initial_on_shared_change_metadata'), kwargs.get('require_initial_on_shared_change_metadata', None)) 474 setattr(self, "_{}".format('sender_required'), kwargs.get('sender_required', None)) 475 setattr(self, "_{}".format('sender_required_metadata'), kwargs.get('sender_required_metadata', None)) 476 setattr(self, "_{}".format('shared'), kwargs.get('shared', None)) 477 setattr(self, "_{}".format('shared_metadata'), kwargs.get('shared_metadata', None)) 478 setattr(self, "_{}".format('share_to_recipients'), kwargs.get('share_to_recipients', None)) 479 setattr(self, "_{}".format('share_to_recipients_metadata'), kwargs.get('share_to_recipients_metadata', None)) 480 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 481 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 482 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 483 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 484 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 485 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 486 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 487 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 488 setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None)) 489 setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None)) 490 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 491 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 492 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 493 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 494 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 495 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 496 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 497 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 498 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 499 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 500 setattr(self, "_{}".format('underline'), kwargs.get('underline', None)) 501 setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None)) 502 setattr(self, "_{}".format('validation_message'), kwargs.get('validation_message', None)) 503 setattr(self, "_{}".format('validation_message_metadata'), kwargs.get('validation_message_metadata', None)) 504 setattr(self, "_{}".format('validation_pattern'), kwargs.get('validation_pattern', None)) 505 setattr(self, "_{}".format('validation_pattern_metadata'), kwargs.get('validation_pattern_metadata', None)) 506 setattr(self, "_{}".format('value'), kwargs.get('value', None)) 507 setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None)) 508 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 509 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 510 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 511 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 512 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 513 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None)) 514 515 @property 516 def anchor_allow_white_space_in_characters(self): 517 """Gets the anchor_allow_white_space_in_characters of this Email. # noqa: E501 518 519 # noqa: E501 520 521 :return: The anchor_allow_white_space_in_characters of this Email. # noqa: E501 522 :rtype: str 523 """ 524 return self._anchor_allow_white_space_in_characters 525 526 @anchor_allow_white_space_in_characters.setter 527 def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): 528 """Sets the anchor_allow_white_space_in_characters of this Email. 529 530 # noqa: E501 531 532 :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Email. # noqa: E501 533 :type: str 534 """ 535 536 self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters 537 538 @property 539 def anchor_allow_white_space_in_characters_metadata(self): 540 """Gets the anchor_allow_white_space_in_characters_metadata of this Email. # noqa: E501 541 542 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 543 544 :return: The anchor_allow_white_space_in_characters_metadata of this Email. # noqa: E501 545 :rtype: PropertyMetadata 546 """ 547 return self._anchor_allow_white_space_in_characters_metadata 548 549 @anchor_allow_white_space_in_characters_metadata.setter 550 def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): 551 """Sets the anchor_allow_white_space_in_characters_metadata of this Email. 552 553 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 554 555 :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Email. # noqa: E501 556 :type: PropertyMetadata 557 """ 558 559 self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata 560 561 @property 562 def anchor_case_sensitive(self): 563 """Gets the anchor_case_sensitive of this Email. # noqa: E501 564 565 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 566 567 :return: The anchor_case_sensitive of this Email. # noqa: E501 568 :rtype: str 569 """ 570 return self._anchor_case_sensitive 571 572 @anchor_case_sensitive.setter 573 def anchor_case_sensitive(self, anchor_case_sensitive): 574 """Sets the anchor_case_sensitive of this Email. 575 576 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 577 578 :param anchor_case_sensitive: The anchor_case_sensitive of this Email. # noqa: E501 579 :type: str 580 """ 581 582 self._anchor_case_sensitive = anchor_case_sensitive 583 584 @property 585 def anchor_case_sensitive_metadata(self): 586 """Gets the anchor_case_sensitive_metadata of this Email. # noqa: E501 587 588 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 589 590 :return: The anchor_case_sensitive_metadata of this Email. # noqa: E501 591 :rtype: PropertyMetadata 592 """ 593 return self._anchor_case_sensitive_metadata 594 595 @anchor_case_sensitive_metadata.setter 596 def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): 597 """Sets the anchor_case_sensitive_metadata of this Email. 598 599 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 600 601 :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Email. # noqa: E501 602 :type: PropertyMetadata 603 """ 604 605 self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata 606 607 @property 608 def anchor_horizontal_alignment(self): 609 """Gets the anchor_horizontal_alignment of this Email. # noqa: E501 610 611 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 612 613 :return: The anchor_horizontal_alignment of this Email. # noqa: E501 614 :rtype: str 615 """ 616 return self._anchor_horizontal_alignment 617 618 @anchor_horizontal_alignment.setter 619 def anchor_horizontal_alignment(self, anchor_horizontal_alignment): 620 """Sets the anchor_horizontal_alignment of this Email. 621 622 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 623 624 :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Email. # noqa: E501 625 :type: str 626 """ 627 628 self._anchor_horizontal_alignment = anchor_horizontal_alignment 629 630 @property 631 def anchor_horizontal_alignment_metadata(self): 632 """Gets the anchor_horizontal_alignment_metadata of this Email. # noqa: E501 633 634 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 635 636 :return: The anchor_horizontal_alignment_metadata of this Email. # noqa: E501 637 :rtype: PropertyMetadata 638 """ 639 return self._anchor_horizontal_alignment_metadata 640 641 @anchor_horizontal_alignment_metadata.setter 642 def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): 643 """Sets the anchor_horizontal_alignment_metadata of this Email. 644 645 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 646 647 :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Email. # noqa: E501 648 :type: PropertyMetadata 649 """ 650 651 self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata 652 653 @property 654 def anchor_ignore_if_not_present(self): 655 """Gets the anchor_ignore_if_not_present of this Email. # noqa: E501 656 657 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 658 659 :return: The anchor_ignore_if_not_present of this Email. # noqa: E501 660 :rtype: str 661 """ 662 return self._anchor_ignore_if_not_present 663 664 @anchor_ignore_if_not_present.setter 665 def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): 666 """Sets the anchor_ignore_if_not_present of this Email. 667 668 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 669 670 :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Email. # noqa: E501 671 :type: str 672 """ 673 674 self._anchor_ignore_if_not_present = anchor_ignore_if_not_present 675 676 @property 677 def anchor_ignore_if_not_present_metadata(self): 678 """Gets the anchor_ignore_if_not_present_metadata of this Email. # noqa: E501 679 680 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 681 682 :return: The anchor_ignore_if_not_present_metadata of this Email. # noqa: E501 683 :rtype: PropertyMetadata 684 """ 685 return self._anchor_ignore_if_not_present_metadata 686 687 @anchor_ignore_if_not_present_metadata.setter 688 def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): 689 """Sets the anchor_ignore_if_not_present_metadata of this Email. 690 691 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 692 693 :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Email. # noqa: E501 694 :type: PropertyMetadata 695 """ 696 697 self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata 698 699 @property 700 def anchor_match_whole_word(self): 701 """Gets the anchor_match_whole_word of this Email. # noqa: E501 702 703 When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 704 705 :return: The anchor_match_whole_word of this Email. # noqa: E501 706 :rtype: str 707 """ 708 return self._anchor_match_whole_word 709 710 @anchor_match_whole_word.setter 711 def anchor_match_whole_word(self, anchor_match_whole_word): 712 """Sets the anchor_match_whole_word of this Email. 713 714 When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 715 716 :param anchor_match_whole_word: The anchor_match_whole_word of this Email. # noqa: E501 717 :type: str 718 """ 719 720 self._anchor_match_whole_word = anchor_match_whole_word 721 722 @property 723 def anchor_match_whole_word_metadata(self): 724 """Gets the anchor_match_whole_word_metadata of this Email. # noqa: E501 725 726 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 727 728 :return: The anchor_match_whole_word_metadata of this Email. # noqa: E501 729 :rtype: PropertyMetadata 730 """ 731 return self._anchor_match_whole_word_metadata 732 733 @anchor_match_whole_word_metadata.setter 734 def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): 735 """Sets the anchor_match_whole_word_metadata of this Email. 736 737 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 738 739 :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Email. # noqa: E501 740 :type: PropertyMetadata 741 """ 742 743 self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata 744 745 @property 746 def anchor_string(self): 747 """Gets the anchor_string of this Email. # noqa: E501 748 749 Anchor text information for a radio button. # noqa: E501 750 751 :return: The anchor_string of this Email. # noqa: E501 752 :rtype: str 753 """ 754 return self._anchor_string 755 756 @anchor_string.setter 757 def anchor_string(self, anchor_string): 758 """Sets the anchor_string of this Email. 759 760 Anchor text information for a radio button. # noqa: E501 761 762 :param anchor_string: The anchor_string of this Email. # noqa: E501 763 :type: str 764 """ 765 766 self._anchor_string = anchor_string 767 768 @property 769 def anchor_string_metadata(self): 770 """Gets the anchor_string_metadata of this Email. # noqa: E501 771 772 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 773 774 :return: The anchor_string_metadata of this Email. # noqa: E501 775 :rtype: PropertyMetadata 776 """ 777 return self._anchor_string_metadata 778 779 @anchor_string_metadata.setter 780 def anchor_string_metadata(self, anchor_string_metadata): 781 """Sets the anchor_string_metadata of this Email. 782 783 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 784 785 :param anchor_string_metadata: The anchor_string_metadata of this Email. # noqa: E501 786 :type: PropertyMetadata 787 """ 788 789 self._anchor_string_metadata = anchor_string_metadata 790 791 @property 792 def anchor_tab_processor_version(self): 793 """Gets the anchor_tab_processor_version of this Email. # noqa: E501 794 795 # noqa: E501 796 797 :return: The anchor_tab_processor_version of this Email. # noqa: E501 798 :rtype: str 799 """ 800 return self._anchor_tab_processor_version 801 802 @anchor_tab_processor_version.setter 803 def anchor_tab_processor_version(self, anchor_tab_processor_version): 804 """Sets the anchor_tab_processor_version of this Email. 805 806 # noqa: E501 807 808 :param anchor_tab_processor_version: The anchor_tab_processor_version of this Email. # noqa: E501 809 :type: str 810 """ 811 812 self._anchor_tab_processor_version = anchor_tab_processor_version 813 814 @property 815 def anchor_tab_processor_version_metadata(self): 816 """Gets the anchor_tab_processor_version_metadata of this Email. # noqa: E501 817 818 Reserved for DocuSign. # noqa: E501 819 820 :return: The anchor_tab_processor_version_metadata of this Email. # noqa: E501 821 :rtype: PropertyMetadata 822 """ 823 return self._anchor_tab_processor_version_metadata 824 825 @anchor_tab_processor_version_metadata.setter 826 def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): 827 """Sets the anchor_tab_processor_version_metadata of this Email. 828 829 Reserved for DocuSign. # noqa: E501 830 831 :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Email. # noqa: E501 832 :type: PropertyMetadata 833 """ 834 835 self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata 836 837 @property 838 def anchor_units(self): 839 """Gets the anchor_units of this Email. # noqa: E501 840 841 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 842 843 :return: The anchor_units of this Email. # noqa: E501 844 :rtype: str 845 """ 846 return self._anchor_units 847 848 @anchor_units.setter 849 def anchor_units(self, anchor_units): 850 """Sets the anchor_units of this Email. 851 852 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 853 854 :param anchor_units: The anchor_units of this Email. # noqa: E501 855 :type: str 856 """ 857 858 self._anchor_units = anchor_units 859 860 @property 861 def anchor_units_metadata(self): 862 """Gets the anchor_units_metadata of this Email. # noqa: E501 863 864 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 865 866 :return: The anchor_units_metadata of this Email. # noqa: E501 867 :rtype: PropertyMetadata 868 """ 869 return self._anchor_units_metadata 870 871 @anchor_units_metadata.setter 872 def anchor_units_metadata(self, anchor_units_metadata): 873 """Sets the anchor_units_metadata of this Email. 874 875 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 876 877 :param anchor_units_metadata: The anchor_units_metadata of this Email. # noqa: E501 878 :type: PropertyMetadata 879 """ 880 881 self._anchor_units_metadata = anchor_units_metadata 882 883 @property 884 def anchor_x_offset(self): 885 """Gets the anchor_x_offset of this Email. # noqa: E501 886 887 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 888 889 :return: The anchor_x_offset of this Email. # noqa: E501 890 :rtype: str 891 """ 892 return self._anchor_x_offset 893 894 @anchor_x_offset.setter 895 def anchor_x_offset(self, anchor_x_offset): 896 """Sets the anchor_x_offset of this Email. 897 898 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 899 900 :param anchor_x_offset: The anchor_x_offset of this Email. # noqa: E501 901 :type: str 902 """ 903 904 self._anchor_x_offset = anchor_x_offset 905 906 @property 907 def anchor_x_offset_metadata(self): 908 """Gets the anchor_x_offset_metadata of this Email. # noqa: E501 909 910 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 911 912 :return: The anchor_x_offset_metadata of this Email. # noqa: E501 913 :rtype: PropertyMetadata 914 """ 915 return self._anchor_x_offset_metadata 916 917 @anchor_x_offset_metadata.setter 918 def anchor_x_offset_metadata(self, anchor_x_offset_metadata): 919 """Sets the anchor_x_offset_metadata of this Email. 920 921 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 922 923 :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Email. # noqa: E501 924 :type: PropertyMetadata 925 """ 926 927 self._anchor_x_offset_metadata = anchor_x_offset_metadata 928 929 @property 930 def anchor_y_offset(self): 931 """Gets the anchor_y_offset of this Email. # noqa: E501 932 933 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 934 935 :return: The anchor_y_offset of this Email. # noqa: E501 936 :rtype: str 937 """ 938 return self._anchor_y_offset 939 940 @anchor_y_offset.setter 941 def anchor_y_offset(self, anchor_y_offset): 942 """Sets the anchor_y_offset of this Email. 943 944 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 945 946 :param anchor_y_offset: The anchor_y_offset of this Email. # noqa: E501 947 :type: str 948 """ 949 950 self._anchor_y_offset = anchor_y_offset 951 952 @property 953 def anchor_y_offset_metadata(self): 954 """Gets the anchor_y_offset_metadata of this Email. # noqa: E501 955 956 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 957 958 :return: The anchor_y_offset_metadata of this Email. # noqa: E501 959 :rtype: PropertyMetadata 960 """ 961 return self._anchor_y_offset_metadata 962 963 @anchor_y_offset_metadata.setter 964 def anchor_y_offset_metadata(self, anchor_y_offset_metadata): 965 """Sets the anchor_y_offset_metadata of this Email. 966 967 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 968 969 :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Email. # noqa: E501 970 :type: PropertyMetadata 971 """ 972 973 self._anchor_y_offset_metadata = anchor_y_offset_metadata 974 975 @property 976 def bold(self): 977 """Gets the bold of this Email. # noqa: E501 978 979 When set to **true**, the information in the tab is bold. # noqa: E501 980 981 :return: The bold of this Email. # noqa: E501 982 :rtype: str 983 """ 984 return self._bold 985 986 @bold.setter 987 def bold(self, bold): 988 """Sets the bold of this Email. 989 990 When set to **true**, the information in the tab is bold. # noqa: E501 991 992 :param bold: The bold of this Email. # noqa: E501 993 :type: str 994 """ 995 996 self._bold = bold 997 998 @property 999 def bold_metadata(self): 1000 """Gets the bold_metadata of this Email. # noqa: E501 1001 1002 Metadata that indicates whether the `bold` property is editable. # noqa: E501 1003 1004 :return: The bold_metadata of this Email. # noqa: E501 1005 :rtype: PropertyMetadata 1006 """ 1007 return self._bold_metadata 1008 1009 @bold_metadata.setter 1010 def bold_metadata(self, bold_metadata): 1011 """Sets the bold_metadata of this Email. 1012 1013 Metadata that indicates whether the `bold` property is editable. # noqa: E501 1014 1015 :param bold_metadata: The bold_metadata of this Email. # noqa: E501 1016 :type: PropertyMetadata 1017 """ 1018 1019 self._bold_metadata = bold_metadata 1020 1021 @property 1022 def caption(self): 1023 """Gets the caption of this Email. # noqa: E501 1024 1025 # noqa: E501 1026 1027 :return: The caption of this Email. # noqa: E501 1028 :rtype: str 1029 """ 1030 return self._caption 1031 1032 @caption.setter 1033 def caption(self, caption): 1034 """Sets the caption of this Email. 1035 1036 # noqa: E501 1037 1038 :param caption: The caption of this Email. # noqa: E501 1039 :type: str 1040 """ 1041 1042 self._caption = caption 1043 1044 @property 1045 def caption_metadata(self): 1046 """Gets the caption_metadata of this Email. # noqa: E501 1047 1048 # noqa: E501 1049 1050 :return: The caption_metadata of this Email. # noqa: E501 1051 :rtype: PropertyMetadata 1052 """ 1053 return self._caption_metadata 1054 1055 @caption_metadata.setter 1056 def caption_metadata(self, caption_metadata): 1057 """Sets the caption_metadata of this Email. 1058 1059 # noqa: E501 1060 1061 :param caption_metadata: The caption_metadata of this Email. # noqa: E501 1062 :type: PropertyMetadata 1063 """ 1064 1065 self._caption_metadata = caption_metadata 1066 1067 @property 1068 def conceal_value_on_document(self): 1069 """Gets the conceal_value_on_document of this Email. # noqa: E501 1070 1071 When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 1072 1073 :return: The conceal_value_on_document of this Email. # noqa: E501 1074 :rtype: str 1075 """ 1076 return self._conceal_value_on_document 1077 1078 @conceal_value_on_document.setter 1079 def conceal_value_on_document(self, conceal_value_on_document): 1080 """Sets the conceal_value_on_document of this Email. 1081 1082 When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 1083 1084 :param conceal_value_on_document: The conceal_value_on_document of this Email. # noqa: E501 1085 :type: str 1086 """ 1087 1088 self._conceal_value_on_document = conceal_value_on_document 1089 1090 @property 1091 def conceal_value_on_document_metadata(self): 1092 """Gets the conceal_value_on_document_metadata of this Email. # noqa: E501 1093 1094 Metadata that indicates whether the `concealValueOnDocument` property is editable. # noqa: E501 1095 1096 :return: The conceal_value_on_document_metadata of this Email. # noqa: E501 1097 :rtype: PropertyMetadata 1098 """ 1099 return self._conceal_value_on_document_metadata 1100 1101 @conceal_value_on_document_metadata.setter 1102 def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): 1103 """Sets the conceal_value_on_document_metadata of this Email. 1104 1105 Metadata that indicates whether the `concealValueOnDocument` property is editable. # noqa: E501 1106 1107 :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Email. # noqa: E501 1108 :type: PropertyMetadata 1109 """ 1110 1111 self._conceal_value_on_document_metadata = conceal_value_on_document_metadata 1112 1113 @property 1114 def conditional_parent_label(self): 1115 """Gets the conditional_parent_label of this Email. # noqa: E501 1116 1117 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 1118 1119 :return: The conditional_parent_label of this Email. # noqa: E501 1120 :rtype: str 1121 """ 1122 return self._conditional_parent_label 1123 1124 @conditional_parent_label.setter 1125 def conditional_parent_label(self, conditional_parent_label): 1126 """Sets the conditional_parent_label of this Email. 1127 1128 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 1129 1130 :param conditional_parent_label: The conditional_parent_label of this Email. # noqa: E501 1131 :type: str 1132 """ 1133 1134 self._conditional_parent_label = conditional_parent_label 1135 1136 @property 1137 def conditional_parent_label_metadata(self): 1138 """Gets the conditional_parent_label_metadata of this Email. # noqa: E501 1139 1140 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 1141 1142 :return: The conditional_parent_label_metadata of this Email. # noqa: E501 1143 :rtype: PropertyMetadata 1144 """ 1145 return self._conditional_parent_label_metadata 1146 1147 @conditional_parent_label_metadata.setter 1148 def conditional_parent_label_metadata(self, conditional_parent_label_metadata): 1149 """Sets the conditional_parent_label_metadata of this Email. 1150 1151 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 1152 1153 :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Email. # noqa: E501 1154 :type: PropertyMetadata 1155 """ 1156 1157 self._conditional_parent_label_metadata = conditional_parent_label_metadata 1158 1159 @property 1160 def conditional_parent_value(self): 1161 """Gets the conditional_parent_value of this Email. # noqa: E501 1162 1163 For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 1164 1165 :return: The conditional_parent_value of this Email. # noqa: E501 1166 :rtype: str 1167 """ 1168 return self._conditional_parent_value 1169 1170 @conditional_parent_value.setter 1171 def conditional_parent_value(self, conditional_parent_value): 1172 """Sets the conditional_parent_value of this Email. 1173 1174 For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 1175 1176 :param conditional_parent_value: The conditional_parent_value of this Email. # noqa: E501 1177 :type: str 1178 """ 1179 1180 self._conditional_parent_value = conditional_parent_value 1181 1182 @property 1183 def conditional_parent_value_metadata(self): 1184 """Gets the conditional_parent_value_metadata of this Email. # noqa: E501 1185 1186 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 1187 1188 :return: The conditional_parent_value_metadata of this Email. # noqa: E501 1189 :rtype: PropertyMetadata 1190 """ 1191 return self._conditional_parent_value_metadata 1192 1193 @conditional_parent_value_metadata.setter 1194 def conditional_parent_value_metadata(self, conditional_parent_value_metadata): 1195 """Sets the conditional_parent_value_metadata of this Email. 1196 1197 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 1198 1199 :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Email. # noqa: E501 1200 :type: PropertyMetadata 1201 """ 1202 1203 self._conditional_parent_value_metadata = conditional_parent_value_metadata 1204 1205 @property 1206 def custom_tab_id(self): 1207 """Gets the custom_tab_id of this Email. # noqa: E501 1208 1209 The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 1210 1211 :return: The custom_tab_id of this Email. # noqa: E501 1212 :rtype: str 1213 """ 1214 return self._custom_tab_id 1215 1216 @custom_tab_id.setter 1217 def custom_tab_id(self, custom_tab_id): 1218 """Sets the custom_tab_id of this Email. 1219 1220 The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 1221 1222 :param custom_tab_id: The custom_tab_id of this Email. # noqa: E501 1223 :type: str 1224 """ 1225 1226 self._custom_tab_id = custom_tab_id 1227 1228 @property 1229 def custom_tab_id_metadata(self): 1230 """Gets the custom_tab_id_metadata of this Email. # noqa: E501 1231 1232 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 1233 1234 :return: The custom_tab_id_metadata of this Email. # noqa: E501 1235 :rtype: PropertyMetadata 1236 """ 1237 return self._custom_tab_id_metadata 1238 1239 @custom_tab_id_metadata.setter 1240 def custom_tab_id_metadata(self, custom_tab_id_metadata): 1241 """Sets the custom_tab_id_metadata of this Email. 1242 1243 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 1244 1245 :param custom_tab_id_metadata: The custom_tab_id_metadata of this Email. # noqa: E501 1246 :type: PropertyMetadata 1247 """ 1248 1249 self._custom_tab_id_metadata = custom_tab_id_metadata 1250 1251 @property 1252 def disable_auto_size(self): 1253 """Gets the disable_auto_size of this Email. # noqa: E501 1254 1255 When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 1256 1257 :return: The disable_auto_size of this Email. # noqa: E501 1258 :rtype: str 1259 """ 1260 return self._disable_auto_size 1261 1262 @disable_auto_size.setter 1263 def disable_auto_size(self, disable_auto_size): 1264 """Sets the disable_auto_size of this Email. 1265 1266 When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 1267 1268 :param disable_auto_size: The disable_auto_size of this Email. # noqa: E501 1269 :type: str 1270 """ 1271 1272 self._disable_auto_size = disable_auto_size 1273 1274 @property 1275 def disable_auto_size_metadata(self): 1276 """Gets the disable_auto_size_metadata of this Email. # noqa: E501 1277 1278 Metadata that indicates whether the `disableAutoSize` property is editable. # noqa: E501 1279 1280 :return: The disable_auto_size_metadata of this Email. # noqa: E501 1281 :rtype: PropertyMetadata 1282 """ 1283 return self._disable_auto_size_metadata 1284 1285 @disable_auto_size_metadata.setter 1286 def disable_auto_size_metadata(self, disable_auto_size_metadata): 1287 """Sets the disable_auto_size_metadata of this Email. 1288 1289 Metadata that indicates whether the `disableAutoSize` property is editable. # noqa: E501 1290 1291 :param disable_auto_size_metadata: The disable_auto_size_metadata of this Email. # noqa: E501 1292 :type: PropertyMetadata 1293 """ 1294 1295 self._disable_auto_size_metadata = disable_auto_size_metadata 1296 1297 @property 1298 def document_id(self): 1299 """Gets the document_id of this Email. # noqa: E501 1300 1301 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1302 1303 :return: The document_id of this Email. # noqa: E501 1304 :rtype: str 1305 """ 1306 return self._document_id 1307 1308 @document_id.setter 1309 def document_id(self, document_id): 1310 """Sets the document_id of this Email. 1311 1312 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1313 1314 :param document_id: The document_id of this Email. # noqa: E501 1315 :type: str 1316 """ 1317 1318 self._document_id = document_id 1319 1320 @property 1321 def document_id_metadata(self): 1322 """Gets the document_id_metadata of this Email. # noqa: E501 1323 1324 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1325 1326 :return: The document_id_metadata of this Email. # noqa: E501 1327 :rtype: PropertyMetadata 1328 """ 1329 return self._document_id_metadata 1330 1331 @document_id_metadata.setter 1332 def document_id_metadata(self, document_id_metadata): 1333 """Sets the document_id_metadata of this Email. 1334 1335 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1336 1337 :param document_id_metadata: The document_id_metadata of this Email. # noqa: E501 1338 :type: PropertyMetadata 1339 """ 1340 1341 self._document_id_metadata = document_id_metadata 1342 1343 @property 1344 def error_details(self): 1345 """Gets the error_details of this Email. # noqa: E501 1346 1347 Array or errors. # noqa: E501 1348 1349 :return: The error_details of this Email. # noqa: E501 1350 :rtype: ErrorDetails 1351 """ 1352 return self._error_details 1353 1354 @error_details.setter 1355 def error_details(self, error_details): 1356 """Sets the error_details of this Email. 1357 1358 Array or errors. # noqa: E501 1359 1360 :param error_details: The error_details of this Email. # noqa: E501 1361 :type: ErrorDetails 1362 """ 1363 1364 self._error_details = error_details 1365 1366 @property 1367 def font(self): 1368 """Gets the font of this Email. # noqa: E501 1369 1370 The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 1371 1372 :return: The font of this Email. # noqa: E501 1373 :rtype: str 1374 """ 1375 return self._font 1376 1377 @font.setter 1378 def font(self, font): 1379 """Sets the font of this Email. 1380 1381 The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 1382 1383 :param font: The font of this Email. # noqa: E501 1384 :type: str 1385 """ 1386 1387 self._font = font 1388 1389 @property 1390 def font_color(self): 1391 """Gets the font_color of this Email. # noqa: E501 1392 1393 The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 1394 1395 :return: The font_color of this Email. # noqa: E501 1396 :rtype: str 1397 """ 1398 return self._font_color 1399 1400 @font_color.setter 1401 def font_color(self, font_color): 1402 """Sets the font_color of this Email. 1403 1404 The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 1405 1406 :param font_color: The font_color of this Email. # noqa: E501 1407 :type: str 1408 """ 1409 1410 self._font_color = font_color 1411 1412 @property 1413 def font_color_metadata(self): 1414 """Gets the font_color_metadata of this Email. # noqa: E501 1415 1416 Metadata that indicates whether the `fontColor` property is editable. # noqa: E501 1417 1418 :return: The font_color_metadata of this Email. # noqa: E501 1419 :rtype: PropertyMetadata 1420 """ 1421 return self._font_color_metadata 1422 1423 @font_color_metadata.setter 1424 def font_color_metadata(self, font_color_metadata): 1425 """Sets the font_color_metadata of this Email. 1426 1427 Metadata that indicates whether the `fontColor` property is editable. # noqa: E501 1428 1429 :param font_color_metadata: The font_color_metadata of this Email. # noqa: E501 1430 :type: PropertyMetadata 1431 """ 1432 1433 self._font_color_metadata = font_color_metadata 1434 1435 @property 1436 def font_metadata(self): 1437 """Gets the font_metadata of this Email. # noqa: E501 1438 1439 Metadata that indicates whether the `font` property is editable. # noqa: E501 1440 1441 :return: The font_metadata of this Email. # noqa: E501 1442 :rtype: PropertyMetadata 1443 """ 1444 return self._font_metadata 1445 1446 @font_metadata.setter 1447 def font_metadata(self, font_metadata): 1448 """Sets the font_metadata of this Email. 1449 1450 Metadata that indicates whether the `font` property is editable. # noqa: E501 1451 1452 :param font_metadata: The font_metadata of this Email. # noqa: E501 1453 :type: PropertyMetadata 1454 """ 1455 1456 self._font_metadata = font_metadata 1457 1458 @property 1459 def font_size(self): 1460 """Gets the font_size of this Email. # noqa: E501 1461 1462 The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 1463 1464 :return: The font_size of this Email. # noqa: E501 1465 :rtype: str 1466 """ 1467 return self._font_size 1468 1469 @font_size.setter 1470 def font_size(self, font_size): 1471 """Sets the font_size of this Email. 1472 1473 The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 1474 1475 :param font_size: The font_size of this Email. # noqa: E501 1476 :type: str 1477 """ 1478 1479 self._font_size = font_size 1480 1481 @property 1482 def font_size_metadata(self): 1483 """Gets the font_size_metadata of this Email. # noqa: E501 1484 1485 Metadata that indicates whether the `fontSize` property is editable. # noqa: E501 1486 1487 :return: The font_size_metadata of this Email. # noqa: E501 1488 :rtype: PropertyMetadata 1489 """ 1490 return self._font_size_metadata 1491 1492 @font_size_metadata.setter 1493 def font_size_metadata(self, font_size_metadata): 1494 """Sets the font_size_metadata of this Email. 1495 1496 Metadata that indicates whether the `fontSize` property is editable. # noqa: E501 1497 1498 :param font_size_metadata: The font_size_metadata of this Email. # noqa: E501 1499 :type: PropertyMetadata 1500 """ 1501 1502 self._font_size_metadata = font_size_metadata 1503 1504 @property 1505 def form_order(self): 1506 """Gets the form_order of this Email. # noqa: E501 1507 1508 # noqa: E501 1509 1510 :return: The form_order of this Email. # noqa: E501 1511 :rtype: str 1512 """ 1513 return self._form_order 1514 1515 @form_order.setter 1516 def form_order(self, form_order): 1517 """Sets the form_order of this Email. 1518 1519 # noqa: E501 1520 1521 :param form_order: The form_order of this Email. # noqa: E501 1522 :type: str 1523 """ 1524 1525 self._form_order = form_order 1526 1527 @property 1528 def form_order_metadata(self): 1529 """Gets the form_order_metadata of this Email. # noqa: E501 1530 1531 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1532 1533 :return: The form_order_metadata of this Email. # noqa: E501 1534 :rtype: PropertyMetadata 1535 """ 1536 return self._form_order_metadata 1537 1538 @form_order_metadata.setter 1539 def form_order_metadata(self, form_order_metadata): 1540 """Sets the form_order_metadata of this Email. 1541 1542 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1543 1544 :param form_order_metadata: The form_order_metadata of this Email. # noqa: E501 1545 :type: PropertyMetadata 1546 """ 1547 1548 self._form_order_metadata = form_order_metadata 1549 1550 @property 1551 def form_page_label(self): 1552 """Gets the form_page_label of this Email. # noqa: E501 1553 1554 # noqa: E501 1555 1556 :return: The form_page_label of this Email. # noqa: E501 1557 :rtype: str 1558 """ 1559 return self._form_page_label 1560 1561 @form_page_label.setter 1562 def form_page_label(self, form_page_label): 1563 """Sets the form_page_label of this Email. 1564 1565 # noqa: E501 1566 1567 :param form_page_label: The form_page_label of this Email. # noqa: E501 1568 :type: str 1569 """ 1570 1571 self._form_page_label = form_page_label 1572 1573 @property 1574 def form_page_label_metadata(self): 1575 """Gets the form_page_label_metadata of this Email. # noqa: E501 1576 1577 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1578 1579 :return: The form_page_label_metadata of this Email. # noqa: E501 1580 :rtype: PropertyMetadata 1581 """ 1582 return self._form_page_label_metadata 1583 1584 @form_page_label_metadata.setter 1585 def form_page_label_metadata(self, form_page_label_metadata): 1586 """Sets the form_page_label_metadata of this Email. 1587 1588 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1589 1590 :param form_page_label_metadata: The form_page_label_metadata of this Email. # noqa: E501 1591 :type: PropertyMetadata 1592 """ 1593 1594 self._form_page_label_metadata = form_page_label_metadata 1595 1596 @property 1597 def form_page_number(self): 1598 """Gets the form_page_number of this Email. # noqa: E501 1599 1600 # noqa: E501 1601 1602 :return: The form_page_number of this Email. # noqa: E501 1603 :rtype: str 1604 """ 1605 return self._form_page_number 1606 1607 @form_page_number.setter 1608 def form_page_number(self, form_page_number): 1609 """Sets the form_page_number of this Email. 1610 1611 # noqa: E501 1612 1613 :param form_page_number: The form_page_number of this Email. # noqa: E501 1614 :type: str 1615 """ 1616 1617 self._form_page_number = form_page_number 1618 1619 @property 1620 def form_page_number_metadata(self): 1621 """Gets the form_page_number_metadata of this Email. # noqa: E501 1622 1623 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1624 1625 :return: The form_page_number_metadata of this Email. # noqa: E501 1626 :rtype: PropertyMetadata 1627 """ 1628 return self._form_page_number_metadata 1629 1630 @form_page_number_metadata.setter 1631 def form_page_number_metadata(self, form_page_number_metadata): 1632 """Sets the form_page_number_metadata of this Email. 1633 1634 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1635 1636 :param form_page_number_metadata: The form_page_number_metadata of this Email. # noqa: E501 1637 :type: PropertyMetadata 1638 """ 1639 1640 self._form_page_number_metadata = form_page_number_metadata 1641 1642 @property 1643 def height(self): 1644 """Gets the height of this Email. # noqa: E501 1645 1646 Height of the tab in pixels. # noqa: E501 1647 1648 :return: The height of this Email. # noqa: E501 1649 :rtype: str 1650 """ 1651 return self._height 1652 1653 @height.setter 1654 def height(self, height): 1655 """Sets the height of this Email. 1656 1657 Height of the tab in pixels. # noqa: E501 1658 1659 :param height: The height of this Email. # noqa: E501 1660 :type: str 1661 """ 1662 1663 self._height = height 1664 1665 @property 1666 def height_metadata(self): 1667 """Gets the height_metadata of this Email. # noqa: E501 1668 1669 Metadata that indicates whether the `height` property is editable. # noqa: E501 1670 1671 :return: The height_metadata of this Email. # noqa: E501 1672 :rtype: PropertyMetadata 1673 """ 1674 return self._height_metadata 1675 1676 @height_metadata.setter 1677 def height_metadata(self, height_metadata): 1678 """Sets the height_metadata of this Email. 1679 1680 Metadata that indicates whether the `height` property is editable. # noqa: E501 1681 1682 :param height_metadata: The height_metadata of this Email. # noqa: E501 1683 :type: PropertyMetadata 1684 """ 1685 1686 self._height_metadata = height_metadata 1687 1688 @property 1689 def italic(self): 1690 """Gets the italic of this Email. # noqa: E501 1691 1692 When set to **true**, the information in the tab is italic. # noqa: E501 1693 1694 :return: The italic of this Email. # noqa: E501 1695 :rtype: str 1696 """ 1697 return self._italic 1698 1699 @italic.setter 1700 def italic(self, italic): 1701 """Sets the italic of this Email. 1702 1703 When set to **true**, the information in the tab is italic. # noqa: E501 1704 1705 :param italic: The italic of this Email. # noqa: E501 1706 :type: str 1707 """ 1708 1709 self._italic = italic 1710 1711 @property 1712 def italic_metadata(self): 1713 """Gets the italic_metadata of this Email. # noqa: E501 1714 1715 Metadata that indicates whether the `italic` property is editable. # noqa: E501 1716 1717 :return: The italic_metadata of this Email. # noqa: E501 1718 :rtype: PropertyMetadata 1719 """ 1720 return self._italic_metadata 1721 1722 @italic_metadata.setter 1723 def italic_metadata(self, italic_metadata): 1724 """Sets the italic_metadata of this Email. 1725 1726 Metadata that indicates whether the `italic` property is editable. # noqa: E501 1727 1728 :param italic_metadata: The italic_metadata of this Email. # noqa: E501 1729 :type: PropertyMetadata 1730 """ 1731 1732 self._italic_metadata = italic_metadata 1733 1734 @property 1735 def locale_policy(self): 1736 """Gets the locale_policy of this Email. # noqa: E501 1737 1738 Reserved for DocuSign. # noqa: E501 1739 1740 :return: The locale_policy of this Email. # noqa: E501 1741 :rtype: LocalePolicyTab 1742 """ 1743 return self._locale_policy 1744 1745 @locale_policy.setter 1746 def locale_policy(self, locale_policy): 1747 """Sets the locale_policy of this Email. 1748 1749 Reserved for DocuSign. # noqa: E501 1750 1751 :param locale_policy: The locale_policy of this Email. # noqa: E501 1752 :type: LocalePolicyTab 1753 """ 1754 1755 self._locale_policy = locale_policy 1756 1757 @property 1758 def locked(self): 1759 """Gets the locked of this Email. # noqa: E501 1760 1761 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1762 1763 :return: The locked of this Email. # noqa: E501 1764 :rtype: str 1765 """ 1766 return self._locked 1767 1768 @locked.setter 1769 def locked(self, locked): 1770 """Sets the locked of this Email. 1771 1772 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1773 1774 :param locked: The locked of this Email. # noqa: E501 1775 :type: str 1776 """ 1777 1778 self._locked = locked 1779 1780 @property 1781 def locked_metadata(self): 1782 """Gets the locked_metadata of this Email. # noqa: E501 1783 1784 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1785 1786 :return: The locked_metadata of this Email. # noqa: E501 1787 :rtype: PropertyMetadata 1788 """ 1789 return self._locked_metadata 1790 1791 @locked_metadata.setter 1792 def locked_metadata(self, locked_metadata): 1793 """Sets the locked_metadata of this Email. 1794 1795 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1796 1797 :param locked_metadata: The locked_metadata of this Email. # noqa: E501 1798 :type: PropertyMetadata 1799 """ 1800 1801 self._locked_metadata = locked_metadata 1802 1803 @property 1804 def max_length(self): 1805 """Gets the max_length of this Email. # noqa: E501 1806 1807 An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 1808 1809 :return: The max_length of this Email. # noqa: E501 1810 :rtype: str 1811 """ 1812 return self._max_length 1813 1814 @max_length.setter 1815 def max_length(self, max_length): 1816 """Sets the max_length of this Email. 1817 1818 An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 1819 1820 :param max_length: The max_length of this Email. # noqa: E501 1821 :type: str 1822 """ 1823 1824 self._max_length = max_length 1825 1826 @property 1827 def max_length_metadata(self): 1828 """Gets the max_length_metadata of this Email. # noqa: E501 1829 1830 Metadata that indicates whether the `maxLength` property is editable. # noqa: E501 1831 1832 :return: The max_length_metadata of this Email. # noqa: E501 1833 :rtype: PropertyMetadata 1834 """ 1835 return self._max_length_metadata 1836 1837 @max_length_metadata.setter 1838 def max_length_metadata(self, max_length_metadata): 1839 """Sets the max_length_metadata of this Email. 1840 1841 Metadata that indicates whether the `maxLength` property is editable. # noqa: E501 1842 1843 :param max_length_metadata: The max_length_metadata of this Email. # noqa: E501 1844 :type: PropertyMetadata 1845 """ 1846 1847 self._max_length_metadata = max_length_metadata 1848 1849 @property 1850 def merge_field(self): 1851 """Gets the merge_field of this Email. # noqa: E501 1852 1853 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1854 1855 :return: The merge_field of this Email. # noqa: E501 1856 :rtype: MergeField 1857 """ 1858 return self._merge_field 1859 1860 @merge_field.setter 1861 def merge_field(self, merge_field): 1862 """Sets the merge_field of this Email. 1863 1864 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1865 1866 :param merge_field: The merge_field of this Email. # noqa: E501 1867 :type: MergeField 1868 """ 1869 1870 self._merge_field = merge_field 1871 1872 @property 1873 def merge_field_xml(self): 1874 """Gets the merge_field_xml of this Email. # noqa: E501 1875 1876 # noqa: E501 1877 1878 :return: The merge_field_xml of this Email. # noqa: E501 1879 :rtype: str 1880 """ 1881 return self._merge_field_xml 1882 1883 @merge_field_xml.setter 1884 def merge_field_xml(self, merge_field_xml): 1885 """Sets the merge_field_xml of this Email. 1886 1887 # noqa: E501 1888 1889 :param merge_field_xml: The merge_field_xml of this Email. # noqa: E501 1890 :type: str 1891 """ 1892 1893 self._merge_field_xml = merge_field_xml 1894 1895 @property 1896 def name(self): 1897 """Gets the name of this Email. # noqa: E501 1898 1899 # noqa: E501 1900 1901 :return: The name of this Email. # noqa: E501 1902 :rtype: str 1903 """ 1904 return self._name 1905 1906 @name.setter 1907 def name(self, name): 1908 """Sets the name of this Email. 1909 1910 # noqa: E501 1911 1912 :param name: The name of this Email. # noqa: E501 1913 :type: str 1914 """ 1915 1916 self._name = name 1917 1918 @property 1919 def name_metadata(self): 1920 """Gets the name_metadata of this Email. # noqa: E501 1921 1922 Metadata that indicates whether the `name` property is editable. This property is read-only. # noqa: E501 1923 1924 :return: The name_metadata of this Email. # noqa: E501 1925 :rtype: PropertyMetadata 1926 """ 1927 return self._name_metadata 1928 1929 @name_metadata.setter 1930 def name_metadata(self, name_metadata): 1931 """Sets the name_metadata of this Email. 1932 1933 Metadata that indicates whether the `name` property is editable. This property is read-only. # noqa: E501 1934 1935 :param name_metadata: The name_metadata of this Email. # noqa: E501 1936 :type: PropertyMetadata 1937 """ 1938 1939 self._name_metadata = name_metadata 1940 1941 @property 1942 def original_value(self): 1943 """Gets the original_value of this Email. # noqa: E501 1944 1945 The initial value of the tab when it was sent to the recipient. # noqa: E501 1946 1947 :return: The original_value of this Email. # noqa: E501 1948 :rtype: str 1949 """ 1950 return self._original_value 1951 1952 @original_value.setter 1953 def original_value(self, original_value): 1954 """Sets the original_value of this Email. 1955 1956 The initial value of the tab when it was sent to the recipient. # noqa: E501 1957 1958 :param original_value: The original_value of this Email. # noqa: E501 1959 :type: str 1960 """ 1961 1962 self._original_value = original_value 1963 1964 @property 1965 def original_value_metadata(self): 1966 """Gets the original_value_metadata of this Email. # noqa: E501 1967 1968 Metadata that indicates whether the `originalValue` property is editable. # noqa: E501 1969 1970 :return: The original_value_metadata of this Email. # noqa: E501 1971 :rtype: PropertyMetadata 1972 """ 1973 return self._original_value_metadata 1974 1975 @original_value_metadata.setter 1976 def original_value_metadata(self, original_value_metadata): 1977 """Sets the original_value_metadata of this Email. 1978 1979 Metadata that indicates whether the `originalValue` property is editable. # noqa: E501 1980 1981 :param original_value_metadata: The original_value_metadata of this Email. # noqa: E501 1982 :type: PropertyMetadata 1983 """ 1984 1985 self._original_value_metadata = original_value_metadata 1986 1987 @property 1988 def page_number(self): 1989 """Gets the page_number of this Email. # noqa: E501 1990 1991 Specifies the page number on which the tab is located. # noqa: E501 1992 1993 :return: The page_number of this Email. # noqa: E501 1994 :rtype: str 1995 """ 1996 return self._page_number 1997 1998 @page_number.setter 1999 def page_number(self, page_number): 2000 """Sets the page_number of this Email. 2001 2002 Specifies the page number on which the tab is located. # noqa: E501 2003 2004 :param page_number: The page_number of this Email. # noqa: E501 2005 :type: str 2006 """ 2007 2008 self._page_number = page_number 2009 2010 @property 2011 def page_number_metadata(self): 2012 """Gets the page_number_metadata of this Email. # noqa: E501 2013 2014 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 2015 2016 :return: The page_number_metadata of this Email. # noqa: E501 2017 :rtype: PropertyMetadata 2018 """ 2019 return self._page_number_metadata 2020 2021 @page_number_metadata.setter 2022 def page_number_metadata(self, page_number_metadata): 2023 """Sets the page_number_metadata of this Email. 2024 2025 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 2026 2027 :param page_number_metadata: The page_number_metadata of this Email. # noqa: E501 2028 :type: PropertyMetadata 2029 """ 2030 2031 self._page_number_metadata = page_number_metadata 2032 2033 @property 2034 def recipient_id(self): 2035 """Gets the recipient_id of this Email. # noqa: E501 2036 2037 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 2038 2039 :return: The recipient_id of this Email. # noqa: E501 2040 :rtype: str 2041 """ 2042 return self._recipient_id 2043 2044 @recipient_id.setter 2045 def recipient_id(self, recipient_id): 2046 """Sets the recipient_id of this Email. 2047 2048 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 2049 2050 :param recipient_id: The recipient_id of this Email. # noqa: E501 2051 :type: str 2052 """ 2053 2054 self._recipient_id = recipient_id 2055 2056 @property 2057 def recipient_id_guid(self): 2058 """Gets the recipient_id_guid of this Email. # noqa: E501 2059 2060 # noqa: E501 2061 2062 :return: The recipient_id_guid of this Email. # noqa: E501 2063 :rtype: str 2064 """ 2065 return self._recipient_id_guid 2066 2067 @recipient_id_guid.setter 2068 def recipient_id_guid(self, recipient_id_guid): 2069 """Sets the recipient_id_guid of this Email. 2070 2071 # noqa: E501 2072 2073 :param recipient_id_guid: The recipient_id_guid of this Email. # noqa: E501 2074 :type: str 2075 """ 2076 2077 self._recipient_id_guid = recipient_id_guid 2078 2079 @property 2080 def recipient_id_guid_metadata(self): 2081 """Gets the recipient_id_guid_metadata of this Email. # noqa: E501 2082 2083 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 2084 2085 :return: The recipient_id_guid_metadata of this Email. # noqa: E501 2086 :rtype: PropertyMetadata 2087 """ 2088 return self._recipient_id_guid_metadata 2089 2090 @recipient_id_guid_metadata.setter 2091 def recipient_id_guid_metadata(self, recipient_id_guid_metadata): 2092 """Sets the recipient_id_guid_metadata of this Email. 2093 2094 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 2095 2096 :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Email. # noqa: E501 2097 :type: PropertyMetadata 2098 """ 2099 2100 self._recipient_id_guid_metadata = recipient_id_guid_metadata 2101 2102 @property 2103 def recipient_id_metadata(self): 2104 """Gets the recipient_id_metadata of this Email. # noqa: E501 2105 2106 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 2107 2108 :return: The recipient_id_metadata of this Email. # noqa: E501 2109 :rtype: PropertyMetadata 2110 """ 2111 return self._recipient_id_metadata 2112 2113 @recipient_id_metadata.setter 2114 def recipient_id_metadata(self, recipient_id_metadata): 2115 """Sets the recipient_id_metadata of this Email. 2116 2117 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 2118 2119 :param recipient_id_metadata: The recipient_id_metadata of this Email. # noqa: E501 2120 :type: PropertyMetadata 2121 """ 2122 2123 self._recipient_id_metadata = recipient_id_metadata 2124 2125 @property 2126 def require_all(self): 2127 """Gets the require_all of this Email. # noqa: E501 2128 2129 When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 2130 2131 :return: The require_all of this Email. # noqa: E501 2132 :rtype: str 2133 """ 2134 return self._require_all 2135 2136 @require_all.setter 2137 def require_all(self, require_all): 2138 """Sets the require_all of this Email. 2139 2140 When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 2141 2142 :param require_all: The require_all of this Email. # noqa: E501 2143 :type: str 2144 """ 2145 2146 self._require_all = require_all 2147 2148 @property 2149 def require_all_metadata(self): 2150 """Gets the require_all_metadata of this Email. # noqa: E501 2151 2152 Metadata that indicates whether the `requireAll` property is editable. # noqa: E501 2153 2154 :return: The require_all_metadata of this Email. # noqa: E501 2155 :rtype: PropertyMetadata 2156 """ 2157 return self._require_all_metadata 2158 2159 @require_all_metadata.setter 2160 def require_all_metadata(self, require_all_metadata): 2161 """Sets the require_all_metadata of this Email. 2162 2163 Metadata that indicates whether the `requireAll` property is editable. # noqa: E501 2164 2165 :param require_all_metadata: The require_all_metadata of this Email. # noqa: E501 2166 :type: PropertyMetadata 2167 """ 2168 2169 self._require_all_metadata = require_all_metadata 2170 2171 @property 2172 def required(self): 2173 """Gets the required of this Email. # noqa: E501 2174 2175 When set to **true**, the signer is required to fill out this tab # noqa: E501 2176 2177 :return: The required of this Email. # noqa: E501 2178 :rtype: str 2179 """ 2180 return self._required 2181 2182 @required.setter 2183 def required(self, required): 2184 """Sets the required of this Email. 2185 2186 When set to **true**, the signer is required to fill out this tab # noqa: E501 2187 2188 :param required: The required of this Email. # noqa: E501 2189 :type: str 2190 """ 2191 2192 self._required = required 2193 2194 @property 2195 def required_metadata(self): 2196 """Gets the required_metadata of this Email. # noqa: E501 2197 2198 Metadata that indicates whether the `required` property is editable. # noqa: E501 2199 2200 :return: The required_metadata of this Email. # noqa: E501 2201 :rtype: PropertyMetadata 2202 """ 2203 return self._required_metadata 2204 2205 @required_metadata.setter 2206 def required_metadata(self, required_metadata): 2207 """Sets the required_metadata of this Email. 2208 2209 Metadata that indicates whether the `required` property is editable. # noqa: E501 2210 2211 :param required_metadata: The required_metadata of this Email. # noqa: E501 2212 :type: PropertyMetadata 2213 """ 2214 2215 self._required_metadata = required_metadata 2216 2217 @property 2218 def require_initial_on_shared_change(self): 2219 """Gets the require_initial_on_shared_change of this Email. # noqa: E501 2220 2221 Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 2222 2223 :return: The require_initial_on_shared_change of this Email. # noqa: E501 2224 :rtype: str 2225 """ 2226 return self._require_initial_on_shared_change 2227 2228 @require_initial_on_shared_change.setter 2229 def require_initial_on_shared_change(self, require_initial_on_shared_change): 2230 """Sets the require_initial_on_shared_change of this Email. 2231 2232 Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 2233 2234 :param require_initial_on_shared_change: The require_initial_on_shared_change of this Email. # noqa: E501 2235 :type: str 2236 """ 2237 2238 self._require_initial_on_shared_change = require_initial_on_shared_change 2239 2240 @property 2241 def require_initial_on_shared_change_metadata(self): 2242 """Gets the require_initial_on_shared_change_metadata of this Email. # noqa: E501 2243 2244 Metadata that indicates whether the `requireInitialOnSharedChange` property is editable. # noqa: E501 2245 2246 :return: The require_initial_on_shared_change_metadata of this Email. # noqa: E501 2247 :rtype: PropertyMetadata 2248 """ 2249 return self._require_initial_on_shared_change_metadata 2250 2251 @require_initial_on_shared_change_metadata.setter 2252 def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): 2253 """Sets the require_initial_on_shared_change_metadata of this Email. 2254 2255 Metadata that indicates whether the `requireInitialOnSharedChange` property is editable. # noqa: E501 2256 2257 :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Email. # noqa: E501 2258 :type: PropertyMetadata 2259 """ 2260 2261 self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata 2262 2263 @property 2264 def sender_required(self): 2265 """Gets the sender_required of this Email. # noqa: E501 2266 2267 When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 2268 2269 :return: The sender_required of this Email. # noqa: E501 2270 :rtype: str 2271 """ 2272 return self._sender_required 2273 2274 @sender_required.setter 2275 def sender_required(self, sender_required): 2276 """Sets the sender_required of this Email. 2277 2278 When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 2279 2280 :param sender_required: The sender_required of this Email. # noqa: E501 2281 :type: str 2282 """ 2283 2284 self._sender_required = sender_required 2285 2286 @property 2287 def sender_required_metadata(self): 2288 """Gets the sender_required_metadata of this Email. # noqa: E501 2289 2290 Metadata that indicates whether the `senderRequired` property is editable. # noqa: E501 2291 2292 :return: The sender_required_metadata of this Email. # noqa: E501 2293 :rtype: PropertyMetadata 2294 """ 2295 return self._sender_required_metadata 2296 2297 @sender_required_metadata.setter 2298 def sender_required_metadata(self, sender_required_metadata): 2299 """Sets the sender_required_metadata of this Email. 2300 2301 Metadata that indicates whether the `senderRequired` property is editable. # noqa: E501 2302 2303 :param sender_required_metadata: The sender_required_metadata of this Email. # noqa: E501 2304 :type: PropertyMetadata 2305 """ 2306 2307 self._sender_required_metadata = sender_required_metadata 2308 2309 @property 2310 def shared(self): 2311 """Gets the shared of this Email. # noqa: E501 2312 2313 When set to **true**, this custom tab is shared. # noqa: E501 2314 2315 :return: The shared of this Email. # noqa: E501 2316 :rtype: str 2317 """ 2318 return self._shared 2319 2320 @shared.setter 2321 def shared(self, shared): 2322 """Sets the shared of this Email. 2323 2324 When set to **true**, this custom tab is shared. # noqa: E501 2325 2326 :param shared: The shared of this Email. # noqa: E501 2327 :type: str 2328 """ 2329 2330 self._shared = shared 2331 2332 @property 2333 def shared_metadata(self): 2334 """Gets the shared_metadata of this Email. # noqa: E501 2335 2336 Metadata that indicates whether the `shared` property is editable. # noqa: E501 2337 2338 :return: The shared_metadata of this Email. # noqa: E501 2339 :rtype: PropertyMetadata 2340 """ 2341 return self._shared_metadata 2342 2343 @shared_metadata.setter 2344 def shared_metadata(self, shared_metadata): 2345 """Sets the shared_metadata of this Email. 2346 2347 Metadata that indicates whether the `shared` property is editable. # noqa: E501 2348 2349 :param shared_metadata: The shared_metadata of this Email. # noqa: E501 2350 :type: PropertyMetadata 2351 """ 2352 2353 self._shared_metadata = shared_metadata 2354 2355 @property 2356 def share_to_recipients(self): 2357 """Gets the share_to_recipients of this Email. # noqa: E501 2358 2359 # noqa: E501 2360 2361 :return: The share_to_recipients of this Email. # noqa: E501 2362 :rtype: str 2363 """ 2364 return self._share_to_recipients 2365 2366 @share_to_recipients.setter 2367 def share_to_recipients(self, share_to_recipients): 2368 """Sets the share_to_recipients of this Email. 2369 2370 # noqa: E501 2371 2372 :param share_to_recipients: The share_to_recipients of this Email. # noqa: E501 2373 :type: str 2374 """ 2375 2376 self._share_to_recipients = share_to_recipients 2377 2378 @property 2379 def share_to_recipients_metadata(self): 2380 """Gets the share_to_recipients_metadata of this Email. # noqa: E501 2381 2382 Reserved for DocuSign. # noqa: E501 2383 2384 :return: The share_to_recipients_metadata of this Email. # noqa: E501 2385 :rtype: PropertyMetadata 2386 """ 2387 return self._share_to_recipients_metadata 2388 2389 @share_to_recipients_metadata.setter 2390 def share_to_recipients_metadata(self, share_to_recipients_metadata): 2391 """Sets the share_to_recipients_metadata of this Email. 2392 2393 Reserved for DocuSign. # noqa: E501 2394 2395 :param share_to_recipients_metadata: The share_to_recipients_metadata of this Email. # noqa: E501 2396 :type: PropertyMetadata 2397 """ 2398 2399 self._share_to_recipients_metadata = share_to_recipients_metadata 2400 2401 @property 2402 def smart_contract_information(self): 2403 """Gets the smart_contract_information of this Email. # noqa: E501 2404 2405 Reserved for DocuSign. # noqa: E501 2406 2407 :return: The smart_contract_information of this Email. # noqa: E501 2408 :rtype: SmartContractInformation 2409 """ 2410 return self._smart_contract_information 2411 2412 @smart_contract_information.setter 2413 def smart_contract_information(self, smart_contract_information): 2414 """Sets the smart_contract_information of this Email. 2415 2416 Reserved for DocuSign. # noqa: E501 2417 2418 :param smart_contract_information: The smart_contract_information of this Email. # noqa: E501 2419 :type: SmartContractInformation 2420 """ 2421 2422 self._smart_contract_information = smart_contract_information 2423 2424 @property 2425 def source(self): 2426 """Gets the source of this Email. # noqa: E501 2427 2428 # noqa: E501 2429 2430 :return: The source of this Email. # noqa: E501 2431 :rtype: str 2432 """ 2433 return self._source 2434 2435 @source.setter 2436 def source(self, source): 2437 """Sets the source of this Email. 2438 2439 # noqa: E501 2440 2441 :param source: The source of this Email. # noqa: E501 2442 :type: str 2443 """ 2444 2445 self._source = source 2446 2447 @property 2448 def status(self): 2449 """Gets the status of this Email. # noqa: E501 2450 2451 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 2452 2453 :return: The status of this Email. # noqa: E501 2454 :rtype: str 2455 """ 2456 return self._status 2457 2458 @status.setter 2459 def status(self, status): 2460 """Sets the status of this Email. 2461 2462 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 2463 2464 :param status: The status of this Email. # noqa: E501 2465 :type: str 2466 """ 2467 2468 self._status = status 2469 2470 @property 2471 def status_metadata(self): 2472 """Gets the status_metadata of this Email. # noqa: E501 2473 2474 Metadata that indicates whether the `status` property is editable. # noqa: E501 2475 2476 :return: The status_metadata of this Email. # noqa: E501 2477 :rtype: PropertyMetadata 2478 """ 2479 return self._status_metadata 2480 2481 @status_metadata.setter 2482 def status_metadata(self, status_metadata): 2483 """Sets the status_metadata of this Email. 2484 2485 Metadata that indicates whether the `status` property is editable. # noqa: E501 2486 2487 :param status_metadata: The status_metadata of this Email. # noqa: E501 2488 :type: PropertyMetadata 2489 """ 2490 2491 self._status_metadata = status_metadata 2492 2493 @property 2494 def tab_group_labels(self): 2495 """Gets the tab_group_labels of this Email. # noqa: E501 2496 2497 # noqa: E501 2498 2499 :return: The tab_group_labels of this Email. # noqa: E501 2500 :rtype: list[str] 2501 """ 2502 return self._tab_group_labels 2503 2504 @tab_group_labels.setter 2505 def tab_group_labels(self, tab_group_labels): 2506 """Sets the tab_group_labels of this Email. 2507 2508 # noqa: E501 2509 2510 :param tab_group_labels: The tab_group_labels of this Email. # noqa: E501 2511 :type: list[str] 2512 """ 2513 2514 self._tab_group_labels = tab_group_labels 2515 2516 @property 2517 def tab_group_labels_metadata(self): 2518 """Gets the tab_group_labels_metadata of this Email. # noqa: E501 2519 2520 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 2521 2522 :return: The tab_group_labels_metadata of this Email. # noqa: E501 2523 :rtype: PropertyMetadata 2524 """ 2525 return self._tab_group_labels_metadata 2526 2527 @tab_group_labels_metadata.setter 2528 def tab_group_labels_metadata(self, tab_group_labels_metadata): 2529 """Sets the tab_group_labels_metadata of this Email. 2530 2531 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 2532 2533 :param tab_group_labels_metadata: The tab_group_labels_metadata of this Email. # noqa: E501 2534 :type: PropertyMetadata 2535 """ 2536 2537 self._tab_group_labels_metadata = tab_group_labels_metadata 2538 2539 @property 2540 def tab_id(self): 2541 """Gets the tab_id of this Email. # noqa: E501 2542 2543 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 2544 2545 :return: The tab_id of this Email. # noqa: E501 2546 :rtype: str 2547 """ 2548 return self._tab_id 2549 2550 @tab_id.setter 2551 def tab_id(self, tab_id): 2552 """Sets the tab_id of this Email. 2553 2554 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 2555 2556 :param tab_id: The tab_id of this Email. # noqa: E501 2557 :type: str 2558 """ 2559 2560 self._tab_id = tab_id 2561 2562 @property 2563 def tab_id_metadata(self): 2564 """Gets the tab_id_metadata of this Email. # noqa: E501 2565 2566 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 2567 2568 :return: The tab_id_metadata of this Email. # noqa: E501 2569 :rtype: PropertyMetadata 2570 """ 2571 return self._tab_id_metadata 2572 2573 @tab_id_metadata.setter 2574 def tab_id_metadata(self, tab_id_metadata): 2575 """Sets the tab_id_metadata of this Email. 2576 2577 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 2578 2579 :param tab_id_metadata: The tab_id_metadata of this Email. # noqa: E501 2580 :type: PropertyMetadata 2581 """ 2582 2583 self._tab_id_metadata = tab_id_metadata 2584 2585 @property 2586 def tab_label(self): 2587 """Gets the tab_label of this Email. # noqa: E501 2588 2589 The label string associated with the tab. # noqa: E501 2590 2591 :return: The tab_label of this Email. # noqa: E501 2592 :rtype: str 2593 """ 2594 return self._tab_label 2595 2596 @tab_label.setter 2597 def tab_label(self, tab_label): 2598 """Sets the tab_label of this Email. 2599 2600 The label string associated with the tab. # noqa: E501 2601 2602 :param tab_label: The tab_label of this Email. # noqa: E501 2603 :type: str 2604 """ 2605 2606 self._tab_label = tab_label 2607 2608 @property 2609 def tab_label_metadata(self): 2610 """Gets the tab_label_metadata of this Email. # noqa: E501 2611 2612 Metadata that indicates whether the `tabLabel` property is editable. # noqa: E501 2613 2614 :return: The tab_label_metadata of this Email. # noqa: E501 2615 :rtype: PropertyMetadata 2616 """ 2617 return self._tab_label_metadata 2618 2619 @tab_label_metadata.setter 2620 def tab_label_metadata(self, tab_label_metadata): 2621 """Sets the tab_label_metadata of this Email. 2622 2623 Metadata that indicates whether the `tabLabel` property is editable. # noqa: E501 2624 2625 :param tab_label_metadata: The tab_label_metadata of this Email. # noqa: E501 2626 :type: PropertyMetadata 2627 """ 2628 2629 self._tab_label_metadata = tab_label_metadata 2630 2631 @property 2632 def tab_order(self): 2633 """Gets the tab_order of this Email. # noqa: E501 2634 2635 # noqa: E501 2636 2637 :return: The tab_order of this Email. # noqa: E501 2638 :rtype: str 2639 """ 2640 return self._tab_order 2641 2642 @tab_order.setter 2643 def tab_order(self, tab_order): 2644 """Sets the tab_order of this Email. 2645 2646 # noqa: E501 2647 2648 :param tab_order: The tab_order of this Email. # noqa: E501 2649 :type: str 2650 """ 2651 2652 self._tab_order = tab_order 2653 2654 @property 2655 def tab_order_metadata(self): 2656 """Gets the tab_order_metadata of this Email. # noqa: E501 2657 2658 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 2659 2660 :return: The tab_order_metadata of this Email. # noqa: E501 2661 :rtype: PropertyMetadata 2662 """ 2663 return self._tab_order_metadata 2664 2665 @tab_order_metadata.setter 2666 def tab_order_metadata(self, tab_order_metadata): 2667 """Sets the tab_order_metadata of this Email. 2668 2669 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 2670 2671 :param tab_order_metadata: The tab_order_metadata of this Email. # noqa: E501 2672 :type: PropertyMetadata 2673 """ 2674 2675 self._tab_order_metadata = tab_order_metadata 2676 2677 @property 2678 def tab_type(self): 2679 """Gets the tab_type of this Email. # noqa: E501 2680 2681 # noqa: E501 2682 2683 :return: The tab_type of this Email. # noqa: E501 2684 :rtype: str 2685 """ 2686 return self._tab_type 2687 2688 @tab_type.setter 2689 def tab_type(self, tab_type): 2690 """Sets the tab_type of this Email. 2691 2692 # noqa: E501 2693 2694 :param tab_type: The tab_type of this Email. # noqa: E501 2695 :type: str 2696 """ 2697 2698 self._tab_type = tab_type 2699 2700 @property 2701 def tab_type_metadata(self): 2702 """Gets the tab_type_metadata of this Email. # noqa: E501 2703 2704 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 2705 2706 :return: The tab_type_metadata of this Email. # noqa: E501 2707 :rtype: PropertyMetadata 2708 """ 2709 return self._tab_type_metadata 2710 2711 @tab_type_metadata.setter 2712 def tab_type_metadata(self, tab_type_metadata): 2713 """Sets the tab_type_metadata of this Email. 2714 2715 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 2716 2717 :param tab_type_metadata: The tab_type_metadata of this Email. # noqa: E501 2718 :type: PropertyMetadata 2719 """ 2720 2721 self._tab_type_metadata = tab_type_metadata 2722 2723 @property 2724 def template_locked(self): 2725 """Gets the template_locked of this Email. # noqa: E501 2726 2727 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 2728 2729 :return: The template_locked of this Email. # noqa: E501 2730 :rtype: str 2731 """ 2732 return self._template_locked 2733 2734 @template_locked.setter 2735 def template_locked(self, template_locked): 2736 """Sets the template_locked of this Email. 2737 2738 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 2739 2740 :param template_locked: The template_locked of this Email. # noqa: E501 2741 :type: str 2742 """ 2743 2744 self._template_locked = template_locked 2745 2746 @property 2747 def template_locked_metadata(self): 2748 """Gets the template_locked_metadata of this Email. # noqa: E501 2749 2750 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 2751 2752 :return: The template_locked_metadata of this Email. # noqa: E501 2753 :rtype: PropertyMetadata 2754 """ 2755 return self._template_locked_metadata 2756 2757 @template_locked_metadata.setter 2758 def template_locked_metadata(self, template_locked_metadata): 2759 """Sets the template_locked_metadata of this Email. 2760 2761 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 2762 2763 :param template_locked_metadata: The template_locked_metadata of this Email. # noqa: E501 2764 :type: PropertyMetadata 2765 """ 2766 2767 self._template_locked_metadata = template_locked_metadata 2768 2769 @property 2770 def template_required(self): 2771 """Gets the template_required of this Email. # noqa: E501 2772 2773 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 2774 2775 :return: The template_required of this Email. # noqa: E501 2776 :rtype: str 2777 """ 2778 return self._template_required 2779 2780 @template_required.setter 2781 def template_required(self, template_required): 2782 """Sets the template_required of this Email. 2783 2784 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 2785 2786 :param template_required: The template_required of this Email. # noqa: E501 2787 :type: str 2788 """ 2789 2790 self._template_required = template_required 2791 2792 @property 2793 def template_required_metadata(self): 2794 """Gets the template_required_metadata of this Email. # noqa: E501 2795 2796 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 2797 2798 :return: The template_required_metadata of this Email. # noqa: E501 2799 :rtype: PropertyMetadata 2800 """ 2801 return self._template_required_metadata 2802 2803 @template_required_metadata.setter 2804 def template_required_metadata(self, template_required_metadata): 2805 """Sets the template_required_metadata of this Email. 2806 2807 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 2808 2809 :param template_required_metadata: The template_required_metadata of this Email. # noqa: E501 2810 :type: PropertyMetadata 2811 """ 2812 2813 self._template_required_metadata = template_required_metadata 2814 2815 @property 2816 def tooltip(self): 2817 """Gets the tooltip of this Email. # noqa: E501 2818 2819 # noqa: E501 2820 2821 :return: The tooltip of this Email. # noqa: E501 2822 :rtype: str 2823 """ 2824 return self._tooltip 2825 2826 @tooltip.setter 2827 def tooltip(self, tooltip): 2828 """Sets the tooltip of this Email. 2829 2830 # noqa: E501 2831 2832 :param tooltip: The tooltip of this Email. # noqa: E501 2833 :type: str 2834 """ 2835 2836 self._tooltip = tooltip 2837 2838 @property 2839 def tool_tip_metadata(self): 2840 """Gets the tool_tip_metadata of this Email. # noqa: E501 2841 2842 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 2843 2844 :return: The tool_tip_metadata of this Email. # noqa: E501 2845 :rtype: PropertyMetadata 2846 """ 2847 return self._tool_tip_metadata 2848 2849 @tool_tip_metadata.setter 2850 def tool_tip_metadata(self, tool_tip_metadata): 2851 """Sets the tool_tip_metadata of this Email. 2852 2853 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 2854 2855 :param tool_tip_metadata: The tool_tip_metadata of this Email. # noqa: E501 2856 :type: PropertyMetadata 2857 """ 2858 2859 self._tool_tip_metadata = tool_tip_metadata 2860 2861 @property 2862 def underline(self): 2863 """Gets the underline of this Email. # noqa: E501 2864 2865 When set to **true**, the information in the tab is underlined. # noqa: E501 2866 2867 :return: The underline of this Email. # noqa: E501 2868 :rtype: str 2869 """ 2870 return self._underline 2871 2872 @underline.setter 2873 def underline(self, underline): 2874 """Sets the underline of this Email. 2875 2876 When set to **true**, the information in the tab is underlined. # noqa: E501 2877 2878 :param underline: The underline of this Email. # noqa: E501 2879 :type: str 2880 """ 2881 2882 self._underline = underline 2883 2884 @property 2885 def underline_metadata(self): 2886 """Gets the underline_metadata of this Email. # noqa: E501 2887 2888 Metadata that indicates whether the `underline` property is editable. # noqa: E501 2889 2890 :return: The underline_metadata of this Email. # noqa: E501 2891 :rtype: PropertyMetadata 2892 """ 2893 return self._underline_metadata 2894 2895 @underline_metadata.setter 2896 def underline_metadata(self, underline_metadata): 2897 """Sets the underline_metadata of this Email. 2898 2899 Metadata that indicates whether the `underline` property is editable. # noqa: E501 2900 2901 :param underline_metadata: The underline_metadata of this Email. # noqa: E501 2902 :type: PropertyMetadata 2903 """ 2904 2905 self._underline_metadata = underline_metadata 2906 2907 @property 2908 def validation_message(self): 2909 """Gets the validation_message of this Email. # noqa: E501 2910 2911 The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 2912 2913 :return: The validation_message of this Email. # noqa: E501 2914 :rtype: str 2915 """ 2916 return self._validation_message 2917 2918 @validation_message.setter 2919 def validation_message(self, validation_message): 2920 """Sets the validation_message of this Email. 2921 2922 The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 2923 2924 :param validation_message: The validation_message of this Email. # noqa: E501 2925 :type: str 2926 """ 2927 2928 self._validation_message = validation_message 2929 2930 @property 2931 def validation_message_metadata(self): 2932 """Gets the validation_message_metadata of this Email. # noqa: E501 2933 2934 Metadata that indicates whether the `validationMessage` property is editable. # noqa: E501 2935 2936 :return: The validation_message_metadata of this Email. # noqa: E501 2937 :rtype: PropertyMetadata 2938 """ 2939 return self._validation_message_metadata 2940 2941 @validation_message_metadata.setter 2942 def validation_message_metadata(self, validation_message_metadata): 2943 """Sets the validation_message_metadata of this Email. 2944 2945 Metadata that indicates whether the `validationMessage` property is editable. # noqa: E501 2946 2947 :param validation_message_metadata: The validation_message_metadata of this Email. # noqa: E501 2948 :type: PropertyMetadata 2949 """ 2950 2951 self._validation_message_metadata = validation_message_metadata 2952 2953 @property 2954 def validation_pattern(self): 2955 """Gets the validation_pattern of this Email. # noqa: E501 2956 2957 A regular expression used to validate input for the tab. # noqa: E501 2958 2959 :return: The validation_pattern of this Email. # noqa: E501 2960 :rtype: str 2961 """ 2962 return self._validation_pattern 2963 2964 @validation_pattern.setter 2965 def validation_pattern(self, validation_pattern): 2966 """Sets the validation_pattern of this Email. 2967 2968 A regular expression used to validate input for the tab. # noqa: E501 2969 2970 :param validation_pattern: The validation_pattern of this Email. # noqa: E501 2971 :type: str 2972 """ 2973 2974 self._validation_pattern = validation_pattern 2975 2976 @property 2977 def validation_pattern_metadata(self): 2978 """Gets the validation_pattern_metadata of this Email. # noqa: E501 2979 2980 Metadata that indicates whether the `validationPattern` property is editable. # noqa: E501 2981 2982 :return: The validation_pattern_metadata of this Email. # noqa: E501 2983 :rtype: PropertyMetadata 2984 """ 2985 return self._validation_pattern_metadata 2986 2987 @validation_pattern_metadata.setter 2988 def validation_pattern_metadata(self, validation_pattern_metadata): 2989 """Sets the validation_pattern_metadata of this Email. 2990 2991 Metadata that indicates whether the `validationPattern` property is editable. # noqa: E501 2992 2993 :param validation_pattern_metadata: The validation_pattern_metadata of this Email. # noqa: E501 2994 :type: PropertyMetadata 2995 """ 2996 2997 self._validation_pattern_metadata = validation_pattern_metadata 2998 2999 @property 3000 def value(self): 3001 """Gets the value of this Email. # noqa: E501 3002 3003 Specifies the value of the tab. # noqa: E501 3004 3005 :return: The value of this Email. # noqa: E501 3006 :rtype: str 3007 """ 3008 return self._value 3009 3010 @value.setter 3011 def value(self, value): 3012 """Sets the value of this Email. 3013 3014 Specifies the value of the tab. # noqa: E501 3015 3016 :param value: The value of this Email. # noqa: E501 3017 :type: str 3018 """ 3019 3020 self._value = value 3021 3022 @property 3023 def value_metadata(self): 3024 """Gets the value_metadata of this Email. # noqa: E501 3025 3026 Metadata that indicates whether the `value` property is editable. # noqa: E501 3027 3028 :return: The value_metadata of this Email. # noqa: E501 3029 :rtype: PropertyMetadata 3030 """ 3031 return self._value_metadata 3032 3033 @value_metadata.setter 3034 def value_metadata(self, value_metadata): 3035 """Sets the value_metadata of this Email. 3036 3037 Metadata that indicates whether the `value` property is editable. # noqa: E501 3038 3039 :param value_metadata: The value_metadata of this Email. # noqa: E501 3040 :type: PropertyMetadata 3041 """ 3042 3043 self._value_metadata = value_metadata 3044 3045 @property 3046 def width(self): 3047 """Gets the width of this Email. # noqa: E501 3048 3049 Width of the tab in pixels. # noqa: E501 3050 3051 :return: The width of this Email. # noqa: E501 3052 :rtype: str 3053 """ 3054 return self._width 3055 3056 @width.setter 3057 def width(self, width): 3058 """Sets the width of this Email. 3059 3060 Width of the tab in pixels. # noqa: E501 3061 3062 :param width: The width of this Email. # noqa: E501 3063 :type: str 3064 """ 3065 3066 self._width = width 3067 3068 @property 3069 def width_metadata(self): 3070 """Gets the width_metadata of this Email. # noqa: E501 3071 3072 Metadata that indicates whether the `width` property is editable. # noqa: E501 3073 3074 :return: The width_metadata of this Email. # noqa: E501 3075 :rtype: PropertyMetadata 3076 """ 3077 return self._width_metadata 3078 3079 @width_metadata.setter 3080 def width_metadata(self, width_metadata): 3081 """Sets the width_metadata of this Email. 3082 3083 Metadata that indicates whether the `width` property is editable. # noqa: E501 3084 3085 :param width_metadata: The width_metadata of this Email. # noqa: E501 3086 :type: PropertyMetadata 3087 """ 3088 3089 self._width_metadata = width_metadata 3090 3091 @property 3092 def x_position(self): 3093 """Gets the x_position of this Email. # noqa: E501 3094 3095 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3096 3097 :return: The x_position of this Email. # noqa: E501 3098 :rtype: str 3099 """ 3100 return self._x_position 3101 3102 @x_position.setter 3103 def x_position(self, x_position): 3104 """Sets the x_position of this Email. 3105 3106 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3107 3108 :param x_position: The x_position of this Email. # noqa: E501 3109 :type: str 3110 """ 3111 3112 self._x_position = x_position 3113 3114 @property 3115 def x_position_metadata(self): 3116 """Gets the x_position_metadata of this Email. # noqa: E501 3117 3118 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 3119 3120 :return: The x_position_metadata of this Email. # noqa: E501 3121 :rtype: PropertyMetadata 3122 """ 3123 return self._x_position_metadata 3124 3125 @x_position_metadata.setter 3126 def x_position_metadata(self, x_position_metadata): 3127 """Sets the x_position_metadata of this Email. 3128 3129 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 3130 3131 :param x_position_metadata: The x_position_metadata of this Email. # noqa: E501 3132 :type: PropertyMetadata 3133 """ 3134 3135 self._x_position_metadata = x_position_metadata 3136 3137 @property 3138 def y_position(self): 3139 """Gets the y_position of this Email. # noqa: E501 3140 3141 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3142 3143 :return: The y_position of this Email. # noqa: E501 3144 :rtype: str 3145 """ 3146 return self._y_position 3147 3148 @y_position.setter 3149 def y_position(self, y_position): 3150 """Sets the y_position of this Email. 3151 3152 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3153 3154 :param y_position: The y_position of this Email. # noqa: E501 3155 :type: str 3156 """ 3157 3158 self._y_position = y_position 3159 3160 @property 3161 def y_position_metadata(self): 3162 """Gets the y_position_metadata of this Email. # noqa: E501 3163 3164 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 3165 3166 :return: The y_position_metadata of this Email. # noqa: E501 3167 :rtype: PropertyMetadata 3168 """ 3169 return self._y_position_metadata 3170 3171 @y_position_metadata.setter 3172 def y_position_metadata(self, y_position_metadata): 3173 """Sets the y_position_metadata of this Email. 3174 3175 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 3176 3177 :param y_position_metadata: The y_position_metadata of this Email. # noqa: E501 3178 :type: PropertyMetadata 3179 """ 3180 3181 self._y_position_metadata = y_position_metadata 3182 3183 def to_dict(self): 3184 """Returns the model properties as a dict""" 3185 result = {} 3186 3187 for attr, _ in six.iteritems(self.swagger_types): 3188 value = getattr(self, attr) 3189 if isinstance(value, list): 3190 result[attr] = list(map( 3191 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 3192 value 3193 )) 3194 elif hasattr(value, "to_dict"): 3195 result[attr] = value.to_dict() 3196 elif isinstance(value, dict): 3197 result[attr] = dict(map( 3198 lambda item: (item[0], item[1].to_dict()) 3199 if hasattr(item[1], "to_dict") else item, 3200 value.items() 3201 )) 3202 else: 3203 result[attr] = value 3204 if issubclass(Email, dict): 3205 for key, value in self.items(): 3206 result[key] = value 3207 3208 return result 3209 3210 def to_str(self): 3211 """Returns the string representation of the model""" 3212 return pprint.pformat(self.to_dict()) 3213 3214 def __repr__(self): 3215 """For `print` and `pprint`""" 3216 return self.to_str() 3217 3218 def __eq__(self, other): 3219 """Returns true if both objects are equal""" 3220 if not isinstance(other, Email): 3221 return False 3222 3223 return self.to_dict() == other.to_dict() 3224 3225 def __ne__(self, other): 3226 """Returns true if both objects are not equal""" 3227 if not isinstance(other, Email): 3228 return True 3229 3230 return self.to_dict() != other.to_dict()
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
274 def __init__(self, _configuration=None, **kwargs): # noqa: E501 275 """Email - a model defined in Swagger""" # noqa: E501 276 if _configuration is None: 277 _configuration = Configuration() 278 self._configuration = _configuration 279 280 self._anchor_allow_white_space_in_characters = None 281 self._anchor_allow_white_space_in_characters_metadata = None 282 self._anchor_case_sensitive = None 283 self._anchor_case_sensitive_metadata = None 284 self._anchor_horizontal_alignment = None 285 self._anchor_horizontal_alignment_metadata = None 286 self._anchor_ignore_if_not_present = None 287 self._anchor_ignore_if_not_present_metadata = None 288 self._anchor_match_whole_word = None 289 self._anchor_match_whole_word_metadata = None 290 self._anchor_string = None 291 self._anchor_string_metadata = None 292 self._anchor_tab_processor_version = None 293 self._anchor_tab_processor_version_metadata = None 294 self._anchor_units = None 295 self._anchor_units_metadata = None 296 self._anchor_x_offset = None 297 self._anchor_x_offset_metadata = None 298 self._anchor_y_offset = None 299 self._anchor_y_offset_metadata = None 300 self._bold = None 301 self._bold_metadata = None 302 self._caption = None 303 self._caption_metadata = None 304 self._conceal_value_on_document = None 305 self._conceal_value_on_document_metadata = None 306 self._conditional_parent_label = None 307 self._conditional_parent_label_metadata = None 308 self._conditional_parent_value = None 309 self._conditional_parent_value_metadata = None 310 self._custom_tab_id = None 311 self._custom_tab_id_metadata = None 312 self._disable_auto_size = None 313 self._disable_auto_size_metadata = None 314 self._document_id = None 315 self._document_id_metadata = None 316 self._error_details = None 317 self._font = None 318 self._font_color = None 319 self._font_color_metadata = None 320 self._font_metadata = None 321 self._font_size = None 322 self._font_size_metadata = None 323 self._form_order = None 324 self._form_order_metadata = None 325 self._form_page_label = None 326 self._form_page_label_metadata = None 327 self._form_page_number = None 328 self._form_page_number_metadata = None 329 self._height = None 330 self._height_metadata = None 331 self._italic = None 332 self._italic_metadata = None 333 self._locale_policy = None 334 self._locked = None 335 self._locked_metadata = None 336 self._max_length = None 337 self._max_length_metadata = None 338 self._merge_field = None 339 self._merge_field_xml = None 340 self._name = None 341 self._name_metadata = None 342 self._original_value = None 343 self._original_value_metadata = None 344 self._page_number = None 345 self._page_number_metadata = None 346 self._recipient_id = None 347 self._recipient_id_guid = None 348 self._recipient_id_guid_metadata = None 349 self._recipient_id_metadata = None 350 self._require_all = None 351 self._require_all_metadata = None 352 self._required = None 353 self._required_metadata = None 354 self._require_initial_on_shared_change = None 355 self._require_initial_on_shared_change_metadata = None 356 self._sender_required = None 357 self._sender_required_metadata = None 358 self._shared = None 359 self._shared_metadata = None 360 self._share_to_recipients = None 361 self._share_to_recipients_metadata = None 362 self._smart_contract_information = None 363 self._source = None 364 self._status = None 365 self._status_metadata = None 366 self._tab_group_labels = None 367 self._tab_group_labels_metadata = None 368 self._tab_id = None 369 self._tab_id_metadata = None 370 self._tab_label = None 371 self._tab_label_metadata = None 372 self._tab_order = None 373 self._tab_order_metadata = None 374 self._tab_type = None 375 self._tab_type_metadata = None 376 self._template_locked = None 377 self._template_locked_metadata = None 378 self._template_required = None 379 self._template_required_metadata = None 380 self._tooltip = None 381 self._tool_tip_metadata = None 382 self._underline = None 383 self._underline_metadata = None 384 self._validation_message = None 385 self._validation_message_metadata = None 386 self._validation_pattern = None 387 self._validation_pattern_metadata = None 388 self._value = None 389 self._value_metadata = None 390 self._width = None 391 self._width_metadata = None 392 self._x_position = None 393 self._x_position_metadata = None 394 self._y_position = None 395 self._y_position_metadata = None 396 self.discriminator = None 397 398 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 399 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 400 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 401 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 402 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 403 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 404 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 405 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 406 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 407 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 408 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 409 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 410 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 411 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 412 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 413 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 414 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 415 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 416 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 417 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 418 setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) 419 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) 420 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 421 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 422 setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) 423 setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) 424 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 425 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 426 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 427 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 428 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 429 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 430 setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None)) 431 setattr(self, "_{}".format('disable_auto_size_metadata'), kwargs.get('disable_auto_size_metadata', None)) 432 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 433 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 434 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 435 setattr(self, "_{}".format('font'), kwargs.get('font', None)) 436 setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None)) 437 setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None)) 438 setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None)) 439 setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None)) 440 setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None)) 441 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 442 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 443 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 444 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 445 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 446 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 447 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 448 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 449 setattr(self, "_{}".format('italic'), kwargs.get('italic', None)) 450 setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None)) 451 setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None)) 452 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 453 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 454 setattr(self, "_{}".format('max_length'), kwargs.get('max_length', None)) 455 setattr(self, "_{}".format('max_length_metadata'), kwargs.get('max_length_metadata', None)) 456 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 457 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 458 setattr(self, "_{}".format('name'), kwargs.get('name', None)) 459 setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None)) 460 setattr(self, "_{}".format('original_value'), kwargs.get('original_value', None)) 461 setattr(self, "_{}".format('original_value_metadata'), kwargs.get('original_value_metadata', None)) 462 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 463 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 464 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 465 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 466 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 467 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 468 setattr(self, "_{}".format('require_all'), kwargs.get('require_all', None)) 469 setattr(self, "_{}".format('require_all_metadata'), kwargs.get('require_all_metadata', None)) 470 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 471 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 472 setattr(self, "_{}".format('require_initial_on_shared_change'), kwargs.get('require_initial_on_shared_change', None)) 473 setattr(self, "_{}".format('require_initial_on_shared_change_metadata'), kwargs.get('require_initial_on_shared_change_metadata', None)) 474 setattr(self, "_{}".format('sender_required'), kwargs.get('sender_required', None)) 475 setattr(self, "_{}".format('sender_required_metadata'), kwargs.get('sender_required_metadata', None)) 476 setattr(self, "_{}".format('shared'), kwargs.get('shared', None)) 477 setattr(self, "_{}".format('shared_metadata'), kwargs.get('shared_metadata', None)) 478 setattr(self, "_{}".format('share_to_recipients'), kwargs.get('share_to_recipients', None)) 479 setattr(self, "_{}".format('share_to_recipients_metadata'), kwargs.get('share_to_recipients_metadata', None)) 480 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 481 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 482 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 483 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 484 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 485 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 486 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 487 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 488 setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None)) 489 setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None)) 490 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 491 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 492 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 493 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 494 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 495 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 496 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 497 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 498 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 499 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 500 setattr(self, "_{}".format('underline'), kwargs.get('underline', None)) 501 setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None)) 502 setattr(self, "_{}".format('validation_message'), kwargs.get('validation_message', None)) 503 setattr(self, "_{}".format('validation_message_metadata'), kwargs.get('validation_message_metadata', None)) 504 setattr(self, "_{}".format('validation_pattern'), kwargs.get('validation_pattern', None)) 505 setattr(self, "_{}".format('validation_pattern_metadata'), kwargs.get('validation_pattern_metadata', None)) 506 setattr(self, "_{}".format('value'), kwargs.get('value', None)) 507 setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None)) 508 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 509 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 510 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 511 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 512 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 513 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None))
Email - a model defined in Swagger
Gets the anchor_allow_white_space_in_characters of this Email. # noqa: E501
# noqa: E501
Returns
The anchor_allow_white_space_in_characters of this Email. # noqa: E501
Gets the anchor_allow_white_space_in_characters_metadata of this Email. # noqa: E501
Metadata that indicates whether the anchorAllowWhiteSpaceInCharacters
property is editable. # noqa: E501
Returns
The anchor_allow_white_space_in_characters_metadata of this Email. # noqa: E501
Gets the anchor_case_sensitive of this Email. # noqa: E501
When set to true, the anchor string does not consider case when matching strings in the document. The default value is true. # noqa: E501
Returns
The anchor_case_sensitive of this Email. # noqa: E501
Gets the anchor_case_sensitive_metadata of this Email. # noqa: E501
Metadata that indicates whether the anchorCaseSensitive
property is editable. # noqa: E501
Returns
The anchor_case_sensitive_metadata of this Email. # noqa: E501
Gets the anchor_horizontal_alignment of this Email. # noqa: E501
Specifies the alignment of anchor tabs with anchor strings. Possible values are left or right. The default value is left. # noqa: E501
Returns
The anchor_horizontal_alignment of this Email. # noqa: E501
Gets the anchor_horizontal_alignment_metadata of this Email. # noqa: E501
Metadata that indicates whether the anchorHorizontalAlignment
property is editable. # noqa: E501
Returns
The anchor_horizontal_alignment_metadata of this Email. # noqa: E501
Gets the anchor_ignore_if_not_present of this Email. # noqa: E501
When set to true, this tab is ignored if anchorString is not found in the document. # noqa: E501
Returns
The anchor_ignore_if_not_present of this Email. # noqa: E501
Gets the anchor_ignore_if_not_present_metadata of this Email. # noqa: E501
Metadata that indicates whether the anchorIgnoreIfNotPresent
property is editable. # noqa: E501
Returns
The anchor_ignore_if_not_present_metadata of this Email. # noqa: E501
Gets the anchor_match_whole_word of this Email. # noqa: E501
When set to true, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is true. # noqa: E501
Returns
The anchor_match_whole_word of this Email. # noqa: E501
Gets the anchor_match_whole_word_metadata of this Email. # noqa: E501
Metadata that indicates whether the anchorMatchWholeWord
property is editable. # noqa: E501
Returns
The anchor_match_whole_word_metadata of this Email. # noqa: E501
Gets the anchor_string of this Email. # noqa: E501
Anchor text information for a radio button. # noqa: E501
Returns
The anchor_string of this Email. # noqa: E501
Gets the anchor_string_metadata of this Email. # noqa: E501
Metadata that indicates whether the anchorString
property is editable. # noqa: E501
Returns
The anchor_string_metadata of this Email. # noqa: E501
Gets the anchor_tab_processor_version of this Email. # noqa: E501
# noqa: E501
Returns
The anchor_tab_processor_version of this Email. # noqa: E501
Gets the anchor_tab_processor_version_metadata of this Email. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The anchor_tab_processor_version_metadata of this Email. # noqa: E501
Gets the anchor_units of this Email. # noqa: E501
Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501
Returns
The anchor_units of this Email. # noqa: E501
Gets the anchor_units_metadata of this Email. # noqa: E501
Metadata that indicates whether the anchorUnits
property is editable. # noqa: E501
Returns
The anchor_units_metadata of this Email. # noqa: E501
Gets the anchor_x_offset of this Email. # noqa: E501
Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501
Returns
The anchor_x_offset of this Email. # noqa: E501
Gets the anchor_x_offset_metadata of this Email. # noqa: E501
Metadata that indicates whether the anchorXOffset
property is editable. # noqa: E501
Returns
The anchor_x_offset_metadata of this Email. # noqa: E501
Gets the anchor_y_offset of this Email. # noqa: E501
Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501
Returns
The anchor_y_offset of this Email. # noqa: E501
Gets the anchor_y_offset_metadata of this Email. # noqa: E501
Metadata that indicates whether the anchorYOffset
property is editable. # noqa: E501
Returns
The anchor_y_offset_metadata of this Email. # noqa: E501
Gets the bold of this Email. # noqa: E501
When set to true, the information in the tab is bold. # noqa: E501
Returns
The bold of this Email. # noqa: E501
Gets the bold_metadata of this Email. # noqa: E501
Metadata that indicates whether the bold
property is editable. # noqa: E501
Returns
The bold_metadata of this Email. # noqa: E501
Gets the conceal_value_on_document of this Email. # noqa: E501
When set to true, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501
Returns
The conceal_value_on_document of this Email. # noqa: E501
Gets the conceal_value_on_document_metadata of this Email. # noqa: E501
Metadata that indicates whether the concealValueOnDocument
property is editable. # noqa: E501
Returns
The conceal_value_on_document_metadata of this Email. # noqa: E501
Gets the conditional_parent_label of this Email. # noqa: E501
For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501
Returns
The conditional_parent_label of this Email. # noqa: E501
Gets the conditional_parent_label_metadata of this Email. # noqa: E501
Metadata that indicates whether the conditionalParentLabel
property is editable. # noqa: E501
Returns
The conditional_parent_label_metadata of this Email. # noqa: E501
Gets the conditional_parent_value of this Email. # noqa: E501
For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use "on" as the value to show that the parent tab is active. # noqa: E501
Returns
The conditional_parent_value of this Email. # noqa: E501
Gets the conditional_parent_value_metadata of this Email. # noqa: E501
Metadata that indicates whether the conditionalParentValue
property is editable. # noqa: E501
Returns
The conditional_parent_value_metadata of this Email. # noqa: E501
Gets the custom_tab_id of this Email. # noqa: E501
The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501
Returns
The custom_tab_id of this Email. # noqa: E501
Gets the custom_tab_id_metadata of this Email. # noqa: E501
Metadata that indicates whether the customTabId
property is editable. # noqa: E501
Returns
The custom_tab_id_metadata of this Email. # noqa: E501
Gets the disable_auto_size of this Email. # noqa: E501
When set to true, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501
Returns
The disable_auto_size of this Email. # noqa: E501
Gets the disable_auto_size_metadata of this Email. # noqa: E501
Metadata that indicates whether the disableAutoSize
property is editable. # noqa: E501
Returns
The disable_auto_size_metadata of this Email. # noqa: E501
Gets the document_id of this Email. # noqa: E501
Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501
Returns
The document_id of this Email. # noqa: E501
Gets the document_id_metadata of this Email. # noqa: E501
Metadata that indicates whether the documentId
property is editable. # noqa: E501
Returns
The document_id_metadata of this Email. # noqa: E501
Gets the error_details of this Email. # noqa: E501
Array or errors. # noqa: E501
Returns
The error_details of this Email. # noqa: E501
Gets the font of this Email. # noqa: E501
The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501
Returns
The font of this Email. # noqa: E501
Gets the font_color of this Email. # noqa: E501
The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501
Returns
The font_color of this Email. # noqa: E501
Gets the font_color_metadata of this Email. # noqa: E501
Metadata that indicates whether the fontColor
property is editable. # noqa: E501
Returns
The font_color_metadata of this Email. # noqa: E501
Gets the font_metadata of this Email. # noqa: E501
Metadata that indicates whether the font
property is editable. # noqa: E501
Returns
The font_metadata of this Email. # noqa: E501
Gets the font_size of this Email. # noqa: E501
The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501
Returns
The font_size of this Email. # noqa: E501
Gets the font_size_metadata of this Email. # noqa: E501
Metadata that indicates whether the fontSize
property is editable. # noqa: E501
Returns
The font_size_metadata of this Email. # noqa: E501
Gets the form_order of this Email. # noqa: E501
# noqa: E501
Returns
The form_order of this Email. # noqa: E501
Gets the form_order_metadata of this Email. # noqa: E501
Metadata that indicates whether the formOrder
property is editable. # noqa: E501
Returns
The form_order_metadata of this Email. # noqa: E501
Gets the form_page_label of this Email. # noqa: E501
# noqa: E501
Returns
The form_page_label of this Email. # noqa: E501
Gets the form_page_label_metadata of this Email. # noqa: E501
Metadata that indicates whether the formPageLabel
property is editable. # noqa: E501
Returns
The form_page_label_metadata of this Email. # noqa: E501
Gets the form_page_number of this Email. # noqa: E501
# noqa: E501
Returns
The form_page_number of this Email. # noqa: E501
Gets the form_page_number_metadata of this Email. # noqa: E501
Metadata that indicates whether the fromPageNumber
property is editable. # noqa: E501
Returns
The form_page_number_metadata of this Email. # noqa: E501
Gets the height of this Email. # noqa: E501
Height of the tab in pixels. # noqa: E501
Returns
The height of this Email. # noqa: E501
Gets the height_metadata of this Email. # noqa: E501
Metadata that indicates whether the height
property is editable. # noqa: E501
Returns
The height_metadata of this Email. # noqa: E501
Gets the italic of this Email. # noqa: E501
When set to true, the information in the tab is italic. # noqa: E501
Returns
The italic of this Email. # noqa: E501
Gets the italic_metadata of this Email. # noqa: E501
Metadata that indicates whether the italic
property is editable. # noqa: E501
Returns
The italic_metadata of this Email. # noqa: E501
Gets the locale_policy of this Email. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The locale_policy of this Email. # noqa: E501
Gets the locked of this Email. # noqa: E501
When set to true, the signer cannot change the data of the custom tab. # noqa: E501
Returns
The locked of this Email. # noqa: E501
Gets the locked_metadata of this Email. # noqa: E501
Metadata that indicates whether the locked
property is editable. # noqa: E501
Returns
The locked_metadata of this Email. # noqa: E501
Gets the max_length of this Email. # noqa: E501
An optional value that describes the maximum length of the property when the property is a string. # noqa: E501
Returns
The max_length of this Email. # noqa: E501
Gets the max_length_metadata of this Email. # noqa: E501
Metadata that indicates whether the maxLength
property is editable. # noqa: E501
Returns
The max_length_metadata of this Email. # noqa: E501
Gets the merge_field of this Email. # noqa: E501
Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501
Returns
The merge_field of this Email. # noqa: E501
Gets the merge_field_xml of this Email. # noqa: E501
# noqa: E501
Returns
The merge_field_xml of this Email. # noqa: E501
Gets the name of this Email. # noqa: E501
# noqa: E501
Returns
The name of this Email. # noqa: E501
Gets the name_metadata of this Email. # noqa: E501
Metadata that indicates whether the name
property is editable. This property is read-only. # noqa: E501
Returns
The name_metadata of this Email. # noqa: E501
Gets the original_value of this Email. # noqa: E501
The initial value of the tab when it was sent to the recipient. # noqa: E501
Returns
The original_value of this Email. # noqa: E501
Gets the original_value_metadata of this Email. # noqa: E501
Metadata that indicates whether the originalValue
property is editable. # noqa: E501
Returns
The original_value_metadata of this Email. # noqa: E501
Gets the page_number of this Email. # noqa: E501
Specifies the page number on which the tab is located. # noqa: E501
Returns
The page_number of this Email. # noqa: E501
Gets the page_number_metadata of this Email. # noqa: E501
Metadata that indicates whether the pageNumber
property is editable. # noqa: E501
Returns
The page_number_metadata of this Email. # noqa: E501
Gets the recipient_id of this Email. # noqa: E501
Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501
Returns
The recipient_id of this Email. # noqa: E501
Gets the recipient_id_guid of this Email. # noqa: E501
# noqa: E501
Returns
The recipient_id_guid of this Email. # noqa: E501
Gets the recipient_id_guid_metadata of this Email. # noqa: E501
Metadata that indicates whether the recipientIdGuid
property is editable. # noqa: E501
Returns
The recipient_id_guid_metadata of this Email. # noqa: E501
Gets the recipient_id_metadata of this Email. # noqa: E501
Metadata that indicates whether the recipientId
property is editable. # noqa: E501
Returns
The recipient_id_metadata of this Email. # noqa: E501
Gets the require_all of this Email. # noqa: E501
When set to true and shared is true, information must be entered in this field to complete the envelope. # noqa: E501
Returns
The require_all of this Email. # noqa: E501
Gets the require_all_metadata of this Email. # noqa: E501
Metadata that indicates whether the requireAll
property is editable. # noqa: E501
Returns
The require_all_metadata of this Email. # noqa: E501
Gets the required of this Email. # noqa: E501
When set to true, the signer is required to fill out this tab # noqa: E501
Returns
The required of this Email. # noqa: E501
Gets the required_metadata of this Email. # noqa: E501
Metadata that indicates whether the required
property is editable. # noqa: E501
Returns
The required_metadata of this Email. # noqa: E501
Gets the sender_required of this Email. # noqa: E501
When set to true, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a senderRequired
value of true cannot be deleted from an envelope. # noqa: E501
Returns
The sender_required of this Email. # noqa: E501
Gets the sender_required_metadata of this Email. # noqa: E501
Metadata that indicates whether the senderRequired
property is editable. # noqa: E501
Returns
The sender_required_metadata of this Email. # noqa: E501
Gets the smart_contract_information of this Email. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The smart_contract_information of this Email. # noqa: E501
Gets the source of this Email. # noqa: E501
# noqa: E501
Returns
The source of this Email. # noqa: E501
Gets the status of this Email. # noqa: E501
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501
Returns
The status of this Email. # noqa: E501
Gets the status_metadata of this Email. # noqa: E501
Metadata that indicates whether the status
property is editable. # noqa: E501
Returns
The status_metadata of this Email. # noqa: E501
Gets the tab_group_labels of this Email. # noqa: E501
# noqa: E501
Returns
The tab_group_labels of this Email. # noqa: E501
Gets the tab_group_labels_metadata of this Email. # noqa: E501
Metadata that indicates whether the tabGroupLabels
property is editable. # noqa: E501
Returns
The tab_group_labels_metadata of this Email. # noqa: E501
Gets the tab_id of this Email. # noqa: E501
The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501
Returns
The tab_id of this Email. # noqa: E501
Gets the tab_id_metadata of this Email. # noqa: E501
Metadata that indicates whether the tabId
property is editable. # noqa: E501
Returns
The tab_id_metadata of this Email. # noqa: E501
Gets the tab_label of this Email. # noqa: E501
The label string associated with the tab. # noqa: E501
Returns
The tab_label of this Email. # noqa: E501
Gets the tab_label_metadata of this Email. # noqa: E501
Metadata that indicates whether the tabLabel
property is editable. # noqa: E501
Returns
The tab_label_metadata of this Email. # noqa: E501
Gets the tab_order of this Email. # noqa: E501
# noqa: E501
Returns
The tab_order of this Email. # noqa: E501
Gets the tab_order_metadata of this Email. # noqa: E501
Metadata that indicates whether the tabOrder
property is editable. # noqa: E501
Returns
The tab_order_metadata of this Email. # noqa: E501
Gets the tab_type of this Email. # noqa: E501
# noqa: E501
Returns
The tab_type of this Email. # noqa: E501
Gets the tab_type_metadata of this Email. # noqa: E501
Metadata that indicates whether the tabType
property is editable. # noqa: E501
Returns
The tab_type_metadata of this Email. # noqa: E501
Gets the template_locked of this Email. # noqa: E501
When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501
Returns
The template_locked of this Email. # noqa: E501
Gets the template_locked_metadata of this Email. # noqa: E501
Metadata that indicates whether the templateLocked
property is editable. # noqa: E501
Returns
The template_locked_metadata of this Email. # noqa: E501
Gets the template_required of this Email. # noqa: E501
When set to true, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501
Returns
The template_required of this Email. # noqa: E501
Gets the template_required_metadata of this Email. # noqa: E501
Metadata that indicates whether the templateRequired
property is editable. # noqa: E501
Returns
The template_required_metadata of this Email. # noqa: E501
Gets the tooltip of this Email. # noqa: E501
# noqa: E501
Returns
The tooltip of this Email. # noqa: E501
Gets the tool_tip_metadata of this Email. # noqa: E501
Metadata that indicates whether the toolTip
property is editable. # noqa: E501
Returns
The tool_tip_metadata of this Email. # noqa: E501
Gets the underline of this Email. # noqa: E501
When set to true, the information in the tab is underlined. # noqa: E501
Returns
The underline of this Email. # noqa: E501
Gets the underline_metadata of this Email. # noqa: E501
Metadata that indicates whether the underline
property is editable. # noqa: E501
Returns
The underline_metadata of this Email. # noqa: E501
Gets the validation_message of this Email. # noqa: E501
The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501
Returns
The validation_message of this Email. # noqa: E501
Gets the validation_message_metadata of this Email. # noqa: E501
Metadata that indicates whether the validationMessage
property is editable. # noqa: E501
Returns
The validation_message_metadata of this Email. # noqa: E501
Gets the validation_pattern of this Email. # noqa: E501
A regular expression used to validate input for the tab. # noqa: E501
Returns
The validation_pattern of this Email. # noqa: E501
Gets the validation_pattern_metadata of this Email. # noqa: E501
Metadata that indicates whether the validationPattern
property is editable. # noqa: E501
Returns
The validation_pattern_metadata of this Email. # noqa: E501
Gets the value of this Email. # noqa: E501
Specifies the value of the tab. # noqa: E501
Returns
The value of this Email. # noqa: E501
Gets the value_metadata of this Email. # noqa: E501
Metadata that indicates whether the value
property is editable. # noqa: E501
Returns
The value_metadata of this Email. # noqa: E501
Gets the width of this Email. # noqa: E501
Width of the tab in pixels. # noqa: E501
Returns
The width of this Email. # noqa: E501
Gets the width_metadata of this Email. # noqa: E501
Metadata that indicates whether the width
property is editable. # noqa: E501
Returns
The width_metadata of this Email. # noqa: E501
Gets the x_position of this Email. # noqa: E501
This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501
Returns
The x_position of this Email. # noqa: E501
Gets the x_position_metadata of this Email. # noqa: E501
Metadata that indicates whether the xPosition
property is editable. # noqa: E501
Returns
The x_position_metadata of this Email. # noqa: E501
Gets the y_position of this Email. # noqa: E501
This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501
Returns
The y_position of this Email. # noqa: E501
Gets the y_position_metadata of this Email. # noqa: E501
Metadata that indicates whether the yPosition
property is editable. # noqa: E501
Returns
The y_position_metadata of this Email. # noqa: E501
3183 def to_dict(self): 3184 """Returns the model properties as a dict""" 3185 result = {} 3186 3187 for attr, _ in six.iteritems(self.swagger_types): 3188 value = getattr(self, attr) 3189 if isinstance(value, list): 3190 result[attr] = list(map( 3191 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 3192 value 3193 )) 3194 elif hasattr(value, "to_dict"): 3195 result[attr] = value.to_dict() 3196 elif isinstance(value, dict): 3197 result[attr] = dict(map( 3198 lambda item: (item[0], item[1].to_dict()) 3199 if hasattr(item[1], "to_dict") else item, 3200 value.items() 3201 )) 3202 else: 3203 result[attr] = value 3204 if issubclass(Email, dict): 3205 for key, value in self.items(): 3206 result[key] = value 3207 3208 return result
Returns the model properties as a dict