docusign_esign.models.notarize
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 Notarize(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 'agreement_attribute': 'str', 37 'agreement_attribute_locked': 'str', 38 'anchor_allow_white_space_in_characters': 'str', 39 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', 40 'anchor_case_sensitive': 'str', 41 'anchor_case_sensitive_metadata': 'PropertyMetadata', 42 'anchor_horizontal_alignment': 'str', 43 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', 44 'anchor_ignore_if_not_present': 'str', 45 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', 46 'anchor_match_whole_word': 'str', 47 'anchor_match_whole_word_metadata': 'PropertyMetadata', 48 'anchor_string': 'str', 49 'anchor_string_metadata': 'PropertyMetadata', 50 'anchor_tab_processor_version': 'str', 51 'anchor_tab_processor_version_metadata': 'PropertyMetadata', 52 'anchor_units': 'str', 53 'anchor_units_metadata': 'PropertyMetadata', 54 'anchor_x_offset': 'str', 55 'anchor_x_offset_metadata': 'PropertyMetadata', 56 'anchor_y_offset': 'str', 57 'anchor_y_offset_metadata': 'PropertyMetadata', 58 'caption': 'str', 59 'caption_metadata': 'PropertyMetadata', 60 'conditional_parent_label': 'str', 61 'conditional_parent_label_metadata': 'PropertyMetadata', 62 'conditional_parent_value': 'str', 63 'conditional_parent_value_metadata': 'PropertyMetadata', 64 'connected_object_details': 'ConnectedObjectDetails', 65 'custom_tab_id': 'str', 66 'custom_tab_id_metadata': 'PropertyMetadata', 67 'document_id': 'str', 68 'document_id_metadata': 'PropertyMetadata', 69 'error_details': 'ErrorDetails', 70 'extension_data': 'ExtensionData', 71 'form_order': 'str', 72 'form_order_metadata': 'PropertyMetadata', 73 'form_page_label': 'str', 74 'form_page_label_metadata': 'PropertyMetadata', 75 'form_page_number': 'str', 76 'form_page_number_metadata': 'PropertyMetadata', 77 'height': 'str', 78 'height_metadata': 'PropertyMetadata', 79 'locked': 'str', 80 'locked_metadata': 'PropertyMetadata', 81 'merge_field': 'MergeField', 82 'merge_field_xml': 'str', 83 'page_number': 'str', 84 'page_number_metadata': 'PropertyMetadata', 85 'recipient_id': 'str', 86 'recipient_id_guid': 'str', 87 'recipient_id_guid_metadata': 'PropertyMetadata', 88 'recipient_id_metadata': 'PropertyMetadata', 89 'required': 'str', 90 'required_metadata': 'PropertyMetadata', 91 'smart_contract_information': 'SmartContractInformation', 92 'source': 'str', 93 'status': 'str', 94 'status_metadata': 'PropertyMetadata', 95 'tab_fully_qualified_path': 'str', 96 'tab_group_labels': 'list[str]', 97 'tab_group_labels_metadata': 'PropertyMetadata', 98 'tab_id': 'str', 99 'tab_id_metadata': 'PropertyMetadata', 100 'tab_order': 'str', 101 'tab_order_metadata': 'PropertyMetadata', 102 'tab_type': 'str', 103 'tab_type_metadata': 'PropertyMetadata', 104 'template_locked': 'str', 105 'template_locked_metadata': 'PropertyMetadata', 106 'template_required': 'str', 107 'template_required_metadata': 'PropertyMetadata', 108 'tooltip': 'str', 109 'tool_tip_metadata': 'PropertyMetadata', 110 'warning_details': 'ErrorDetails', 111 'width': 'str', 112 'width_metadata': 'PropertyMetadata', 113 'x_position': 'str', 114 'x_position_metadata': 'PropertyMetadata', 115 'y_position': 'str', 116 'y_position_metadata': 'PropertyMetadata' 117 } 118 119 attribute_map = { 120 'agreement_attribute': 'agreementAttribute', 121 'agreement_attribute_locked': 'agreementAttributeLocked', 122 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 123 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 124 'anchor_case_sensitive': 'anchorCaseSensitive', 125 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 126 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 127 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 128 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 129 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 130 'anchor_match_whole_word': 'anchorMatchWholeWord', 131 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 132 'anchor_string': 'anchorString', 133 'anchor_string_metadata': 'anchorStringMetadata', 134 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 135 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 136 'anchor_units': 'anchorUnits', 137 'anchor_units_metadata': 'anchorUnitsMetadata', 138 'anchor_x_offset': 'anchorXOffset', 139 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 140 'anchor_y_offset': 'anchorYOffset', 141 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 142 'caption': 'caption', 143 'caption_metadata': 'captionMetadata', 144 'conditional_parent_label': 'conditionalParentLabel', 145 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 146 'conditional_parent_value': 'conditionalParentValue', 147 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 148 'connected_object_details': 'connectedObjectDetails', 149 'custom_tab_id': 'customTabId', 150 'custom_tab_id_metadata': 'customTabIdMetadata', 151 'document_id': 'documentId', 152 'document_id_metadata': 'documentIdMetadata', 153 'error_details': 'errorDetails', 154 'extension_data': 'extensionData', 155 'form_order': 'formOrder', 156 'form_order_metadata': 'formOrderMetadata', 157 'form_page_label': 'formPageLabel', 158 'form_page_label_metadata': 'formPageLabelMetadata', 159 'form_page_number': 'formPageNumber', 160 'form_page_number_metadata': 'formPageNumberMetadata', 161 'height': 'height', 162 'height_metadata': 'heightMetadata', 163 'locked': 'locked', 164 'locked_metadata': 'lockedMetadata', 165 'merge_field': 'mergeField', 166 'merge_field_xml': 'mergeFieldXml', 167 'page_number': 'pageNumber', 168 'page_number_metadata': 'pageNumberMetadata', 169 'recipient_id': 'recipientId', 170 'recipient_id_guid': 'recipientIdGuid', 171 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', 172 'recipient_id_metadata': 'recipientIdMetadata', 173 'required': 'required', 174 'required_metadata': 'requiredMetadata', 175 'smart_contract_information': 'smartContractInformation', 176 'source': 'source', 177 'status': 'status', 178 'status_metadata': 'statusMetadata', 179 'tab_fully_qualified_path': 'tabFullyQualifiedPath', 180 'tab_group_labels': 'tabGroupLabels', 181 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 182 'tab_id': 'tabId', 183 'tab_id_metadata': 'tabIdMetadata', 184 'tab_order': 'tabOrder', 185 'tab_order_metadata': 'tabOrderMetadata', 186 'tab_type': 'tabType', 187 'tab_type_metadata': 'tabTypeMetadata', 188 'template_locked': 'templateLocked', 189 'template_locked_metadata': 'templateLockedMetadata', 190 'template_required': 'templateRequired', 191 'template_required_metadata': 'templateRequiredMetadata', 192 'tooltip': 'tooltip', 193 'tool_tip_metadata': 'toolTipMetadata', 194 'warning_details': 'warningDetails', 195 'width': 'width', 196 'width_metadata': 'widthMetadata', 197 'x_position': 'xPosition', 198 'x_position_metadata': 'xPositionMetadata', 199 'y_position': 'yPosition', 200 'y_position_metadata': 'yPositionMetadata' 201 } 202 203 def __init__(self, _configuration=None, **kwargs): # noqa: E501 204 """Notarize - a model defined in Swagger""" # noqa: E501 205 if _configuration is None: 206 _configuration = Configuration() 207 self._configuration = _configuration 208 209 self._agreement_attribute = None 210 self._agreement_attribute_locked = None 211 self._anchor_allow_white_space_in_characters = None 212 self._anchor_allow_white_space_in_characters_metadata = None 213 self._anchor_case_sensitive = None 214 self._anchor_case_sensitive_metadata = None 215 self._anchor_horizontal_alignment = None 216 self._anchor_horizontal_alignment_metadata = None 217 self._anchor_ignore_if_not_present = None 218 self._anchor_ignore_if_not_present_metadata = None 219 self._anchor_match_whole_word = None 220 self._anchor_match_whole_word_metadata = None 221 self._anchor_string = None 222 self._anchor_string_metadata = None 223 self._anchor_tab_processor_version = None 224 self._anchor_tab_processor_version_metadata = None 225 self._anchor_units = None 226 self._anchor_units_metadata = None 227 self._anchor_x_offset = None 228 self._anchor_x_offset_metadata = None 229 self._anchor_y_offset = None 230 self._anchor_y_offset_metadata = None 231 self._caption = None 232 self._caption_metadata = None 233 self._conditional_parent_label = None 234 self._conditional_parent_label_metadata = None 235 self._conditional_parent_value = None 236 self._conditional_parent_value_metadata = None 237 self._connected_object_details = None 238 self._custom_tab_id = None 239 self._custom_tab_id_metadata = None 240 self._document_id = None 241 self._document_id_metadata = None 242 self._error_details = None 243 self._extension_data = None 244 self._form_order = None 245 self._form_order_metadata = None 246 self._form_page_label = None 247 self._form_page_label_metadata = None 248 self._form_page_number = None 249 self._form_page_number_metadata = None 250 self._height = None 251 self._height_metadata = None 252 self._locked = None 253 self._locked_metadata = None 254 self._merge_field = None 255 self._merge_field_xml = None 256 self._page_number = None 257 self._page_number_metadata = None 258 self._recipient_id = None 259 self._recipient_id_guid = None 260 self._recipient_id_guid_metadata = None 261 self._recipient_id_metadata = None 262 self._required = None 263 self._required_metadata = None 264 self._smart_contract_information = None 265 self._source = None 266 self._status = None 267 self._status_metadata = None 268 self._tab_fully_qualified_path = None 269 self._tab_group_labels = None 270 self._tab_group_labels_metadata = None 271 self._tab_id = None 272 self._tab_id_metadata = None 273 self._tab_order = None 274 self._tab_order_metadata = None 275 self._tab_type = None 276 self._tab_type_metadata = None 277 self._template_locked = None 278 self._template_locked_metadata = None 279 self._template_required = None 280 self._template_required_metadata = None 281 self._tooltip = None 282 self._tool_tip_metadata = None 283 self._warning_details = None 284 self._width = None 285 self._width_metadata = None 286 self._x_position = None 287 self._x_position_metadata = None 288 self._y_position = None 289 self._y_position_metadata = None 290 self.discriminator = None 291 292 setattr(self, "_{}".format('agreement_attribute'), kwargs.get('agreement_attribute', None)) 293 setattr(self, "_{}".format('agreement_attribute_locked'), kwargs.get('agreement_attribute_locked', None)) 294 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 295 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 296 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 297 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 298 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 299 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 300 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 301 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 302 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 303 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 304 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 305 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 306 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 307 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 308 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 309 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 310 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 311 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 312 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 313 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 314 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 315 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 316 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 317 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 318 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 319 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 320 setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None)) 321 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 322 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 323 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 324 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 325 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 326 setattr(self, "_{}".format('extension_data'), kwargs.get('extension_data', None)) 327 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 328 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 329 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 330 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 331 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 332 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 333 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 334 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 335 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 336 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 337 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 338 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 339 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 340 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 341 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 342 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 343 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 344 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 345 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 346 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 347 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 348 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 349 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 350 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 351 setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None)) 352 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 353 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 354 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 355 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 356 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 357 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 358 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 359 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 360 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 361 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 362 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 363 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 364 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 365 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 366 setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None)) 367 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 368 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 369 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 370 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 371 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 372 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None)) 373 374 @property 375 def agreement_attribute(self): 376 """Gets the agreement_attribute of this Notarize. # noqa: E501 377 378 # noqa: E501 379 380 :return: The agreement_attribute of this Notarize. # noqa: E501 381 :rtype: str 382 """ 383 return self._agreement_attribute 384 385 @agreement_attribute.setter 386 def agreement_attribute(self, agreement_attribute): 387 """Sets the agreement_attribute of this Notarize. 388 389 # noqa: E501 390 391 :param agreement_attribute: The agreement_attribute of this Notarize. # noqa: E501 392 :type: str 393 """ 394 395 self._agreement_attribute = agreement_attribute 396 397 @property 398 def agreement_attribute_locked(self): 399 """Gets the agreement_attribute_locked of this Notarize. # noqa: E501 400 401 # noqa: E501 402 403 :return: The agreement_attribute_locked of this Notarize. # noqa: E501 404 :rtype: str 405 """ 406 return self._agreement_attribute_locked 407 408 @agreement_attribute_locked.setter 409 def agreement_attribute_locked(self, agreement_attribute_locked): 410 """Sets the agreement_attribute_locked of this Notarize. 411 412 # noqa: E501 413 414 :param agreement_attribute_locked: The agreement_attribute_locked of this Notarize. # noqa: E501 415 :type: str 416 """ 417 418 self._agreement_attribute_locked = agreement_attribute_locked 419 420 @property 421 def anchor_allow_white_space_in_characters(self): 422 """Gets the anchor_allow_white_space_in_characters of this Notarize. # noqa: E501 423 424 # noqa: E501 425 426 :return: The anchor_allow_white_space_in_characters of this Notarize. # noqa: E501 427 :rtype: str 428 """ 429 return self._anchor_allow_white_space_in_characters 430 431 @anchor_allow_white_space_in_characters.setter 432 def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): 433 """Sets the anchor_allow_white_space_in_characters of this Notarize. 434 435 # noqa: E501 436 437 :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Notarize. # noqa: E501 438 :type: str 439 """ 440 441 self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters 442 443 @property 444 def anchor_allow_white_space_in_characters_metadata(self): 445 """Gets the anchor_allow_white_space_in_characters_metadata of this Notarize. # noqa: E501 446 447 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 448 449 :return: The anchor_allow_white_space_in_characters_metadata of this Notarize. # noqa: E501 450 :rtype: PropertyMetadata 451 """ 452 return self._anchor_allow_white_space_in_characters_metadata 453 454 @anchor_allow_white_space_in_characters_metadata.setter 455 def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): 456 """Sets the anchor_allow_white_space_in_characters_metadata of this Notarize. 457 458 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 459 460 :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Notarize. # noqa: E501 461 :type: PropertyMetadata 462 """ 463 464 self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata 465 466 @property 467 def anchor_case_sensitive(self): 468 """Gets the anchor_case_sensitive of this Notarize. # noqa: E501 469 470 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 471 472 :return: The anchor_case_sensitive of this Notarize. # noqa: E501 473 :rtype: str 474 """ 475 return self._anchor_case_sensitive 476 477 @anchor_case_sensitive.setter 478 def anchor_case_sensitive(self, anchor_case_sensitive): 479 """Sets the anchor_case_sensitive of this Notarize. 480 481 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 482 483 :param anchor_case_sensitive: The anchor_case_sensitive of this Notarize. # noqa: E501 484 :type: str 485 """ 486 487 self._anchor_case_sensitive = anchor_case_sensitive 488 489 @property 490 def anchor_case_sensitive_metadata(self): 491 """Gets the anchor_case_sensitive_metadata of this Notarize. # noqa: E501 492 493 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 494 495 :return: The anchor_case_sensitive_metadata of this Notarize. # noqa: E501 496 :rtype: PropertyMetadata 497 """ 498 return self._anchor_case_sensitive_metadata 499 500 @anchor_case_sensitive_metadata.setter 501 def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): 502 """Sets the anchor_case_sensitive_metadata of this Notarize. 503 504 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 505 506 :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Notarize. # noqa: E501 507 :type: PropertyMetadata 508 """ 509 510 self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata 511 512 @property 513 def anchor_horizontal_alignment(self): 514 """Gets the anchor_horizontal_alignment of this Notarize. # noqa: E501 515 516 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 517 518 :return: The anchor_horizontal_alignment of this Notarize. # noqa: E501 519 :rtype: str 520 """ 521 return self._anchor_horizontal_alignment 522 523 @anchor_horizontal_alignment.setter 524 def anchor_horizontal_alignment(self, anchor_horizontal_alignment): 525 """Sets the anchor_horizontal_alignment of this Notarize. 526 527 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 528 529 :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Notarize. # noqa: E501 530 :type: str 531 """ 532 533 self._anchor_horizontal_alignment = anchor_horizontal_alignment 534 535 @property 536 def anchor_horizontal_alignment_metadata(self): 537 """Gets the anchor_horizontal_alignment_metadata of this Notarize. # noqa: E501 538 539 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 540 541 :return: The anchor_horizontal_alignment_metadata of this Notarize. # noqa: E501 542 :rtype: PropertyMetadata 543 """ 544 return self._anchor_horizontal_alignment_metadata 545 546 @anchor_horizontal_alignment_metadata.setter 547 def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): 548 """Sets the anchor_horizontal_alignment_metadata of this Notarize. 549 550 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 551 552 :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Notarize. # noqa: E501 553 :type: PropertyMetadata 554 """ 555 556 self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata 557 558 @property 559 def anchor_ignore_if_not_present(self): 560 """Gets the anchor_ignore_if_not_present of this Notarize. # noqa: E501 561 562 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 563 564 :return: The anchor_ignore_if_not_present of this Notarize. # noqa: E501 565 :rtype: str 566 """ 567 return self._anchor_ignore_if_not_present 568 569 @anchor_ignore_if_not_present.setter 570 def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): 571 """Sets the anchor_ignore_if_not_present of this Notarize. 572 573 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 574 575 :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Notarize. # noqa: E501 576 :type: str 577 """ 578 579 self._anchor_ignore_if_not_present = anchor_ignore_if_not_present 580 581 @property 582 def anchor_ignore_if_not_present_metadata(self): 583 """Gets the anchor_ignore_if_not_present_metadata of this Notarize. # noqa: E501 584 585 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 586 587 :return: The anchor_ignore_if_not_present_metadata of this Notarize. # noqa: E501 588 :rtype: PropertyMetadata 589 """ 590 return self._anchor_ignore_if_not_present_metadata 591 592 @anchor_ignore_if_not_present_metadata.setter 593 def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): 594 """Sets the anchor_ignore_if_not_present_metadata of this Notarize. 595 596 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 597 598 :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Notarize. # noqa: E501 599 :type: PropertyMetadata 600 """ 601 602 self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata 603 604 @property 605 def anchor_match_whole_word(self): 606 """Gets the anchor_match_whole_word of this Notarize. # noqa: E501 607 608 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 609 610 :return: The anchor_match_whole_word of this Notarize. # noqa: E501 611 :rtype: str 612 """ 613 return self._anchor_match_whole_word 614 615 @anchor_match_whole_word.setter 616 def anchor_match_whole_word(self, anchor_match_whole_word): 617 """Sets the anchor_match_whole_word of this Notarize. 618 619 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 620 621 :param anchor_match_whole_word: The anchor_match_whole_word of this Notarize. # noqa: E501 622 :type: str 623 """ 624 625 self._anchor_match_whole_word = anchor_match_whole_word 626 627 @property 628 def anchor_match_whole_word_metadata(self): 629 """Gets the anchor_match_whole_word_metadata of this Notarize. # noqa: E501 630 631 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 632 633 :return: The anchor_match_whole_word_metadata of this Notarize. # noqa: E501 634 :rtype: PropertyMetadata 635 """ 636 return self._anchor_match_whole_word_metadata 637 638 @anchor_match_whole_word_metadata.setter 639 def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): 640 """Sets the anchor_match_whole_word_metadata of this Notarize. 641 642 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 643 644 :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Notarize. # noqa: E501 645 :type: PropertyMetadata 646 """ 647 648 self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata 649 650 @property 651 def anchor_string(self): 652 """Gets the anchor_string of this Notarize. # noqa: E501 653 654 Anchor text information for a radio button. # noqa: E501 655 656 :return: The anchor_string of this Notarize. # noqa: E501 657 :rtype: str 658 """ 659 return self._anchor_string 660 661 @anchor_string.setter 662 def anchor_string(self, anchor_string): 663 """Sets the anchor_string of this Notarize. 664 665 Anchor text information for a radio button. # noqa: E501 666 667 :param anchor_string: The anchor_string of this Notarize. # noqa: E501 668 :type: str 669 """ 670 671 self._anchor_string = anchor_string 672 673 @property 674 def anchor_string_metadata(self): 675 """Gets the anchor_string_metadata of this Notarize. # noqa: E501 676 677 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 678 679 :return: The anchor_string_metadata of this Notarize. # noqa: E501 680 :rtype: PropertyMetadata 681 """ 682 return self._anchor_string_metadata 683 684 @anchor_string_metadata.setter 685 def anchor_string_metadata(self, anchor_string_metadata): 686 """Sets the anchor_string_metadata of this Notarize. 687 688 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 689 690 :param anchor_string_metadata: The anchor_string_metadata of this Notarize. # noqa: E501 691 :type: PropertyMetadata 692 """ 693 694 self._anchor_string_metadata = anchor_string_metadata 695 696 @property 697 def anchor_tab_processor_version(self): 698 """Gets the anchor_tab_processor_version of this Notarize. # noqa: E501 699 700 # noqa: E501 701 702 :return: The anchor_tab_processor_version of this Notarize. # noqa: E501 703 :rtype: str 704 """ 705 return self._anchor_tab_processor_version 706 707 @anchor_tab_processor_version.setter 708 def anchor_tab_processor_version(self, anchor_tab_processor_version): 709 """Sets the anchor_tab_processor_version of this Notarize. 710 711 # noqa: E501 712 713 :param anchor_tab_processor_version: The anchor_tab_processor_version of this Notarize. # noqa: E501 714 :type: str 715 """ 716 717 self._anchor_tab_processor_version = anchor_tab_processor_version 718 719 @property 720 def anchor_tab_processor_version_metadata(self): 721 """Gets the anchor_tab_processor_version_metadata of this Notarize. # noqa: E501 722 723 Reserved for DocuSign. # noqa: E501 724 725 :return: The anchor_tab_processor_version_metadata of this Notarize. # noqa: E501 726 :rtype: PropertyMetadata 727 """ 728 return self._anchor_tab_processor_version_metadata 729 730 @anchor_tab_processor_version_metadata.setter 731 def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): 732 """Sets the anchor_tab_processor_version_metadata of this Notarize. 733 734 Reserved for DocuSign. # noqa: E501 735 736 :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Notarize. # noqa: E501 737 :type: PropertyMetadata 738 """ 739 740 self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata 741 742 @property 743 def anchor_units(self): 744 """Gets the anchor_units of this Notarize. # noqa: E501 745 746 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 747 748 :return: The anchor_units of this Notarize. # noqa: E501 749 :rtype: str 750 """ 751 return self._anchor_units 752 753 @anchor_units.setter 754 def anchor_units(self, anchor_units): 755 """Sets the anchor_units of this Notarize. 756 757 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 758 759 :param anchor_units: The anchor_units of this Notarize. # noqa: E501 760 :type: str 761 """ 762 763 self._anchor_units = anchor_units 764 765 @property 766 def anchor_units_metadata(self): 767 """Gets the anchor_units_metadata of this Notarize. # noqa: E501 768 769 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 770 771 :return: The anchor_units_metadata of this Notarize. # noqa: E501 772 :rtype: PropertyMetadata 773 """ 774 return self._anchor_units_metadata 775 776 @anchor_units_metadata.setter 777 def anchor_units_metadata(self, anchor_units_metadata): 778 """Sets the anchor_units_metadata of this Notarize. 779 780 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 781 782 :param anchor_units_metadata: The anchor_units_metadata of this Notarize. # noqa: E501 783 :type: PropertyMetadata 784 """ 785 786 self._anchor_units_metadata = anchor_units_metadata 787 788 @property 789 def anchor_x_offset(self): 790 """Gets the anchor_x_offset of this Notarize. # noqa: E501 791 792 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 793 794 :return: The anchor_x_offset of this Notarize. # noqa: E501 795 :rtype: str 796 """ 797 return self._anchor_x_offset 798 799 @anchor_x_offset.setter 800 def anchor_x_offset(self, anchor_x_offset): 801 """Sets the anchor_x_offset of this Notarize. 802 803 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 804 805 :param anchor_x_offset: The anchor_x_offset of this Notarize. # noqa: E501 806 :type: str 807 """ 808 809 self._anchor_x_offset = anchor_x_offset 810 811 @property 812 def anchor_x_offset_metadata(self): 813 """Gets the anchor_x_offset_metadata of this Notarize. # noqa: E501 814 815 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 816 817 :return: The anchor_x_offset_metadata of this Notarize. # noqa: E501 818 :rtype: PropertyMetadata 819 """ 820 return self._anchor_x_offset_metadata 821 822 @anchor_x_offset_metadata.setter 823 def anchor_x_offset_metadata(self, anchor_x_offset_metadata): 824 """Sets the anchor_x_offset_metadata of this Notarize. 825 826 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 827 828 :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Notarize. # noqa: E501 829 :type: PropertyMetadata 830 """ 831 832 self._anchor_x_offset_metadata = anchor_x_offset_metadata 833 834 @property 835 def anchor_y_offset(self): 836 """Gets the anchor_y_offset of this Notarize. # noqa: E501 837 838 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 839 840 :return: The anchor_y_offset of this Notarize. # noqa: E501 841 :rtype: str 842 """ 843 return self._anchor_y_offset 844 845 @anchor_y_offset.setter 846 def anchor_y_offset(self, anchor_y_offset): 847 """Sets the anchor_y_offset of this Notarize. 848 849 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 850 851 :param anchor_y_offset: The anchor_y_offset of this Notarize. # noqa: E501 852 :type: str 853 """ 854 855 self._anchor_y_offset = anchor_y_offset 856 857 @property 858 def anchor_y_offset_metadata(self): 859 """Gets the anchor_y_offset_metadata of this Notarize. # noqa: E501 860 861 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 862 863 :return: The anchor_y_offset_metadata of this Notarize. # noqa: E501 864 :rtype: PropertyMetadata 865 """ 866 return self._anchor_y_offset_metadata 867 868 @anchor_y_offset_metadata.setter 869 def anchor_y_offset_metadata(self, anchor_y_offset_metadata): 870 """Sets the anchor_y_offset_metadata of this Notarize. 871 872 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 873 874 :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Notarize. # noqa: E501 875 :type: PropertyMetadata 876 """ 877 878 self._anchor_y_offset_metadata = anchor_y_offset_metadata 879 880 @property 881 def caption(self): 882 """Gets the caption of this Notarize. # noqa: E501 883 884 # noqa: E501 885 886 :return: The caption of this Notarize. # noqa: E501 887 :rtype: str 888 """ 889 return self._caption 890 891 @caption.setter 892 def caption(self, caption): 893 """Sets the caption of this Notarize. 894 895 # noqa: E501 896 897 :param caption: The caption of this Notarize. # noqa: E501 898 :type: str 899 """ 900 901 self._caption = caption 902 903 @property 904 def caption_metadata(self): 905 """Gets the caption_metadata of this Notarize. # noqa: E501 906 907 # noqa: E501 908 909 :return: The caption_metadata of this Notarize. # noqa: E501 910 :rtype: PropertyMetadata 911 """ 912 return self._caption_metadata 913 914 @caption_metadata.setter 915 def caption_metadata(self, caption_metadata): 916 """Sets the caption_metadata of this Notarize. 917 918 # noqa: E501 919 920 :param caption_metadata: The caption_metadata of this Notarize. # noqa: E501 921 :type: PropertyMetadata 922 """ 923 924 self._caption_metadata = caption_metadata 925 926 @property 927 def conditional_parent_label(self): 928 """Gets the conditional_parent_label of this Notarize. # noqa: E501 929 930 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 931 932 :return: The conditional_parent_label of this Notarize. # noqa: E501 933 :rtype: str 934 """ 935 return self._conditional_parent_label 936 937 @conditional_parent_label.setter 938 def conditional_parent_label(self, conditional_parent_label): 939 """Sets the conditional_parent_label of this Notarize. 940 941 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 942 943 :param conditional_parent_label: The conditional_parent_label of this Notarize. # noqa: E501 944 :type: str 945 """ 946 947 self._conditional_parent_label = conditional_parent_label 948 949 @property 950 def conditional_parent_label_metadata(self): 951 """Gets the conditional_parent_label_metadata of this Notarize. # noqa: E501 952 953 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 954 955 :return: The conditional_parent_label_metadata of this Notarize. # noqa: E501 956 :rtype: PropertyMetadata 957 """ 958 return self._conditional_parent_label_metadata 959 960 @conditional_parent_label_metadata.setter 961 def conditional_parent_label_metadata(self, conditional_parent_label_metadata): 962 """Sets the conditional_parent_label_metadata of this Notarize. 963 964 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 965 966 :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Notarize. # noqa: E501 967 :type: PropertyMetadata 968 """ 969 970 self._conditional_parent_label_metadata = conditional_parent_label_metadata 971 972 @property 973 def conditional_parent_value(self): 974 """Gets the conditional_parent_value of this Notarize. # noqa: E501 975 976 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 977 978 :return: The conditional_parent_value of this Notarize. # noqa: E501 979 :rtype: str 980 """ 981 return self._conditional_parent_value 982 983 @conditional_parent_value.setter 984 def conditional_parent_value(self, conditional_parent_value): 985 """Sets the conditional_parent_value of this Notarize. 986 987 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 988 989 :param conditional_parent_value: The conditional_parent_value of this Notarize. # noqa: E501 990 :type: str 991 """ 992 993 self._conditional_parent_value = conditional_parent_value 994 995 @property 996 def conditional_parent_value_metadata(self): 997 """Gets the conditional_parent_value_metadata of this Notarize. # noqa: E501 998 999 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 1000 1001 :return: The conditional_parent_value_metadata of this Notarize. # noqa: E501 1002 :rtype: PropertyMetadata 1003 """ 1004 return self._conditional_parent_value_metadata 1005 1006 @conditional_parent_value_metadata.setter 1007 def conditional_parent_value_metadata(self, conditional_parent_value_metadata): 1008 """Sets the conditional_parent_value_metadata of this Notarize. 1009 1010 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 1011 1012 :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Notarize. # noqa: E501 1013 :type: PropertyMetadata 1014 """ 1015 1016 self._conditional_parent_value_metadata = conditional_parent_value_metadata 1017 1018 @property 1019 def connected_object_details(self): 1020 """Gets the connected_object_details of this Notarize. # noqa: E501 1021 1022 # noqa: E501 1023 1024 :return: The connected_object_details of this Notarize. # noqa: E501 1025 :rtype: ConnectedObjectDetails 1026 """ 1027 return self._connected_object_details 1028 1029 @connected_object_details.setter 1030 def connected_object_details(self, connected_object_details): 1031 """Sets the connected_object_details of this Notarize. 1032 1033 # noqa: E501 1034 1035 :param connected_object_details: The connected_object_details of this Notarize. # noqa: E501 1036 :type: ConnectedObjectDetails 1037 """ 1038 1039 self._connected_object_details = connected_object_details 1040 1041 @property 1042 def custom_tab_id(self): 1043 """Gets the custom_tab_id of this Notarize. # noqa: E501 1044 1045 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 1046 1047 :return: The custom_tab_id of this Notarize. # noqa: E501 1048 :rtype: str 1049 """ 1050 return self._custom_tab_id 1051 1052 @custom_tab_id.setter 1053 def custom_tab_id(self, custom_tab_id): 1054 """Sets the custom_tab_id of this Notarize. 1055 1056 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 1057 1058 :param custom_tab_id: The custom_tab_id of this Notarize. # noqa: E501 1059 :type: str 1060 """ 1061 1062 self._custom_tab_id = custom_tab_id 1063 1064 @property 1065 def custom_tab_id_metadata(self): 1066 """Gets the custom_tab_id_metadata of this Notarize. # noqa: E501 1067 1068 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 1069 1070 :return: The custom_tab_id_metadata of this Notarize. # noqa: E501 1071 :rtype: PropertyMetadata 1072 """ 1073 return self._custom_tab_id_metadata 1074 1075 @custom_tab_id_metadata.setter 1076 def custom_tab_id_metadata(self, custom_tab_id_metadata): 1077 """Sets the custom_tab_id_metadata of this Notarize. 1078 1079 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 1080 1081 :param custom_tab_id_metadata: The custom_tab_id_metadata of this Notarize. # noqa: E501 1082 :type: PropertyMetadata 1083 """ 1084 1085 self._custom_tab_id_metadata = custom_tab_id_metadata 1086 1087 @property 1088 def document_id(self): 1089 """Gets the document_id of this Notarize. # noqa: E501 1090 1091 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1092 1093 :return: The document_id of this Notarize. # noqa: E501 1094 :rtype: str 1095 """ 1096 return self._document_id 1097 1098 @document_id.setter 1099 def document_id(self, document_id): 1100 """Sets the document_id of this Notarize. 1101 1102 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1103 1104 :param document_id: The document_id of this Notarize. # noqa: E501 1105 :type: str 1106 """ 1107 1108 self._document_id = document_id 1109 1110 @property 1111 def document_id_metadata(self): 1112 """Gets the document_id_metadata of this Notarize. # noqa: E501 1113 1114 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1115 1116 :return: The document_id_metadata of this Notarize. # noqa: E501 1117 :rtype: PropertyMetadata 1118 """ 1119 return self._document_id_metadata 1120 1121 @document_id_metadata.setter 1122 def document_id_metadata(self, document_id_metadata): 1123 """Sets the document_id_metadata of this Notarize. 1124 1125 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1126 1127 :param document_id_metadata: The document_id_metadata of this Notarize. # noqa: E501 1128 :type: PropertyMetadata 1129 """ 1130 1131 self._document_id_metadata = document_id_metadata 1132 1133 @property 1134 def error_details(self): 1135 """Gets the error_details of this Notarize. # noqa: E501 1136 1137 Array or errors. # noqa: E501 1138 1139 :return: The error_details of this Notarize. # noqa: E501 1140 :rtype: ErrorDetails 1141 """ 1142 return self._error_details 1143 1144 @error_details.setter 1145 def error_details(self, error_details): 1146 """Sets the error_details of this Notarize. 1147 1148 Array or errors. # noqa: E501 1149 1150 :param error_details: The error_details of this Notarize. # noqa: E501 1151 :type: ErrorDetails 1152 """ 1153 1154 self._error_details = error_details 1155 1156 @property 1157 def extension_data(self): 1158 """Gets the extension_data of this Notarize. # noqa: E501 1159 1160 # noqa: E501 1161 1162 :return: The extension_data of this Notarize. # noqa: E501 1163 :rtype: ExtensionData 1164 """ 1165 return self._extension_data 1166 1167 @extension_data.setter 1168 def extension_data(self, extension_data): 1169 """Sets the extension_data of this Notarize. 1170 1171 # noqa: E501 1172 1173 :param extension_data: The extension_data of this Notarize. # noqa: E501 1174 :type: ExtensionData 1175 """ 1176 1177 self._extension_data = extension_data 1178 1179 @property 1180 def form_order(self): 1181 """Gets the form_order of this Notarize. # noqa: E501 1182 1183 # noqa: E501 1184 1185 :return: The form_order of this Notarize. # noqa: E501 1186 :rtype: str 1187 """ 1188 return self._form_order 1189 1190 @form_order.setter 1191 def form_order(self, form_order): 1192 """Sets the form_order of this Notarize. 1193 1194 # noqa: E501 1195 1196 :param form_order: The form_order of this Notarize. # noqa: E501 1197 :type: str 1198 """ 1199 1200 self._form_order = form_order 1201 1202 @property 1203 def form_order_metadata(self): 1204 """Gets the form_order_metadata of this Notarize. # noqa: E501 1205 1206 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1207 1208 :return: The form_order_metadata of this Notarize. # noqa: E501 1209 :rtype: PropertyMetadata 1210 """ 1211 return self._form_order_metadata 1212 1213 @form_order_metadata.setter 1214 def form_order_metadata(self, form_order_metadata): 1215 """Sets the form_order_metadata of this Notarize. 1216 1217 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1218 1219 :param form_order_metadata: The form_order_metadata of this Notarize. # noqa: E501 1220 :type: PropertyMetadata 1221 """ 1222 1223 self._form_order_metadata = form_order_metadata 1224 1225 @property 1226 def form_page_label(self): 1227 """Gets the form_page_label of this Notarize. # noqa: E501 1228 1229 # noqa: E501 1230 1231 :return: The form_page_label of this Notarize. # noqa: E501 1232 :rtype: str 1233 """ 1234 return self._form_page_label 1235 1236 @form_page_label.setter 1237 def form_page_label(self, form_page_label): 1238 """Sets the form_page_label of this Notarize. 1239 1240 # noqa: E501 1241 1242 :param form_page_label: The form_page_label of this Notarize. # noqa: E501 1243 :type: str 1244 """ 1245 1246 self._form_page_label = form_page_label 1247 1248 @property 1249 def form_page_label_metadata(self): 1250 """Gets the form_page_label_metadata of this Notarize. # noqa: E501 1251 1252 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1253 1254 :return: The form_page_label_metadata of this Notarize. # noqa: E501 1255 :rtype: PropertyMetadata 1256 """ 1257 return self._form_page_label_metadata 1258 1259 @form_page_label_metadata.setter 1260 def form_page_label_metadata(self, form_page_label_metadata): 1261 """Sets the form_page_label_metadata of this Notarize. 1262 1263 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1264 1265 :param form_page_label_metadata: The form_page_label_metadata of this Notarize. # noqa: E501 1266 :type: PropertyMetadata 1267 """ 1268 1269 self._form_page_label_metadata = form_page_label_metadata 1270 1271 @property 1272 def form_page_number(self): 1273 """Gets the form_page_number of this Notarize. # noqa: E501 1274 1275 # noqa: E501 1276 1277 :return: The form_page_number of this Notarize. # noqa: E501 1278 :rtype: str 1279 """ 1280 return self._form_page_number 1281 1282 @form_page_number.setter 1283 def form_page_number(self, form_page_number): 1284 """Sets the form_page_number of this Notarize. 1285 1286 # noqa: E501 1287 1288 :param form_page_number: The form_page_number of this Notarize. # noqa: E501 1289 :type: str 1290 """ 1291 1292 self._form_page_number = form_page_number 1293 1294 @property 1295 def form_page_number_metadata(self): 1296 """Gets the form_page_number_metadata of this Notarize. # noqa: E501 1297 1298 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1299 1300 :return: The form_page_number_metadata of this Notarize. # noqa: E501 1301 :rtype: PropertyMetadata 1302 """ 1303 return self._form_page_number_metadata 1304 1305 @form_page_number_metadata.setter 1306 def form_page_number_metadata(self, form_page_number_metadata): 1307 """Sets the form_page_number_metadata of this Notarize. 1308 1309 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1310 1311 :param form_page_number_metadata: The form_page_number_metadata of this Notarize. # noqa: E501 1312 :type: PropertyMetadata 1313 """ 1314 1315 self._form_page_number_metadata = form_page_number_metadata 1316 1317 @property 1318 def height(self): 1319 """Gets the height of this Notarize. # noqa: E501 1320 1321 Height of the tab in pixels. # noqa: E501 1322 1323 :return: The height of this Notarize. # noqa: E501 1324 :rtype: str 1325 """ 1326 return self._height 1327 1328 @height.setter 1329 def height(self, height): 1330 """Sets the height of this Notarize. 1331 1332 Height of the tab in pixels. # noqa: E501 1333 1334 :param height: The height of this Notarize. # noqa: E501 1335 :type: str 1336 """ 1337 1338 self._height = height 1339 1340 @property 1341 def height_metadata(self): 1342 """Gets the height_metadata of this Notarize. # noqa: E501 1343 1344 Metadata that indicates whether the `height` property is editable. # noqa: E501 1345 1346 :return: The height_metadata of this Notarize. # noqa: E501 1347 :rtype: PropertyMetadata 1348 """ 1349 return self._height_metadata 1350 1351 @height_metadata.setter 1352 def height_metadata(self, height_metadata): 1353 """Sets the height_metadata of this Notarize. 1354 1355 Metadata that indicates whether the `height` property is editable. # noqa: E501 1356 1357 :param height_metadata: The height_metadata of this Notarize. # noqa: E501 1358 :type: PropertyMetadata 1359 """ 1360 1361 self._height_metadata = height_metadata 1362 1363 @property 1364 def locked(self): 1365 """Gets the locked of this Notarize. # noqa: E501 1366 1367 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1368 1369 :return: The locked of this Notarize. # noqa: E501 1370 :rtype: str 1371 """ 1372 return self._locked 1373 1374 @locked.setter 1375 def locked(self, locked): 1376 """Sets the locked of this Notarize. 1377 1378 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1379 1380 :param locked: The locked of this Notarize. # noqa: E501 1381 :type: str 1382 """ 1383 1384 self._locked = locked 1385 1386 @property 1387 def locked_metadata(self): 1388 """Gets the locked_metadata of this Notarize. # noqa: E501 1389 1390 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1391 1392 :return: The locked_metadata of this Notarize. # noqa: E501 1393 :rtype: PropertyMetadata 1394 """ 1395 return self._locked_metadata 1396 1397 @locked_metadata.setter 1398 def locked_metadata(self, locked_metadata): 1399 """Sets the locked_metadata of this Notarize. 1400 1401 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1402 1403 :param locked_metadata: The locked_metadata of this Notarize. # noqa: E501 1404 :type: PropertyMetadata 1405 """ 1406 1407 self._locked_metadata = locked_metadata 1408 1409 @property 1410 def merge_field(self): 1411 """Gets the merge_field of this Notarize. # noqa: E501 1412 1413 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1414 1415 :return: The merge_field of this Notarize. # noqa: E501 1416 :rtype: MergeField 1417 """ 1418 return self._merge_field 1419 1420 @merge_field.setter 1421 def merge_field(self, merge_field): 1422 """Sets the merge_field of this Notarize. 1423 1424 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1425 1426 :param merge_field: The merge_field of this Notarize. # noqa: E501 1427 :type: MergeField 1428 """ 1429 1430 self._merge_field = merge_field 1431 1432 @property 1433 def merge_field_xml(self): 1434 """Gets the merge_field_xml of this Notarize. # noqa: E501 1435 1436 # noqa: E501 1437 1438 :return: The merge_field_xml of this Notarize. # noqa: E501 1439 :rtype: str 1440 """ 1441 return self._merge_field_xml 1442 1443 @merge_field_xml.setter 1444 def merge_field_xml(self, merge_field_xml): 1445 """Sets the merge_field_xml of this Notarize. 1446 1447 # noqa: E501 1448 1449 :param merge_field_xml: The merge_field_xml of this Notarize. # noqa: E501 1450 :type: str 1451 """ 1452 1453 self._merge_field_xml = merge_field_xml 1454 1455 @property 1456 def page_number(self): 1457 """Gets the page_number of this Notarize. # noqa: E501 1458 1459 Specifies the page number on which the tab is located. # noqa: E501 1460 1461 :return: The page_number of this Notarize. # noqa: E501 1462 :rtype: str 1463 """ 1464 return self._page_number 1465 1466 @page_number.setter 1467 def page_number(self, page_number): 1468 """Sets the page_number of this Notarize. 1469 1470 Specifies the page number on which the tab is located. # noqa: E501 1471 1472 :param page_number: The page_number of this Notarize. # noqa: E501 1473 :type: str 1474 """ 1475 1476 self._page_number = page_number 1477 1478 @property 1479 def page_number_metadata(self): 1480 """Gets the page_number_metadata of this Notarize. # noqa: E501 1481 1482 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 1483 1484 :return: The page_number_metadata of this Notarize. # noqa: E501 1485 :rtype: PropertyMetadata 1486 """ 1487 return self._page_number_metadata 1488 1489 @page_number_metadata.setter 1490 def page_number_metadata(self, page_number_metadata): 1491 """Sets the page_number_metadata of this Notarize. 1492 1493 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 1494 1495 :param page_number_metadata: The page_number_metadata of this Notarize. # noqa: E501 1496 :type: PropertyMetadata 1497 """ 1498 1499 self._page_number_metadata = page_number_metadata 1500 1501 @property 1502 def recipient_id(self): 1503 """Gets the recipient_id of this Notarize. # noqa: E501 1504 1505 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 1506 1507 :return: The recipient_id of this Notarize. # noqa: E501 1508 :rtype: str 1509 """ 1510 return self._recipient_id 1511 1512 @recipient_id.setter 1513 def recipient_id(self, recipient_id): 1514 """Sets the recipient_id of this Notarize. 1515 1516 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 1517 1518 :param recipient_id: The recipient_id of this Notarize. # noqa: E501 1519 :type: str 1520 """ 1521 1522 self._recipient_id = recipient_id 1523 1524 @property 1525 def recipient_id_guid(self): 1526 """Gets the recipient_id_guid of this Notarize. # noqa: E501 1527 1528 # noqa: E501 1529 1530 :return: The recipient_id_guid of this Notarize. # noqa: E501 1531 :rtype: str 1532 """ 1533 return self._recipient_id_guid 1534 1535 @recipient_id_guid.setter 1536 def recipient_id_guid(self, recipient_id_guid): 1537 """Sets the recipient_id_guid of this Notarize. 1538 1539 # noqa: E501 1540 1541 :param recipient_id_guid: The recipient_id_guid of this Notarize. # noqa: E501 1542 :type: str 1543 """ 1544 1545 self._recipient_id_guid = recipient_id_guid 1546 1547 @property 1548 def recipient_id_guid_metadata(self): 1549 """Gets the recipient_id_guid_metadata of this Notarize. # noqa: E501 1550 1551 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 1552 1553 :return: The recipient_id_guid_metadata of this Notarize. # noqa: E501 1554 :rtype: PropertyMetadata 1555 """ 1556 return self._recipient_id_guid_metadata 1557 1558 @recipient_id_guid_metadata.setter 1559 def recipient_id_guid_metadata(self, recipient_id_guid_metadata): 1560 """Sets the recipient_id_guid_metadata of this Notarize. 1561 1562 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 1563 1564 :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Notarize. # noqa: E501 1565 :type: PropertyMetadata 1566 """ 1567 1568 self._recipient_id_guid_metadata = recipient_id_guid_metadata 1569 1570 @property 1571 def recipient_id_metadata(self): 1572 """Gets the recipient_id_metadata of this Notarize. # noqa: E501 1573 1574 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 1575 1576 :return: The recipient_id_metadata of this Notarize. # noqa: E501 1577 :rtype: PropertyMetadata 1578 """ 1579 return self._recipient_id_metadata 1580 1581 @recipient_id_metadata.setter 1582 def recipient_id_metadata(self, recipient_id_metadata): 1583 """Sets the recipient_id_metadata of this Notarize. 1584 1585 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 1586 1587 :param recipient_id_metadata: The recipient_id_metadata of this Notarize. # noqa: E501 1588 :type: PropertyMetadata 1589 """ 1590 1591 self._recipient_id_metadata = recipient_id_metadata 1592 1593 @property 1594 def required(self): 1595 """Gets the required of this Notarize. # noqa: E501 1596 1597 When set to **true**, the signer is required to fill out this tab # noqa: E501 1598 1599 :return: The required of this Notarize. # noqa: E501 1600 :rtype: str 1601 """ 1602 return self._required 1603 1604 @required.setter 1605 def required(self, required): 1606 """Sets the required of this Notarize. 1607 1608 When set to **true**, the signer is required to fill out this tab # noqa: E501 1609 1610 :param required: The required of this Notarize. # noqa: E501 1611 :type: str 1612 """ 1613 1614 self._required = required 1615 1616 @property 1617 def required_metadata(self): 1618 """Gets the required_metadata of this Notarize. # noqa: E501 1619 1620 Metadata that indicates whether the `required` property is editable. # noqa: E501 1621 1622 :return: The required_metadata of this Notarize. # noqa: E501 1623 :rtype: PropertyMetadata 1624 """ 1625 return self._required_metadata 1626 1627 @required_metadata.setter 1628 def required_metadata(self, required_metadata): 1629 """Sets the required_metadata of this Notarize. 1630 1631 Metadata that indicates whether the `required` property is editable. # noqa: E501 1632 1633 :param required_metadata: The required_metadata of this Notarize. # noqa: E501 1634 :type: PropertyMetadata 1635 """ 1636 1637 self._required_metadata = required_metadata 1638 1639 @property 1640 def smart_contract_information(self): 1641 """Gets the smart_contract_information of this Notarize. # noqa: E501 1642 1643 Reserved for DocuSign. # noqa: E501 1644 1645 :return: The smart_contract_information of this Notarize. # noqa: E501 1646 :rtype: SmartContractInformation 1647 """ 1648 return self._smart_contract_information 1649 1650 @smart_contract_information.setter 1651 def smart_contract_information(self, smart_contract_information): 1652 """Sets the smart_contract_information of this Notarize. 1653 1654 Reserved for DocuSign. # noqa: E501 1655 1656 :param smart_contract_information: The smart_contract_information of this Notarize. # noqa: E501 1657 :type: SmartContractInformation 1658 """ 1659 1660 self._smart_contract_information = smart_contract_information 1661 1662 @property 1663 def source(self): 1664 """Gets the source of this Notarize. # noqa: E501 1665 1666 # noqa: E501 1667 1668 :return: The source of this Notarize. # noqa: E501 1669 :rtype: str 1670 """ 1671 return self._source 1672 1673 @source.setter 1674 def source(self, source): 1675 """Sets the source of this Notarize. 1676 1677 # noqa: E501 1678 1679 :param source: The source of this Notarize. # noqa: E501 1680 :type: str 1681 """ 1682 1683 self._source = source 1684 1685 @property 1686 def status(self): 1687 """Gets the status of this Notarize. # noqa: E501 1688 1689 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 1690 1691 :return: The status of this Notarize. # noqa: E501 1692 :rtype: str 1693 """ 1694 return self._status 1695 1696 @status.setter 1697 def status(self, status): 1698 """Sets the status of this Notarize. 1699 1700 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 1701 1702 :param status: The status of this Notarize. # noqa: E501 1703 :type: str 1704 """ 1705 1706 self._status = status 1707 1708 @property 1709 def status_metadata(self): 1710 """Gets the status_metadata of this Notarize. # noqa: E501 1711 1712 Metadata that indicates whether the `status` property is editable. # noqa: E501 1713 1714 :return: The status_metadata of this Notarize. # noqa: E501 1715 :rtype: PropertyMetadata 1716 """ 1717 return self._status_metadata 1718 1719 @status_metadata.setter 1720 def status_metadata(self, status_metadata): 1721 """Sets the status_metadata of this Notarize. 1722 1723 Metadata that indicates whether the `status` property is editable. # noqa: E501 1724 1725 :param status_metadata: The status_metadata of this Notarize. # noqa: E501 1726 :type: PropertyMetadata 1727 """ 1728 1729 self._status_metadata = status_metadata 1730 1731 @property 1732 def tab_fully_qualified_path(self): 1733 """Gets the tab_fully_qualified_path of this Notarize. # noqa: E501 1734 1735 # noqa: E501 1736 1737 :return: The tab_fully_qualified_path of this Notarize. # noqa: E501 1738 :rtype: str 1739 """ 1740 return self._tab_fully_qualified_path 1741 1742 @tab_fully_qualified_path.setter 1743 def tab_fully_qualified_path(self, tab_fully_qualified_path): 1744 """Sets the tab_fully_qualified_path of this Notarize. 1745 1746 # noqa: E501 1747 1748 :param tab_fully_qualified_path: The tab_fully_qualified_path of this Notarize. # noqa: E501 1749 :type: str 1750 """ 1751 1752 self._tab_fully_qualified_path = tab_fully_qualified_path 1753 1754 @property 1755 def tab_group_labels(self): 1756 """Gets the tab_group_labels of this Notarize. # noqa: E501 1757 1758 # noqa: E501 1759 1760 :return: The tab_group_labels of this Notarize. # noqa: E501 1761 :rtype: list[str] 1762 """ 1763 return self._tab_group_labels 1764 1765 @tab_group_labels.setter 1766 def tab_group_labels(self, tab_group_labels): 1767 """Sets the tab_group_labels of this Notarize. 1768 1769 # noqa: E501 1770 1771 :param tab_group_labels: The tab_group_labels of this Notarize. # noqa: E501 1772 :type: list[str] 1773 """ 1774 1775 self._tab_group_labels = tab_group_labels 1776 1777 @property 1778 def tab_group_labels_metadata(self): 1779 """Gets the tab_group_labels_metadata of this Notarize. # noqa: E501 1780 1781 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 1782 1783 :return: The tab_group_labels_metadata of this Notarize. # noqa: E501 1784 :rtype: PropertyMetadata 1785 """ 1786 return self._tab_group_labels_metadata 1787 1788 @tab_group_labels_metadata.setter 1789 def tab_group_labels_metadata(self, tab_group_labels_metadata): 1790 """Sets the tab_group_labels_metadata of this Notarize. 1791 1792 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 1793 1794 :param tab_group_labels_metadata: The tab_group_labels_metadata of this Notarize. # noqa: E501 1795 :type: PropertyMetadata 1796 """ 1797 1798 self._tab_group_labels_metadata = tab_group_labels_metadata 1799 1800 @property 1801 def tab_id(self): 1802 """Gets the tab_id of this Notarize. # noqa: E501 1803 1804 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 1805 1806 :return: The tab_id of this Notarize. # noqa: E501 1807 :rtype: str 1808 """ 1809 return self._tab_id 1810 1811 @tab_id.setter 1812 def tab_id(self, tab_id): 1813 """Sets the tab_id of this Notarize. 1814 1815 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 1816 1817 :param tab_id: The tab_id of this Notarize. # noqa: E501 1818 :type: str 1819 """ 1820 1821 self._tab_id = tab_id 1822 1823 @property 1824 def tab_id_metadata(self): 1825 """Gets the tab_id_metadata of this Notarize. # noqa: E501 1826 1827 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 1828 1829 :return: The tab_id_metadata of this Notarize. # noqa: E501 1830 :rtype: PropertyMetadata 1831 """ 1832 return self._tab_id_metadata 1833 1834 @tab_id_metadata.setter 1835 def tab_id_metadata(self, tab_id_metadata): 1836 """Sets the tab_id_metadata of this Notarize. 1837 1838 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 1839 1840 :param tab_id_metadata: The tab_id_metadata of this Notarize. # noqa: E501 1841 :type: PropertyMetadata 1842 """ 1843 1844 self._tab_id_metadata = tab_id_metadata 1845 1846 @property 1847 def tab_order(self): 1848 """Gets the tab_order of this Notarize. # noqa: E501 1849 1850 # noqa: E501 1851 1852 :return: The tab_order of this Notarize. # noqa: E501 1853 :rtype: str 1854 """ 1855 return self._tab_order 1856 1857 @tab_order.setter 1858 def tab_order(self, tab_order): 1859 """Sets the tab_order of this Notarize. 1860 1861 # noqa: E501 1862 1863 :param tab_order: The tab_order of this Notarize. # noqa: E501 1864 :type: str 1865 """ 1866 1867 self._tab_order = tab_order 1868 1869 @property 1870 def tab_order_metadata(self): 1871 """Gets the tab_order_metadata of this Notarize. # noqa: E501 1872 1873 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 1874 1875 :return: The tab_order_metadata of this Notarize. # noqa: E501 1876 :rtype: PropertyMetadata 1877 """ 1878 return self._tab_order_metadata 1879 1880 @tab_order_metadata.setter 1881 def tab_order_metadata(self, tab_order_metadata): 1882 """Sets the tab_order_metadata of this Notarize. 1883 1884 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 1885 1886 :param tab_order_metadata: The tab_order_metadata of this Notarize. # noqa: E501 1887 :type: PropertyMetadata 1888 """ 1889 1890 self._tab_order_metadata = tab_order_metadata 1891 1892 @property 1893 def tab_type(self): 1894 """Gets the tab_type of this Notarize. # noqa: E501 1895 1896 # noqa: E501 1897 1898 :return: The tab_type of this Notarize. # noqa: E501 1899 :rtype: str 1900 """ 1901 return self._tab_type 1902 1903 @tab_type.setter 1904 def tab_type(self, tab_type): 1905 """Sets the tab_type of this Notarize. 1906 1907 # noqa: E501 1908 1909 :param tab_type: The tab_type of this Notarize. # noqa: E501 1910 :type: str 1911 """ 1912 1913 self._tab_type = tab_type 1914 1915 @property 1916 def tab_type_metadata(self): 1917 """Gets the tab_type_metadata of this Notarize. # noqa: E501 1918 1919 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 1920 1921 :return: The tab_type_metadata of this Notarize. # noqa: E501 1922 :rtype: PropertyMetadata 1923 """ 1924 return self._tab_type_metadata 1925 1926 @tab_type_metadata.setter 1927 def tab_type_metadata(self, tab_type_metadata): 1928 """Sets the tab_type_metadata of this Notarize. 1929 1930 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 1931 1932 :param tab_type_metadata: The tab_type_metadata of this Notarize. # noqa: E501 1933 :type: PropertyMetadata 1934 """ 1935 1936 self._tab_type_metadata = tab_type_metadata 1937 1938 @property 1939 def template_locked(self): 1940 """Gets the template_locked of this Notarize. # noqa: E501 1941 1942 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 1943 1944 :return: The template_locked of this Notarize. # noqa: E501 1945 :rtype: str 1946 """ 1947 return self._template_locked 1948 1949 @template_locked.setter 1950 def template_locked(self, template_locked): 1951 """Sets the template_locked of this Notarize. 1952 1953 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 1954 1955 :param template_locked: The template_locked of this Notarize. # noqa: E501 1956 :type: str 1957 """ 1958 1959 self._template_locked = template_locked 1960 1961 @property 1962 def template_locked_metadata(self): 1963 """Gets the template_locked_metadata of this Notarize. # noqa: E501 1964 1965 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 1966 1967 :return: The template_locked_metadata of this Notarize. # noqa: E501 1968 :rtype: PropertyMetadata 1969 """ 1970 return self._template_locked_metadata 1971 1972 @template_locked_metadata.setter 1973 def template_locked_metadata(self, template_locked_metadata): 1974 """Sets the template_locked_metadata of this Notarize. 1975 1976 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 1977 1978 :param template_locked_metadata: The template_locked_metadata of this Notarize. # noqa: E501 1979 :type: PropertyMetadata 1980 """ 1981 1982 self._template_locked_metadata = template_locked_metadata 1983 1984 @property 1985 def template_required(self): 1986 """Gets the template_required of this Notarize. # noqa: E501 1987 1988 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 1989 1990 :return: The template_required of this Notarize. # noqa: E501 1991 :rtype: str 1992 """ 1993 return self._template_required 1994 1995 @template_required.setter 1996 def template_required(self, template_required): 1997 """Sets the template_required of this Notarize. 1998 1999 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 2000 2001 :param template_required: The template_required of this Notarize. # noqa: E501 2002 :type: str 2003 """ 2004 2005 self._template_required = template_required 2006 2007 @property 2008 def template_required_metadata(self): 2009 """Gets the template_required_metadata of this Notarize. # noqa: E501 2010 2011 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 2012 2013 :return: The template_required_metadata of this Notarize. # noqa: E501 2014 :rtype: PropertyMetadata 2015 """ 2016 return self._template_required_metadata 2017 2018 @template_required_metadata.setter 2019 def template_required_metadata(self, template_required_metadata): 2020 """Sets the template_required_metadata of this Notarize. 2021 2022 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 2023 2024 :param template_required_metadata: The template_required_metadata of this Notarize. # noqa: E501 2025 :type: PropertyMetadata 2026 """ 2027 2028 self._template_required_metadata = template_required_metadata 2029 2030 @property 2031 def tooltip(self): 2032 """Gets the tooltip of this Notarize. # noqa: E501 2033 2034 # noqa: E501 2035 2036 :return: The tooltip of this Notarize. # noqa: E501 2037 :rtype: str 2038 """ 2039 return self._tooltip 2040 2041 @tooltip.setter 2042 def tooltip(self, tooltip): 2043 """Sets the tooltip of this Notarize. 2044 2045 # noqa: E501 2046 2047 :param tooltip: The tooltip of this Notarize. # noqa: E501 2048 :type: str 2049 """ 2050 2051 self._tooltip = tooltip 2052 2053 @property 2054 def tool_tip_metadata(self): 2055 """Gets the tool_tip_metadata of this Notarize. # noqa: E501 2056 2057 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 2058 2059 :return: The tool_tip_metadata of this Notarize. # noqa: E501 2060 :rtype: PropertyMetadata 2061 """ 2062 return self._tool_tip_metadata 2063 2064 @tool_tip_metadata.setter 2065 def tool_tip_metadata(self, tool_tip_metadata): 2066 """Sets the tool_tip_metadata of this Notarize. 2067 2068 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 2069 2070 :param tool_tip_metadata: The tool_tip_metadata of this Notarize. # noqa: E501 2071 :type: PropertyMetadata 2072 """ 2073 2074 self._tool_tip_metadata = tool_tip_metadata 2075 2076 @property 2077 def warning_details(self): 2078 """Gets the warning_details of this Notarize. # noqa: E501 2079 2080 # noqa: E501 2081 2082 :return: The warning_details of this Notarize. # noqa: E501 2083 :rtype: ErrorDetails 2084 """ 2085 return self._warning_details 2086 2087 @warning_details.setter 2088 def warning_details(self, warning_details): 2089 """Sets the warning_details of this Notarize. 2090 2091 # noqa: E501 2092 2093 :param warning_details: The warning_details of this Notarize. # noqa: E501 2094 :type: ErrorDetails 2095 """ 2096 2097 self._warning_details = warning_details 2098 2099 @property 2100 def width(self): 2101 """Gets the width of this Notarize. # noqa: E501 2102 2103 Width of the tab in pixels. # noqa: E501 2104 2105 :return: The width of this Notarize. # noqa: E501 2106 :rtype: str 2107 """ 2108 return self._width 2109 2110 @width.setter 2111 def width(self, width): 2112 """Sets the width of this Notarize. 2113 2114 Width of the tab in pixels. # noqa: E501 2115 2116 :param width: The width of this Notarize. # noqa: E501 2117 :type: str 2118 """ 2119 2120 self._width = width 2121 2122 @property 2123 def width_metadata(self): 2124 """Gets the width_metadata of this Notarize. # noqa: E501 2125 2126 Metadata that indicates whether the `width` property is editable. # noqa: E501 2127 2128 :return: The width_metadata of this Notarize. # noqa: E501 2129 :rtype: PropertyMetadata 2130 """ 2131 return self._width_metadata 2132 2133 @width_metadata.setter 2134 def width_metadata(self, width_metadata): 2135 """Sets the width_metadata of this Notarize. 2136 2137 Metadata that indicates whether the `width` property is editable. # noqa: E501 2138 2139 :param width_metadata: The width_metadata of this Notarize. # noqa: E501 2140 :type: PropertyMetadata 2141 """ 2142 2143 self._width_metadata = width_metadata 2144 2145 @property 2146 def x_position(self): 2147 """Gets the x_position of this Notarize. # noqa: E501 2148 2149 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2150 2151 :return: The x_position of this Notarize. # noqa: E501 2152 :rtype: str 2153 """ 2154 return self._x_position 2155 2156 @x_position.setter 2157 def x_position(self, x_position): 2158 """Sets the x_position of this Notarize. 2159 2160 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2161 2162 :param x_position: The x_position of this Notarize. # noqa: E501 2163 :type: str 2164 """ 2165 2166 self._x_position = x_position 2167 2168 @property 2169 def x_position_metadata(self): 2170 """Gets the x_position_metadata of this Notarize. # noqa: E501 2171 2172 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 2173 2174 :return: The x_position_metadata of this Notarize. # noqa: E501 2175 :rtype: PropertyMetadata 2176 """ 2177 return self._x_position_metadata 2178 2179 @x_position_metadata.setter 2180 def x_position_metadata(self, x_position_metadata): 2181 """Sets the x_position_metadata of this Notarize. 2182 2183 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 2184 2185 :param x_position_metadata: The x_position_metadata of this Notarize. # noqa: E501 2186 :type: PropertyMetadata 2187 """ 2188 2189 self._x_position_metadata = x_position_metadata 2190 2191 @property 2192 def y_position(self): 2193 """Gets the y_position of this Notarize. # noqa: E501 2194 2195 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2196 2197 :return: The y_position of this Notarize. # noqa: E501 2198 :rtype: str 2199 """ 2200 return self._y_position 2201 2202 @y_position.setter 2203 def y_position(self, y_position): 2204 """Sets the y_position of this Notarize. 2205 2206 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2207 2208 :param y_position: The y_position of this Notarize. # noqa: E501 2209 :type: str 2210 """ 2211 2212 self._y_position = y_position 2213 2214 @property 2215 def y_position_metadata(self): 2216 """Gets the y_position_metadata of this Notarize. # noqa: E501 2217 2218 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 2219 2220 :return: The y_position_metadata of this Notarize. # noqa: E501 2221 :rtype: PropertyMetadata 2222 """ 2223 return self._y_position_metadata 2224 2225 @y_position_metadata.setter 2226 def y_position_metadata(self, y_position_metadata): 2227 """Sets the y_position_metadata of this Notarize. 2228 2229 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 2230 2231 :param y_position_metadata: The y_position_metadata of this Notarize. # noqa: E501 2232 :type: PropertyMetadata 2233 """ 2234 2235 self._y_position_metadata = y_position_metadata 2236 2237 def to_dict(self): 2238 """Returns the model properties as a dict""" 2239 result = {} 2240 2241 for attr, _ in six.iteritems(self.swagger_types): 2242 value = getattr(self, attr) 2243 if isinstance(value, list): 2244 result[attr] = list(map( 2245 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 2246 value 2247 )) 2248 elif hasattr(value, "to_dict"): 2249 result[attr] = value.to_dict() 2250 elif isinstance(value, dict): 2251 result[attr] = dict(map( 2252 lambda item: (item[0], item[1].to_dict()) 2253 if hasattr(item[1], "to_dict") else item, 2254 value.items() 2255 )) 2256 else: 2257 result[attr] = value 2258 if issubclass(Notarize, dict): 2259 for key, value in self.items(): 2260 result[key] = value 2261 2262 return result 2263 2264 def to_str(self): 2265 """Returns the string representation of the model""" 2266 return pprint.pformat(self.to_dict()) 2267 2268 def __repr__(self): 2269 """For `print` and `pprint`""" 2270 return self.to_str() 2271 2272 def __eq__(self, other): 2273 """Returns true if both objects are equal""" 2274 if not isinstance(other, Notarize): 2275 return False 2276 2277 return self.to_dict() == other.to_dict() 2278 2279 def __ne__(self, other): 2280 """Returns true if both objects are not equal""" 2281 if not isinstance(other, Notarize): 2282 return True 2283 2284 return self.to_dict() != other.to_dict()
23class Notarize(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 'agreement_attribute': 'str', 38 'agreement_attribute_locked': 'str', 39 'anchor_allow_white_space_in_characters': 'str', 40 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', 41 'anchor_case_sensitive': 'str', 42 'anchor_case_sensitive_metadata': 'PropertyMetadata', 43 'anchor_horizontal_alignment': 'str', 44 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', 45 'anchor_ignore_if_not_present': 'str', 46 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', 47 'anchor_match_whole_word': 'str', 48 'anchor_match_whole_word_metadata': 'PropertyMetadata', 49 'anchor_string': 'str', 50 'anchor_string_metadata': 'PropertyMetadata', 51 'anchor_tab_processor_version': 'str', 52 'anchor_tab_processor_version_metadata': 'PropertyMetadata', 53 'anchor_units': 'str', 54 'anchor_units_metadata': 'PropertyMetadata', 55 'anchor_x_offset': 'str', 56 'anchor_x_offset_metadata': 'PropertyMetadata', 57 'anchor_y_offset': 'str', 58 'anchor_y_offset_metadata': 'PropertyMetadata', 59 'caption': 'str', 60 'caption_metadata': 'PropertyMetadata', 61 'conditional_parent_label': 'str', 62 'conditional_parent_label_metadata': 'PropertyMetadata', 63 'conditional_parent_value': 'str', 64 'conditional_parent_value_metadata': 'PropertyMetadata', 65 'connected_object_details': 'ConnectedObjectDetails', 66 'custom_tab_id': 'str', 67 'custom_tab_id_metadata': 'PropertyMetadata', 68 'document_id': 'str', 69 'document_id_metadata': 'PropertyMetadata', 70 'error_details': 'ErrorDetails', 71 'extension_data': 'ExtensionData', 72 'form_order': 'str', 73 'form_order_metadata': 'PropertyMetadata', 74 'form_page_label': 'str', 75 'form_page_label_metadata': 'PropertyMetadata', 76 'form_page_number': 'str', 77 'form_page_number_metadata': 'PropertyMetadata', 78 'height': 'str', 79 'height_metadata': 'PropertyMetadata', 80 'locked': 'str', 81 'locked_metadata': 'PropertyMetadata', 82 'merge_field': 'MergeField', 83 'merge_field_xml': 'str', 84 'page_number': 'str', 85 'page_number_metadata': 'PropertyMetadata', 86 'recipient_id': 'str', 87 'recipient_id_guid': 'str', 88 'recipient_id_guid_metadata': 'PropertyMetadata', 89 'recipient_id_metadata': 'PropertyMetadata', 90 'required': 'str', 91 'required_metadata': 'PropertyMetadata', 92 'smart_contract_information': 'SmartContractInformation', 93 'source': 'str', 94 'status': 'str', 95 'status_metadata': 'PropertyMetadata', 96 'tab_fully_qualified_path': 'str', 97 'tab_group_labels': 'list[str]', 98 'tab_group_labels_metadata': 'PropertyMetadata', 99 'tab_id': 'str', 100 'tab_id_metadata': 'PropertyMetadata', 101 'tab_order': 'str', 102 'tab_order_metadata': 'PropertyMetadata', 103 'tab_type': 'str', 104 'tab_type_metadata': 'PropertyMetadata', 105 'template_locked': 'str', 106 'template_locked_metadata': 'PropertyMetadata', 107 'template_required': 'str', 108 'template_required_metadata': 'PropertyMetadata', 109 'tooltip': 'str', 110 'tool_tip_metadata': 'PropertyMetadata', 111 'warning_details': 'ErrorDetails', 112 'width': 'str', 113 'width_metadata': 'PropertyMetadata', 114 'x_position': 'str', 115 'x_position_metadata': 'PropertyMetadata', 116 'y_position': 'str', 117 'y_position_metadata': 'PropertyMetadata' 118 } 119 120 attribute_map = { 121 'agreement_attribute': 'agreementAttribute', 122 'agreement_attribute_locked': 'agreementAttributeLocked', 123 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 124 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 125 'anchor_case_sensitive': 'anchorCaseSensitive', 126 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 127 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 128 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 129 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 130 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 131 'anchor_match_whole_word': 'anchorMatchWholeWord', 132 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 133 'anchor_string': 'anchorString', 134 'anchor_string_metadata': 'anchorStringMetadata', 135 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 136 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 137 'anchor_units': 'anchorUnits', 138 'anchor_units_metadata': 'anchorUnitsMetadata', 139 'anchor_x_offset': 'anchorXOffset', 140 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 141 'anchor_y_offset': 'anchorYOffset', 142 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 143 'caption': 'caption', 144 'caption_metadata': 'captionMetadata', 145 'conditional_parent_label': 'conditionalParentLabel', 146 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 147 'conditional_parent_value': 'conditionalParentValue', 148 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 149 'connected_object_details': 'connectedObjectDetails', 150 'custom_tab_id': 'customTabId', 151 'custom_tab_id_metadata': 'customTabIdMetadata', 152 'document_id': 'documentId', 153 'document_id_metadata': 'documentIdMetadata', 154 'error_details': 'errorDetails', 155 'extension_data': 'extensionData', 156 'form_order': 'formOrder', 157 'form_order_metadata': 'formOrderMetadata', 158 'form_page_label': 'formPageLabel', 159 'form_page_label_metadata': 'formPageLabelMetadata', 160 'form_page_number': 'formPageNumber', 161 'form_page_number_metadata': 'formPageNumberMetadata', 162 'height': 'height', 163 'height_metadata': 'heightMetadata', 164 'locked': 'locked', 165 'locked_metadata': 'lockedMetadata', 166 'merge_field': 'mergeField', 167 'merge_field_xml': 'mergeFieldXml', 168 'page_number': 'pageNumber', 169 'page_number_metadata': 'pageNumberMetadata', 170 'recipient_id': 'recipientId', 171 'recipient_id_guid': 'recipientIdGuid', 172 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', 173 'recipient_id_metadata': 'recipientIdMetadata', 174 'required': 'required', 175 'required_metadata': 'requiredMetadata', 176 'smart_contract_information': 'smartContractInformation', 177 'source': 'source', 178 'status': 'status', 179 'status_metadata': 'statusMetadata', 180 'tab_fully_qualified_path': 'tabFullyQualifiedPath', 181 'tab_group_labels': 'tabGroupLabels', 182 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 183 'tab_id': 'tabId', 184 'tab_id_metadata': 'tabIdMetadata', 185 'tab_order': 'tabOrder', 186 'tab_order_metadata': 'tabOrderMetadata', 187 'tab_type': 'tabType', 188 'tab_type_metadata': 'tabTypeMetadata', 189 'template_locked': 'templateLocked', 190 'template_locked_metadata': 'templateLockedMetadata', 191 'template_required': 'templateRequired', 192 'template_required_metadata': 'templateRequiredMetadata', 193 'tooltip': 'tooltip', 194 'tool_tip_metadata': 'toolTipMetadata', 195 'warning_details': 'warningDetails', 196 'width': 'width', 197 'width_metadata': 'widthMetadata', 198 'x_position': 'xPosition', 199 'x_position_metadata': 'xPositionMetadata', 200 'y_position': 'yPosition', 201 'y_position_metadata': 'yPositionMetadata' 202 } 203 204 def __init__(self, _configuration=None, **kwargs): # noqa: E501 205 """Notarize - a model defined in Swagger""" # noqa: E501 206 if _configuration is None: 207 _configuration = Configuration() 208 self._configuration = _configuration 209 210 self._agreement_attribute = None 211 self._agreement_attribute_locked = None 212 self._anchor_allow_white_space_in_characters = None 213 self._anchor_allow_white_space_in_characters_metadata = None 214 self._anchor_case_sensitive = None 215 self._anchor_case_sensitive_metadata = None 216 self._anchor_horizontal_alignment = None 217 self._anchor_horizontal_alignment_metadata = None 218 self._anchor_ignore_if_not_present = None 219 self._anchor_ignore_if_not_present_metadata = None 220 self._anchor_match_whole_word = None 221 self._anchor_match_whole_word_metadata = None 222 self._anchor_string = None 223 self._anchor_string_metadata = None 224 self._anchor_tab_processor_version = None 225 self._anchor_tab_processor_version_metadata = None 226 self._anchor_units = None 227 self._anchor_units_metadata = None 228 self._anchor_x_offset = None 229 self._anchor_x_offset_metadata = None 230 self._anchor_y_offset = None 231 self._anchor_y_offset_metadata = None 232 self._caption = None 233 self._caption_metadata = None 234 self._conditional_parent_label = None 235 self._conditional_parent_label_metadata = None 236 self._conditional_parent_value = None 237 self._conditional_parent_value_metadata = None 238 self._connected_object_details = None 239 self._custom_tab_id = None 240 self._custom_tab_id_metadata = None 241 self._document_id = None 242 self._document_id_metadata = None 243 self._error_details = None 244 self._extension_data = None 245 self._form_order = None 246 self._form_order_metadata = None 247 self._form_page_label = None 248 self._form_page_label_metadata = None 249 self._form_page_number = None 250 self._form_page_number_metadata = None 251 self._height = None 252 self._height_metadata = None 253 self._locked = None 254 self._locked_metadata = None 255 self._merge_field = None 256 self._merge_field_xml = None 257 self._page_number = None 258 self._page_number_metadata = None 259 self._recipient_id = None 260 self._recipient_id_guid = None 261 self._recipient_id_guid_metadata = None 262 self._recipient_id_metadata = None 263 self._required = None 264 self._required_metadata = None 265 self._smart_contract_information = None 266 self._source = None 267 self._status = None 268 self._status_metadata = None 269 self._tab_fully_qualified_path = None 270 self._tab_group_labels = None 271 self._tab_group_labels_metadata = None 272 self._tab_id = None 273 self._tab_id_metadata = None 274 self._tab_order = None 275 self._tab_order_metadata = None 276 self._tab_type = None 277 self._tab_type_metadata = None 278 self._template_locked = None 279 self._template_locked_metadata = None 280 self._template_required = None 281 self._template_required_metadata = None 282 self._tooltip = None 283 self._tool_tip_metadata = None 284 self._warning_details = None 285 self._width = None 286 self._width_metadata = None 287 self._x_position = None 288 self._x_position_metadata = None 289 self._y_position = None 290 self._y_position_metadata = None 291 self.discriminator = None 292 293 setattr(self, "_{}".format('agreement_attribute'), kwargs.get('agreement_attribute', None)) 294 setattr(self, "_{}".format('agreement_attribute_locked'), kwargs.get('agreement_attribute_locked', None)) 295 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 296 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 297 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 298 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 299 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 300 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 301 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 302 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 303 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 304 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 305 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 306 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 307 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 308 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 309 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 310 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 311 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 312 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 313 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 314 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 315 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 316 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 317 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 318 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 319 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 320 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 321 setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None)) 322 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 323 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 324 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 325 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 326 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 327 setattr(self, "_{}".format('extension_data'), kwargs.get('extension_data', None)) 328 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 329 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 330 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 331 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 332 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 333 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 334 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 335 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 336 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 337 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 338 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 339 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 340 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 341 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 342 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 343 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 344 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 345 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 346 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 347 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 348 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 349 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 350 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 351 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 352 setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None)) 353 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 354 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 355 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 356 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 357 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 358 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 359 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 360 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 361 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 362 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 363 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 364 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 365 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 366 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 367 setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None)) 368 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 369 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 370 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 371 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 372 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 373 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None)) 374 375 @property 376 def agreement_attribute(self): 377 """Gets the agreement_attribute of this Notarize. # noqa: E501 378 379 # noqa: E501 380 381 :return: The agreement_attribute of this Notarize. # noqa: E501 382 :rtype: str 383 """ 384 return self._agreement_attribute 385 386 @agreement_attribute.setter 387 def agreement_attribute(self, agreement_attribute): 388 """Sets the agreement_attribute of this Notarize. 389 390 # noqa: E501 391 392 :param agreement_attribute: The agreement_attribute of this Notarize. # noqa: E501 393 :type: str 394 """ 395 396 self._agreement_attribute = agreement_attribute 397 398 @property 399 def agreement_attribute_locked(self): 400 """Gets the agreement_attribute_locked of this Notarize. # noqa: E501 401 402 # noqa: E501 403 404 :return: The agreement_attribute_locked of this Notarize. # noqa: E501 405 :rtype: str 406 """ 407 return self._agreement_attribute_locked 408 409 @agreement_attribute_locked.setter 410 def agreement_attribute_locked(self, agreement_attribute_locked): 411 """Sets the agreement_attribute_locked of this Notarize. 412 413 # noqa: E501 414 415 :param agreement_attribute_locked: The agreement_attribute_locked of this Notarize. # noqa: E501 416 :type: str 417 """ 418 419 self._agreement_attribute_locked = agreement_attribute_locked 420 421 @property 422 def anchor_allow_white_space_in_characters(self): 423 """Gets the anchor_allow_white_space_in_characters of this Notarize. # noqa: E501 424 425 # noqa: E501 426 427 :return: The anchor_allow_white_space_in_characters of this Notarize. # noqa: E501 428 :rtype: str 429 """ 430 return self._anchor_allow_white_space_in_characters 431 432 @anchor_allow_white_space_in_characters.setter 433 def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): 434 """Sets the anchor_allow_white_space_in_characters of this Notarize. 435 436 # noqa: E501 437 438 :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Notarize. # noqa: E501 439 :type: str 440 """ 441 442 self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters 443 444 @property 445 def anchor_allow_white_space_in_characters_metadata(self): 446 """Gets the anchor_allow_white_space_in_characters_metadata of this Notarize. # noqa: E501 447 448 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 449 450 :return: The anchor_allow_white_space_in_characters_metadata of this Notarize. # noqa: E501 451 :rtype: PropertyMetadata 452 """ 453 return self._anchor_allow_white_space_in_characters_metadata 454 455 @anchor_allow_white_space_in_characters_metadata.setter 456 def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): 457 """Sets the anchor_allow_white_space_in_characters_metadata of this Notarize. 458 459 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 460 461 :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Notarize. # noqa: E501 462 :type: PropertyMetadata 463 """ 464 465 self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata 466 467 @property 468 def anchor_case_sensitive(self): 469 """Gets the anchor_case_sensitive of this Notarize. # noqa: E501 470 471 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 472 473 :return: The anchor_case_sensitive of this Notarize. # noqa: E501 474 :rtype: str 475 """ 476 return self._anchor_case_sensitive 477 478 @anchor_case_sensitive.setter 479 def anchor_case_sensitive(self, anchor_case_sensitive): 480 """Sets the anchor_case_sensitive of this Notarize. 481 482 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 483 484 :param anchor_case_sensitive: The anchor_case_sensitive of this Notarize. # noqa: E501 485 :type: str 486 """ 487 488 self._anchor_case_sensitive = anchor_case_sensitive 489 490 @property 491 def anchor_case_sensitive_metadata(self): 492 """Gets the anchor_case_sensitive_metadata of this Notarize. # noqa: E501 493 494 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 495 496 :return: The anchor_case_sensitive_metadata of this Notarize. # noqa: E501 497 :rtype: PropertyMetadata 498 """ 499 return self._anchor_case_sensitive_metadata 500 501 @anchor_case_sensitive_metadata.setter 502 def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): 503 """Sets the anchor_case_sensitive_metadata of this Notarize. 504 505 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 506 507 :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Notarize. # noqa: E501 508 :type: PropertyMetadata 509 """ 510 511 self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata 512 513 @property 514 def anchor_horizontal_alignment(self): 515 """Gets the anchor_horizontal_alignment of this Notarize. # noqa: E501 516 517 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 518 519 :return: The anchor_horizontal_alignment of this Notarize. # noqa: E501 520 :rtype: str 521 """ 522 return self._anchor_horizontal_alignment 523 524 @anchor_horizontal_alignment.setter 525 def anchor_horizontal_alignment(self, anchor_horizontal_alignment): 526 """Sets the anchor_horizontal_alignment of this Notarize. 527 528 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 529 530 :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Notarize. # noqa: E501 531 :type: str 532 """ 533 534 self._anchor_horizontal_alignment = anchor_horizontal_alignment 535 536 @property 537 def anchor_horizontal_alignment_metadata(self): 538 """Gets the anchor_horizontal_alignment_metadata of this Notarize. # noqa: E501 539 540 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 541 542 :return: The anchor_horizontal_alignment_metadata of this Notarize. # noqa: E501 543 :rtype: PropertyMetadata 544 """ 545 return self._anchor_horizontal_alignment_metadata 546 547 @anchor_horizontal_alignment_metadata.setter 548 def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): 549 """Sets the anchor_horizontal_alignment_metadata of this Notarize. 550 551 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 552 553 :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Notarize. # noqa: E501 554 :type: PropertyMetadata 555 """ 556 557 self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata 558 559 @property 560 def anchor_ignore_if_not_present(self): 561 """Gets the anchor_ignore_if_not_present of this Notarize. # noqa: E501 562 563 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 564 565 :return: The anchor_ignore_if_not_present of this Notarize. # noqa: E501 566 :rtype: str 567 """ 568 return self._anchor_ignore_if_not_present 569 570 @anchor_ignore_if_not_present.setter 571 def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): 572 """Sets the anchor_ignore_if_not_present of this Notarize. 573 574 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 575 576 :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Notarize. # noqa: E501 577 :type: str 578 """ 579 580 self._anchor_ignore_if_not_present = anchor_ignore_if_not_present 581 582 @property 583 def anchor_ignore_if_not_present_metadata(self): 584 """Gets the anchor_ignore_if_not_present_metadata of this Notarize. # noqa: E501 585 586 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 587 588 :return: The anchor_ignore_if_not_present_metadata of this Notarize. # noqa: E501 589 :rtype: PropertyMetadata 590 """ 591 return self._anchor_ignore_if_not_present_metadata 592 593 @anchor_ignore_if_not_present_metadata.setter 594 def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): 595 """Sets the anchor_ignore_if_not_present_metadata of this Notarize. 596 597 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 598 599 :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Notarize. # noqa: E501 600 :type: PropertyMetadata 601 """ 602 603 self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata 604 605 @property 606 def anchor_match_whole_word(self): 607 """Gets the anchor_match_whole_word of this Notarize. # noqa: E501 608 609 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 610 611 :return: The anchor_match_whole_word of this Notarize. # noqa: E501 612 :rtype: str 613 """ 614 return self._anchor_match_whole_word 615 616 @anchor_match_whole_word.setter 617 def anchor_match_whole_word(self, anchor_match_whole_word): 618 """Sets the anchor_match_whole_word of this Notarize. 619 620 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 621 622 :param anchor_match_whole_word: The anchor_match_whole_word of this Notarize. # noqa: E501 623 :type: str 624 """ 625 626 self._anchor_match_whole_word = anchor_match_whole_word 627 628 @property 629 def anchor_match_whole_word_metadata(self): 630 """Gets the anchor_match_whole_word_metadata of this Notarize. # noqa: E501 631 632 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 633 634 :return: The anchor_match_whole_word_metadata of this Notarize. # noqa: E501 635 :rtype: PropertyMetadata 636 """ 637 return self._anchor_match_whole_word_metadata 638 639 @anchor_match_whole_word_metadata.setter 640 def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): 641 """Sets the anchor_match_whole_word_metadata of this Notarize. 642 643 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 644 645 :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Notarize. # noqa: E501 646 :type: PropertyMetadata 647 """ 648 649 self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata 650 651 @property 652 def anchor_string(self): 653 """Gets the anchor_string of this Notarize. # noqa: E501 654 655 Anchor text information for a radio button. # noqa: E501 656 657 :return: The anchor_string of this Notarize. # noqa: E501 658 :rtype: str 659 """ 660 return self._anchor_string 661 662 @anchor_string.setter 663 def anchor_string(self, anchor_string): 664 """Sets the anchor_string of this Notarize. 665 666 Anchor text information for a radio button. # noqa: E501 667 668 :param anchor_string: The anchor_string of this Notarize. # noqa: E501 669 :type: str 670 """ 671 672 self._anchor_string = anchor_string 673 674 @property 675 def anchor_string_metadata(self): 676 """Gets the anchor_string_metadata of this Notarize. # noqa: E501 677 678 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 679 680 :return: The anchor_string_metadata of this Notarize. # noqa: E501 681 :rtype: PropertyMetadata 682 """ 683 return self._anchor_string_metadata 684 685 @anchor_string_metadata.setter 686 def anchor_string_metadata(self, anchor_string_metadata): 687 """Sets the anchor_string_metadata of this Notarize. 688 689 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 690 691 :param anchor_string_metadata: The anchor_string_metadata of this Notarize. # noqa: E501 692 :type: PropertyMetadata 693 """ 694 695 self._anchor_string_metadata = anchor_string_metadata 696 697 @property 698 def anchor_tab_processor_version(self): 699 """Gets the anchor_tab_processor_version of this Notarize. # noqa: E501 700 701 # noqa: E501 702 703 :return: The anchor_tab_processor_version of this Notarize. # noqa: E501 704 :rtype: str 705 """ 706 return self._anchor_tab_processor_version 707 708 @anchor_tab_processor_version.setter 709 def anchor_tab_processor_version(self, anchor_tab_processor_version): 710 """Sets the anchor_tab_processor_version of this Notarize. 711 712 # noqa: E501 713 714 :param anchor_tab_processor_version: The anchor_tab_processor_version of this Notarize. # noqa: E501 715 :type: str 716 """ 717 718 self._anchor_tab_processor_version = anchor_tab_processor_version 719 720 @property 721 def anchor_tab_processor_version_metadata(self): 722 """Gets the anchor_tab_processor_version_metadata of this Notarize. # noqa: E501 723 724 Reserved for DocuSign. # noqa: E501 725 726 :return: The anchor_tab_processor_version_metadata of this Notarize. # noqa: E501 727 :rtype: PropertyMetadata 728 """ 729 return self._anchor_tab_processor_version_metadata 730 731 @anchor_tab_processor_version_metadata.setter 732 def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): 733 """Sets the anchor_tab_processor_version_metadata of this Notarize. 734 735 Reserved for DocuSign. # noqa: E501 736 737 :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Notarize. # noqa: E501 738 :type: PropertyMetadata 739 """ 740 741 self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata 742 743 @property 744 def anchor_units(self): 745 """Gets the anchor_units of this Notarize. # noqa: E501 746 747 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 748 749 :return: The anchor_units of this Notarize. # noqa: E501 750 :rtype: str 751 """ 752 return self._anchor_units 753 754 @anchor_units.setter 755 def anchor_units(self, anchor_units): 756 """Sets the anchor_units of this Notarize. 757 758 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 759 760 :param anchor_units: The anchor_units of this Notarize. # noqa: E501 761 :type: str 762 """ 763 764 self._anchor_units = anchor_units 765 766 @property 767 def anchor_units_metadata(self): 768 """Gets the anchor_units_metadata of this Notarize. # noqa: E501 769 770 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 771 772 :return: The anchor_units_metadata of this Notarize. # noqa: E501 773 :rtype: PropertyMetadata 774 """ 775 return self._anchor_units_metadata 776 777 @anchor_units_metadata.setter 778 def anchor_units_metadata(self, anchor_units_metadata): 779 """Sets the anchor_units_metadata of this Notarize. 780 781 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 782 783 :param anchor_units_metadata: The anchor_units_metadata of this Notarize. # noqa: E501 784 :type: PropertyMetadata 785 """ 786 787 self._anchor_units_metadata = anchor_units_metadata 788 789 @property 790 def anchor_x_offset(self): 791 """Gets the anchor_x_offset of this Notarize. # noqa: E501 792 793 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 794 795 :return: The anchor_x_offset of this Notarize. # noqa: E501 796 :rtype: str 797 """ 798 return self._anchor_x_offset 799 800 @anchor_x_offset.setter 801 def anchor_x_offset(self, anchor_x_offset): 802 """Sets the anchor_x_offset of this Notarize. 803 804 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 805 806 :param anchor_x_offset: The anchor_x_offset of this Notarize. # noqa: E501 807 :type: str 808 """ 809 810 self._anchor_x_offset = anchor_x_offset 811 812 @property 813 def anchor_x_offset_metadata(self): 814 """Gets the anchor_x_offset_metadata of this Notarize. # noqa: E501 815 816 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 817 818 :return: The anchor_x_offset_metadata of this Notarize. # noqa: E501 819 :rtype: PropertyMetadata 820 """ 821 return self._anchor_x_offset_metadata 822 823 @anchor_x_offset_metadata.setter 824 def anchor_x_offset_metadata(self, anchor_x_offset_metadata): 825 """Sets the anchor_x_offset_metadata of this Notarize. 826 827 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 828 829 :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Notarize. # noqa: E501 830 :type: PropertyMetadata 831 """ 832 833 self._anchor_x_offset_metadata = anchor_x_offset_metadata 834 835 @property 836 def anchor_y_offset(self): 837 """Gets the anchor_y_offset of this Notarize. # noqa: E501 838 839 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 840 841 :return: The anchor_y_offset of this Notarize. # noqa: E501 842 :rtype: str 843 """ 844 return self._anchor_y_offset 845 846 @anchor_y_offset.setter 847 def anchor_y_offset(self, anchor_y_offset): 848 """Sets the anchor_y_offset of this Notarize. 849 850 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 851 852 :param anchor_y_offset: The anchor_y_offset of this Notarize. # noqa: E501 853 :type: str 854 """ 855 856 self._anchor_y_offset = anchor_y_offset 857 858 @property 859 def anchor_y_offset_metadata(self): 860 """Gets the anchor_y_offset_metadata of this Notarize. # noqa: E501 861 862 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 863 864 :return: The anchor_y_offset_metadata of this Notarize. # noqa: E501 865 :rtype: PropertyMetadata 866 """ 867 return self._anchor_y_offset_metadata 868 869 @anchor_y_offset_metadata.setter 870 def anchor_y_offset_metadata(self, anchor_y_offset_metadata): 871 """Sets the anchor_y_offset_metadata of this Notarize. 872 873 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 874 875 :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Notarize. # noqa: E501 876 :type: PropertyMetadata 877 """ 878 879 self._anchor_y_offset_metadata = anchor_y_offset_metadata 880 881 @property 882 def caption(self): 883 """Gets the caption of this Notarize. # noqa: E501 884 885 # noqa: E501 886 887 :return: The caption of this Notarize. # noqa: E501 888 :rtype: str 889 """ 890 return self._caption 891 892 @caption.setter 893 def caption(self, caption): 894 """Sets the caption of this Notarize. 895 896 # noqa: E501 897 898 :param caption: The caption of this Notarize. # noqa: E501 899 :type: str 900 """ 901 902 self._caption = caption 903 904 @property 905 def caption_metadata(self): 906 """Gets the caption_metadata of this Notarize. # noqa: E501 907 908 # noqa: E501 909 910 :return: The caption_metadata of this Notarize. # noqa: E501 911 :rtype: PropertyMetadata 912 """ 913 return self._caption_metadata 914 915 @caption_metadata.setter 916 def caption_metadata(self, caption_metadata): 917 """Sets the caption_metadata of this Notarize. 918 919 # noqa: E501 920 921 :param caption_metadata: The caption_metadata of this Notarize. # noqa: E501 922 :type: PropertyMetadata 923 """ 924 925 self._caption_metadata = caption_metadata 926 927 @property 928 def conditional_parent_label(self): 929 """Gets the conditional_parent_label of this Notarize. # noqa: E501 930 931 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 932 933 :return: The conditional_parent_label of this Notarize. # noqa: E501 934 :rtype: str 935 """ 936 return self._conditional_parent_label 937 938 @conditional_parent_label.setter 939 def conditional_parent_label(self, conditional_parent_label): 940 """Sets the conditional_parent_label of this Notarize. 941 942 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 943 944 :param conditional_parent_label: The conditional_parent_label of this Notarize. # noqa: E501 945 :type: str 946 """ 947 948 self._conditional_parent_label = conditional_parent_label 949 950 @property 951 def conditional_parent_label_metadata(self): 952 """Gets the conditional_parent_label_metadata of this Notarize. # noqa: E501 953 954 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 955 956 :return: The conditional_parent_label_metadata of this Notarize. # noqa: E501 957 :rtype: PropertyMetadata 958 """ 959 return self._conditional_parent_label_metadata 960 961 @conditional_parent_label_metadata.setter 962 def conditional_parent_label_metadata(self, conditional_parent_label_metadata): 963 """Sets the conditional_parent_label_metadata of this Notarize. 964 965 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 966 967 :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Notarize. # noqa: E501 968 :type: PropertyMetadata 969 """ 970 971 self._conditional_parent_label_metadata = conditional_parent_label_metadata 972 973 @property 974 def conditional_parent_value(self): 975 """Gets the conditional_parent_value of this Notarize. # noqa: E501 976 977 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 978 979 :return: The conditional_parent_value of this Notarize. # noqa: E501 980 :rtype: str 981 """ 982 return self._conditional_parent_value 983 984 @conditional_parent_value.setter 985 def conditional_parent_value(self, conditional_parent_value): 986 """Sets the conditional_parent_value of this Notarize. 987 988 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 989 990 :param conditional_parent_value: The conditional_parent_value of this Notarize. # noqa: E501 991 :type: str 992 """ 993 994 self._conditional_parent_value = conditional_parent_value 995 996 @property 997 def conditional_parent_value_metadata(self): 998 """Gets the conditional_parent_value_metadata of this Notarize. # noqa: E501 999 1000 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 1001 1002 :return: The conditional_parent_value_metadata of this Notarize. # noqa: E501 1003 :rtype: PropertyMetadata 1004 """ 1005 return self._conditional_parent_value_metadata 1006 1007 @conditional_parent_value_metadata.setter 1008 def conditional_parent_value_metadata(self, conditional_parent_value_metadata): 1009 """Sets the conditional_parent_value_metadata of this Notarize. 1010 1011 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 1012 1013 :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Notarize. # noqa: E501 1014 :type: PropertyMetadata 1015 """ 1016 1017 self._conditional_parent_value_metadata = conditional_parent_value_metadata 1018 1019 @property 1020 def connected_object_details(self): 1021 """Gets the connected_object_details of this Notarize. # noqa: E501 1022 1023 # noqa: E501 1024 1025 :return: The connected_object_details of this Notarize. # noqa: E501 1026 :rtype: ConnectedObjectDetails 1027 """ 1028 return self._connected_object_details 1029 1030 @connected_object_details.setter 1031 def connected_object_details(self, connected_object_details): 1032 """Sets the connected_object_details of this Notarize. 1033 1034 # noqa: E501 1035 1036 :param connected_object_details: The connected_object_details of this Notarize. # noqa: E501 1037 :type: ConnectedObjectDetails 1038 """ 1039 1040 self._connected_object_details = connected_object_details 1041 1042 @property 1043 def custom_tab_id(self): 1044 """Gets the custom_tab_id of this Notarize. # noqa: E501 1045 1046 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 1047 1048 :return: The custom_tab_id of this Notarize. # noqa: E501 1049 :rtype: str 1050 """ 1051 return self._custom_tab_id 1052 1053 @custom_tab_id.setter 1054 def custom_tab_id(self, custom_tab_id): 1055 """Sets the custom_tab_id of this Notarize. 1056 1057 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 1058 1059 :param custom_tab_id: The custom_tab_id of this Notarize. # noqa: E501 1060 :type: str 1061 """ 1062 1063 self._custom_tab_id = custom_tab_id 1064 1065 @property 1066 def custom_tab_id_metadata(self): 1067 """Gets the custom_tab_id_metadata of this Notarize. # noqa: E501 1068 1069 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 1070 1071 :return: The custom_tab_id_metadata of this Notarize. # noqa: E501 1072 :rtype: PropertyMetadata 1073 """ 1074 return self._custom_tab_id_metadata 1075 1076 @custom_tab_id_metadata.setter 1077 def custom_tab_id_metadata(self, custom_tab_id_metadata): 1078 """Sets the custom_tab_id_metadata of this Notarize. 1079 1080 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 1081 1082 :param custom_tab_id_metadata: The custom_tab_id_metadata of this Notarize. # noqa: E501 1083 :type: PropertyMetadata 1084 """ 1085 1086 self._custom_tab_id_metadata = custom_tab_id_metadata 1087 1088 @property 1089 def document_id(self): 1090 """Gets the document_id of this Notarize. # noqa: E501 1091 1092 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1093 1094 :return: The document_id of this Notarize. # noqa: E501 1095 :rtype: str 1096 """ 1097 return self._document_id 1098 1099 @document_id.setter 1100 def document_id(self, document_id): 1101 """Sets the document_id of this Notarize. 1102 1103 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1104 1105 :param document_id: The document_id of this Notarize. # noqa: E501 1106 :type: str 1107 """ 1108 1109 self._document_id = document_id 1110 1111 @property 1112 def document_id_metadata(self): 1113 """Gets the document_id_metadata of this Notarize. # noqa: E501 1114 1115 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1116 1117 :return: The document_id_metadata of this Notarize. # noqa: E501 1118 :rtype: PropertyMetadata 1119 """ 1120 return self._document_id_metadata 1121 1122 @document_id_metadata.setter 1123 def document_id_metadata(self, document_id_metadata): 1124 """Sets the document_id_metadata of this Notarize. 1125 1126 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1127 1128 :param document_id_metadata: The document_id_metadata of this Notarize. # noqa: E501 1129 :type: PropertyMetadata 1130 """ 1131 1132 self._document_id_metadata = document_id_metadata 1133 1134 @property 1135 def error_details(self): 1136 """Gets the error_details of this Notarize. # noqa: E501 1137 1138 Array or errors. # noqa: E501 1139 1140 :return: The error_details of this Notarize. # noqa: E501 1141 :rtype: ErrorDetails 1142 """ 1143 return self._error_details 1144 1145 @error_details.setter 1146 def error_details(self, error_details): 1147 """Sets the error_details of this Notarize. 1148 1149 Array or errors. # noqa: E501 1150 1151 :param error_details: The error_details of this Notarize. # noqa: E501 1152 :type: ErrorDetails 1153 """ 1154 1155 self._error_details = error_details 1156 1157 @property 1158 def extension_data(self): 1159 """Gets the extension_data of this Notarize. # noqa: E501 1160 1161 # noqa: E501 1162 1163 :return: The extension_data of this Notarize. # noqa: E501 1164 :rtype: ExtensionData 1165 """ 1166 return self._extension_data 1167 1168 @extension_data.setter 1169 def extension_data(self, extension_data): 1170 """Sets the extension_data of this Notarize. 1171 1172 # noqa: E501 1173 1174 :param extension_data: The extension_data of this Notarize. # noqa: E501 1175 :type: ExtensionData 1176 """ 1177 1178 self._extension_data = extension_data 1179 1180 @property 1181 def form_order(self): 1182 """Gets the form_order of this Notarize. # noqa: E501 1183 1184 # noqa: E501 1185 1186 :return: The form_order of this Notarize. # noqa: E501 1187 :rtype: str 1188 """ 1189 return self._form_order 1190 1191 @form_order.setter 1192 def form_order(self, form_order): 1193 """Sets the form_order of this Notarize. 1194 1195 # noqa: E501 1196 1197 :param form_order: The form_order of this Notarize. # noqa: E501 1198 :type: str 1199 """ 1200 1201 self._form_order = form_order 1202 1203 @property 1204 def form_order_metadata(self): 1205 """Gets the form_order_metadata of this Notarize. # noqa: E501 1206 1207 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1208 1209 :return: The form_order_metadata of this Notarize. # noqa: E501 1210 :rtype: PropertyMetadata 1211 """ 1212 return self._form_order_metadata 1213 1214 @form_order_metadata.setter 1215 def form_order_metadata(self, form_order_metadata): 1216 """Sets the form_order_metadata of this Notarize. 1217 1218 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1219 1220 :param form_order_metadata: The form_order_metadata of this Notarize. # noqa: E501 1221 :type: PropertyMetadata 1222 """ 1223 1224 self._form_order_metadata = form_order_metadata 1225 1226 @property 1227 def form_page_label(self): 1228 """Gets the form_page_label of this Notarize. # noqa: E501 1229 1230 # noqa: E501 1231 1232 :return: The form_page_label of this Notarize. # noqa: E501 1233 :rtype: str 1234 """ 1235 return self._form_page_label 1236 1237 @form_page_label.setter 1238 def form_page_label(self, form_page_label): 1239 """Sets the form_page_label of this Notarize. 1240 1241 # noqa: E501 1242 1243 :param form_page_label: The form_page_label of this Notarize. # noqa: E501 1244 :type: str 1245 """ 1246 1247 self._form_page_label = form_page_label 1248 1249 @property 1250 def form_page_label_metadata(self): 1251 """Gets the form_page_label_metadata of this Notarize. # noqa: E501 1252 1253 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1254 1255 :return: The form_page_label_metadata of this Notarize. # noqa: E501 1256 :rtype: PropertyMetadata 1257 """ 1258 return self._form_page_label_metadata 1259 1260 @form_page_label_metadata.setter 1261 def form_page_label_metadata(self, form_page_label_metadata): 1262 """Sets the form_page_label_metadata of this Notarize. 1263 1264 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1265 1266 :param form_page_label_metadata: The form_page_label_metadata of this Notarize. # noqa: E501 1267 :type: PropertyMetadata 1268 """ 1269 1270 self._form_page_label_metadata = form_page_label_metadata 1271 1272 @property 1273 def form_page_number(self): 1274 """Gets the form_page_number of this Notarize. # noqa: E501 1275 1276 # noqa: E501 1277 1278 :return: The form_page_number of this Notarize. # noqa: E501 1279 :rtype: str 1280 """ 1281 return self._form_page_number 1282 1283 @form_page_number.setter 1284 def form_page_number(self, form_page_number): 1285 """Sets the form_page_number of this Notarize. 1286 1287 # noqa: E501 1288 1289 :param form_page_number: The form_page_number of this Notarize. # noqa: E501 1290 :type: str 1291 """ 1292 1293 self._form_page_number = form_page_number 1294 1295 @property 1296 def form_page_number_metadata(self): 1297 """Gets the form_page_number_metadata of this Notarize. # noqa: E501 1298 1299 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1300 1301 :return: The form_page_number_metadata of this Notarize. # noqa: E501 1302 :rtype: PropertyMetadata 1303 """ 1304 return self._form_page_number_metadata 1305 1306 @form_page_number_metadata.setter 1307 def form_page_number_metadata(self, form_page_number_metadata): 1308 """Sets the form_page_number_metadata of this Notarize. 1309 1310 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1311 1312 :param form_page_number_metadata: The form_page_number_metadata of this Notarize. # noqa: E501 1313 :type: PropertyMetadata 1314 """ 1315 1316 self._form_page_number_metadata = form_page_number_metadata 1317 1318 @property 1319 def height(self): 1320 """Gets the height of this Notarize. # noqa: E501 1321 1322 Height of the tab in pixels. # noqa: E501 1323 1324 :return: The height of this Notarize. # noqa: E501 1325 :rtype: str 1326 """ 1327 return self._height 1328 1329 @height.setter 1330 def height(self, height): 1331 """Sets the height of this Notarize. 1332 1333 Height of the tab in pixels. # noqa: E501 1334 1335 :param height: The height of this Notarize. # noqa: E501 1336 :type: str 1337 """ 1338 1339 self._height = height 1340 1341 @property 1342 def height_metadata(self): 1343 """Gets the height_metadata of this Notarize. # noqa: E501 1344 1345 Metadata that indicates whether the `height` property is editable. # noqa: E501 1346 1347 :return: The height_metadata of this Notarize. # noqa: E501 1348 :rtype: PropertyMetadata 1349 """ 1350 return self._height_metadata 1351 1352 @height_metadata.setter 1353 def height_metadata(self, height_metadata): 1354 """Sets the height_metadata of this Notarize. 1355 1356 Metadata that indicates whether the `height` property is editable. # noqa: E501 1357 1358 :param height_metadata: The height_metadata of this Notarize. # noqa: E501 1359 :type: PropertyMetadata 1360 """ 1361 1362 self._height_metadata = height_metadata 1363 1364 @property 1365 def locked(self): 1366 """Gets the locked of this Notarize. # noqa: E501 1367 1368 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1369 1370 :return: The locked of this Notarize. # noqa: E501 1371 :rtype: str 1372 """ 1373 return self._locked 1374 1375 @locked.setter 1376 def locked(self, locked): 1377 """Sets the locked of this Notarize. 1378 1379 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1380 1381 :param locked: The locked of this Notarize. # noqa: E501 1382 :type: str 1383 """ 1384 1385 self._locked = locked 1386 1387 @property 1388 def locked_metadata(self): 1389 """Gets the locked_metadata of this Notarize. # noqa: E501 1390 1391 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1392 1393 :return: The locked_metadata of this Notarize. # noqa: E501 1394 :rtype: PropertyMetadata 1395 """ 1396 return self._locked_metadata 1397 1398 @locked_metadata.setter 1399 def locked_metadata(self, locked_metadata): 1400 """Sets the locked_metadata of this Notarize. 1401 1402 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1403 1404 :param locked_metadata: The locked_metadata of this Notarize. # noqa: E501 1405 :type: PropertyMetadata 1406 """ 1407 1408 self._locked_metadata = locked_metadata 1409 1410 @property 1411 def merge_field(self): 1412 """Gets the merge_field of this Notarize. # noqa: E501 1413 1414 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1415 1416 :return: The merge_field of this Notarize. # noqa: E501 1417 :rtype: MergeField 1418 """ 1419 return self._merge_field 1420 1421 @merge_field.setter 1422 def merge_field(self, merge_field): 1423 """Sets the merge_field of this Notarize. 1424 1425 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1426 1427 :param merge_field: The merge_field of this Notarize. # noqa: E501 1428 :type: MergeField 1429 """ 1430 1431 self._merge_field = merge_field 1432 1433 @property 1434 def merge_field_xml(self): 1435 """Gets the merge_field_xml of this Notarize. # noqa: E501 1436 1437 # noqa: E501 1438 1439 :return: The merge_field_xml of this Notarize. # noqa: E501 1440 :rtype: str 1441 """ 1442 return self._merge_field_xml 1443 1444 @merge_field_xml.setter 1445 def merge_field_xml(self, merge_field_xml): 1446 """Sets the merge_field_xml of this Notarize. 1447 1448 # noqa: E501 1449 1450 :param merge_field_xml: The merge_field_xml of this Notarize. # noqa: E501 1451 :type: str 1452 """ 1453 1454 self._merge_field_xml = merge_field_xml 1455 1456 @property 1457 def page_number(self): 1458 """Gets the page_number of this Notarize. # noqa: E501 1459 1460 Specifies the page number on which the tab is located. # noqa: E501 1461 1462 :return: The page_number of this Notarize. # noqa: E501 1463 :rtype: str 1464 """ 1465 return self._page_number 1466 1467 @page_number.setter 1468 def page_number(self, page_number): 1469 """Sets the page_number of this Notarize. 1470 1471 Specifies the page number on which the tab is located. # noqa: E501 1472 1473 :param page_number: The page_number of this Notarize. # noqa: E501 1474 :type: str 1475 """ 1476 1477 self._page_number = page_number 1478 1479 @property 1480 def page_number_metadata(self): 1481 """Gets the page_number_metadata of this Notarize. # noqa: E501 1482 1483 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 1484 1485 :return: The page_number_metadata of this Notarize. # noqa: E501 1486 :rtype: PropertyMetadata 1487 """ 1488 return self._page_number_metadata 1489 1490 @page_number_metadata.setter 1491 def page_number_metadata(self, page_number_metadata): 1492 """Sets the page_number_metadata of this Notarize. 1493 1494 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 1495 1496 :param page_number_metadata: The page_number_metadata of this Notarize. # noqa: E501 1497 :type: PropertyMetadata 1498 """ 1499 1500 self._page_number_metadata = page_number_metadata 1501 1502 @property 1503 def recipient_id(self): 1504 """Gets the recipient_id of this Notarize. # noqa: E501 1505 1506 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 1507 1508 :return: The recipient_id of this Notarize. # noqa: E501 1509 :rtype: str 1510 """ 1511 return self._recipient_id 1512 1513 @recipient_id.setter 1514 def recipient_id(self, recipient_id): 1515 """Sets the recipient_id of this Notarize. 1516 1517 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 1518 1519 :param recipient_id: The recipient_id of this Notarize. # noqa: E501 1520 :type: str 1521 """ 1522 1523 self._recipient_id = recipient_id 1524 1525 @property 1526 def recipient_id_guid(self): 1527 """Gets the recipient_id_guid of this Notarize. # noqa: E501 1528 1529 # noqa: E501 1530 1531 :return: The recipient_id_guid of this Notarize. # noqa: E501 1532 :rtype: str 1533 """ 1534 return self._recipient_id_guid 1535 1536 @recipient_id_guid.setter 1537 def recipient_id_guid(self, recipient_id_guid): 1538 """Sets the recipient_id_guid of this Notarize. 1539 1540 # noqa: E501 1541 1542 :param recipient_id_guid: The recipient_id_guid of this Notarize. # noqa: E501 1543 :type: str 1544 """ 1545 1546 self._recipient_id_guid = recipient_id_guid 1547 1548 @property 1549 def recipient_id_guid_metadata(self): 1550 """Gets the recipient_id_guid_metadata of this Notarize. # noqa: E501 1551 1552 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 1553 1554 :return: The recipient_id_guid_metadata of this Notarize. # noqa: E501 1555 :rtype: PropertyMetadata 1556 """ 1557 return self._recipient_id_guid_metadata 1558 1559 @recipient_id_guid_metadata.setter 1560 def recipient_id_guid_metadata(self, recipient_id_guid_metadata): 1561 """Sets the recipient_id_guid_metadata of this Notarize. 1562 1563 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 1564 1565 :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Notarize. # noqa: E501 1566 :type: PropertyMetadata 1567 """ 1568 1569 self._recipient_id_guid_metadata = recipient_id_guid_metadata 1570 1571 @property 1572 def recipient_id_metadata(self): 1573 """Gets the recipient_id_metadata of this Notarize. # noqa: E501 1574 1575 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 1576 1577 :return: The recipient_id_metadata of this Notarize. # noqa: E501 1578 :rtype: PropertyMetadata 1579 """ 1580 return self._recipient_id_metadata 1581 1582 @recipient_id_metadata.setter 1583 def recipient_id_metadata(self, recipient_id_metadata): 1584 """Sets the recipient_id_metadata of this Notarize. 1585 1586 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 1587 1588 :param recipient_id_metadata: The recipient_id_metadata of this Notarize. # noqa: E501 1589 :type: PropertyMetadata 1590 """ 1591 1592 self._recipient_id_metadata = recipient_id_metadata 1593 1594 @property 1595 def required(self): 1596 """Gets the required of this Notarize. # noqa: E501 1597 1598 When set to **true**, the signer is required to fill out this tab # noqa: E501 1599 1600 :return: The required of this Notarize. # noqa: E501 1601 :rtype: str 1602 """ 1603 return self._required 1604 1605 @required.setter 1606 def required(self, required): 1607 """Sets the required of this Notarize. 1608 1609 When set to **true**, the signer is required to fill out this tab # noqa: E501 1610 1611 :param required: The required of this Notarize. # noqa: E501 1612 :type: str 1613 """ 1614 1615 self._required = required 1616 1617 @property 1618 def required_metadata(self): 1619 """Gets the required_metadata of this Notarize. # noqa: E501 1620 1621 Metadata that indicates whether the `required` property is editable. # noqa: E501 1622 1623 :return: The required_metadata of this Notarize. # noqa: E501 1624 :rtype: PropertyMetadata 1625 """ 1626 return self._required_metadata 1627 1628 @required_metadata.setter 1629 def required_metadata(self, required_metadata): 1630 """Sets the required_metadata of this Notarize. 1631 1632 Metadata that indicates whether the `required` property is editable. # noqa: E501 1633 1634 :param required_metadata: The required_metadata of this Notarize. # noqa: E501 1635 :type: PropertyMetadata 1636 """ 1637 1638 self._required_metadata = required_metadata 1639 1640 @property 1641 def smart_contract_information(self): 1642 """Gets the smart_contract_information of this Notarize. # noqa: E501 1643 1644 Reserved for DocuSign. # noqa: E501 1645 1646 :return: The smart_contract_information of this Notarize. # noqa: E501 1647 :rtype: SmartContractInformation 1648 """ 1649 return self._smart_contract_information 1650 1651 @smart_contract_information.setter 1652 def smart_contract_information(self, smart_contract_information): 1653 """Sets the smart_contract_information of this Notarize. 1654 1655 Reserved for DocuSign. # noqa: E501 1656 1657 :param smart_contract_information: The smart_contract_information of this Notarize. # noqa: E501 1658 :type: SmartContractInformation 1659 """ 1660 1661 self._smart_contract_information = smart_contract_information 1662 1663 @property 1664 def source(self): 1665 """Gets the source of this Notarize. # noqa: E501 1666 1667 # noqa: E501 1668 1669 :return: The source of this Notarize. # noqa: E501 1670 :rtype: str 1671 """ 1672 return self._source 1673 1674 @source.setter 1675 def source(self, source): 1676 """Sets the source of this Notarize. 1677 1678 # noqa: E501 1679 1680 :param source: The source of this Notarize. # noqa: E501 1681 :type: str 1682 """ 1683 1684 self._source = source 1685 1686 @property 1687 def status(self): 1688 """Gets the status of this Notarize. # noqa: E501 1689 1690 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 1691 1692 :return: The status of this Notarize. # noqa: E501 1693 :rtype: str 1694 """ 1695 return self._status 1696 1697 @status.setter 1698 def status(self, status): 1699 """Sets the status of this Notarize. 1700 1701 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 1702 1703 :param status: The status of this Notarize. # noqa: E501 1704 :type: str 1705 """ 1706 1707 self._status = status 1708 1709 @property 1710 def status_metadata(self): 1711 """Gets the status_metadata of this Notarize. # noqa: E501 1712 1713 Metadata that indicates whether the `status` property is editable. # noqa: E501 1714 1715 :return: The status_metadata of this Notarize. # noqa: E501 1716 :rtype: PropertyMetadata 1717 """ 1718 return self._status_metadata 1719 1720 @status_metadata.setter 1721 def status_metadata(self, status_metadata): 1722 """Sets the status_metadata of this Notarize. 1723 1724 Metadata that indicates whether the `status` property is editable. # noqa: E501 1725 1726 :param status_metadata: The status_metadata of this Notarize. # noqa: E501 1727 :type: PropertyMetadata 1728 """ 1729 1730 self._status_metadata = status_metadata 1731 1732 @property 1733 def tab_fully_qualified_path(self): 1734 """Gets the tab_fully_qualified_path of this Notarize. # noqa: E501 1735 1736 # noqa: E501 1737 1738 :return: The tab_fully_qualified_path of this Notarize. # noqa: E501 1739 :rtype: str 1740 """ 1741 return self._tab_fully_qualified_path 1742 1743 @tab_fully_qualified_path.setter 1744 def tab_fully_qualified_path(self, tab_fully_qualified_path): 1745 """Sets the tab_fully_qualified_path of this Notarize. 1746 1747 # noqa: E501 1748 1749 :param tab_fully_qualified_path: The tab_fully_qualified_path of this Notarize. # noqa: E501 1750 :type: str 1751 """ 1752 1753 self._tab_fully_qualified_path = tab_fully_qualified_path 1754 1755 @property 1756 def tab_group_labels(self): 1757 """Gets the tab_group_labels of this Notarize. # noqa: E501 1758 1759 # noqa: E501 1760 1761 :return: The tab_group_labels of this Notarize. # noqa: E501 1762 :rtype: list[str] 1763 """ 1764 return self._tab_group_labels 1765 1766 @tab_group_labels.setter 1767 def tab_group_labels(self, tab_group_labels): 1768 """Sets the tab_group_labels of this Notarize. 1769 1770 # noqa: E501 1771 1772 :param tab_group_labels: The tab_group_labels of this Notarize. # noqa: E501 1773 :type: list[str] 1774 """ 1775 1776 self._tab_group_labels = tab_group_labels 1777 1778 @property 1779 def tab_group_labels_metadata(self): 1780 """Gets the tab_group_labels_metadata of this Notarize. # noqa: E501 1781 1782 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 1783 1784 :return: The tab_group_labels_metadata of this Notarize. # noqa: E501 1785 :rtype: PropertyMetadata 1786 """ 1787 return self._tab_group_labels_metadata 1788 1789 @tab_group_labels_metadata.setter 1790 def tab_group_labels_metadata(self, tab_group_labels_metadata): 1791 """Sets the tab_group_labels_metadata of this Notarize. 1792 1793 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 1794 1795 :param tab_group_labels_metadata: The tab_group_labels_metadata of this Notarize. # noqa: E501 1796 :type: PropertyMetadata 1797 """ 1798 1799 self._tab_group_labels_metadata = tab_group_labels_metadata 1800 1801 @property 1802 def tab_id(self): 1803 """Gets the tab_id of this Notarize. # noqa: E501 1804 1805 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 1806 1807 :return: The tab_id of this Notarize. # noqa: E501 1808 :rtype: str 1809 """ 1810 return self._tab_id 1811 1812 @tab_id.setter 1813 def tab_id(self, tab_id): 1814 """Sets the tab_id of this Notarize. 1815 1816 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 1817 1818 :param tab_id: The tab_id of this Notarize. # noqa: E501 1819 :type: str 1820 """ 1821 1822 self._tab_id = tab_id 1823 1824 @property 1825 def tab_id_metadata(self): 1826 """Gets the tab_id_metadata of this Notarize. # noqa: E501 1827 1828 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 1829 1830 :return: The tab_id_metadata of this Notarize. # noqa: E501 1831 :rtype: PropertyMetadata 1832 """ 1833 return self._tab_id_metadata 1834 1835 @tab_id_metadata.setter 1836 def tab_id_metadata(self, tab_id_metadata): 1837 """Sets the tab_id_metadata of this Notarize. 1838 1839 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 1840 1841 :param tab_id_metadata: The tab_id_metadata of this Notarize. # noqa: E501 1842 :type: PropertyMetadata 1843 """ 1844 1845 self._tab_id_metadata = tab_id_metadata 1846 1847 @property 1848 def tab_order(self): 1849 """Gets the tab_order of this Notarize. # noqa: E501 1850 1851 # noqa: E501 1852 1853 :return: The tab_order of this Notarize. # noqa: E501 1854 :rtype: str 1855 """ 1856 return self._tab_order 1857 1858 @tab_order.setter 1859 def tab_order(self, tab_order): 1860 """Sets the tab_order of this Notarize. 1861 1862 # noqa: E501 1863 1864 :param tab_order: The tab_order of this Notarize. # noqa: E501 1865 :type: str 1866 """ 1867 1868 self._tab_order = tab_order 1869 1870 @property 1871 def tab_order_metadata(self): 1872 """Gets the tab_order_metadata of this Notarize. # noqa: E501 1873 1874 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 1875 1876 :return: The tab_order_metadata of this Notarize. # noqa: E501 1877 :rtype: PropertyMetadata 1878 """ 1879 return self._tab_order_metadata 1880 1881 @tab_order_metadata.setter 1882 def tab_order_metadata(self, tab_order_metadata): 1883 """Sets the tab_order_metadata of this Notarize. 1884 1885 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 1886 1887 :param tab_order_metadata: The tab_order_metadata of this Notarize. # noqa: E501 1888 :type: PropertyMetadata 1889 """ 1890 1891 self._tab_order_metadata = tab_order_metadata 1892 1893 @property 1894 def tab_type(self): 1895 """Gets the tab_type of this Notarize. # noqa: E501 1896 1897 # noqa: E501 1898 1899 :return: The tab_type of this Notarize. # noqa: E501 1900 :rtype: str 1901 """ 1902 return self._tab_type 1903 1904 @tab_type.setter 1905 def tab_type(self, tab_type): 1906 """Sets the tab_type of this Notarize. 1907 1908 # noqa: E501 1909 1910 :param tab_type: The tab_type of this Notarize. # noqa: E501 1911 :type: str 1912 """ 1913 1914 self._tab_type = tab_type 1915 1916 @property 1917 def tab_type_metadata(self): 1918 """Gets the tab_type_metadata of this Notarize. # noqa: E501 1919 1920 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 1921 1922 :return: The tab_type_metadata of this Notarize. # noqa: E501 1923 :rtype: PropertyMetadata 1924 """ 1925 return self._tab_type_metadata 1926 1927 @tab_type_metadata.setter 1928 def tab_type_metadata(self, tab_type_metadata): 1929 """Sets the tab_type_metadata of this Notarize. 1930 1931 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 1932 1933 :param tab_type_metadata: The tab_type_metadata of this Notarize. # noqa: E501 1934 :type: PropertyMetadata 1935 """ 1936 1937 self._tab_type_metadata = tab_type_metadata 1938 1939 @property 1940 def template_locked(self): 1941 """Gets the template_locked of this Notarize. # noqa: E501 1942 1943 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 1944 1945 :return: The template_locked of this Notarize. # noqa: E501 1946 :rtype: str 1947 """ 1948 return self._template_locked 1949 1950 @template_locked.setter 1951 def template_locked(self, template_locked): 1952 """Sets the template_locked of this Notarize. 1953 1954 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 1955 1956 :param template_locked: The template_locked of this Notarize. # noqa: E501 1957 :type: str 1958 """ 1959 1960 self._template_locked = template_locked 1961 1962 @property 1963 def template_locked_metadata(self): 1964 """Gets the template_locked_metadata of this Notarize. # noqa: E501 1965 1966 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 1967 1968 :return: The template_locked_metadata of this Notarize. # noqa: E501 1969 :rtype: PropertyMetadata 1970 """ 1971 return self._template_locked_metadata 1972 1973 @template_locked_metadata.setter 1974 def template_locked_metadata(self, template_locked_metadata): 1975 """Sets the template_locked_metadata of this Notarize. 1976 1977 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 1978 1979 :param template_locked_metadata: The template_locked_metadata of this Notarize. # noqa: E501 1980 :type: PropertyMetadata 1981 """ 1982 1983 self._template_locked_metadata = template_locked_metadata 1984 1985 @property 1986 def template_required(self): 1987 """Gets the template_required of this Notarize. # noqa: E501 1988 1989 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 1990 1991 :return: The template_required of this Notarize. # noqa: E501 1992 :rtype: str 1993 """ 1994 return self._template_required 1995 1996 @template_required.setter 1997 def template_required(self, template_required): 1998 """Sets the template_required of this Notarize. 1999 2000 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 2001 2002 :param template_required: The template_required of this Notarize. # noqa: E501 2003 :type: str 2004 """ 2005 2006 self._template_required = template_required 2007 2008 @property 2009 def template_required_metadata(self): 2010 """Gets the template_required_metadata of this Notarize. # noqa: E501 2011 2012 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 2013 2014 :return: The template_required_metadata of this Notarize. # noqa: E501 2015 :rtype: PropertyMetadata 2016 """ 2017 return self._template_required_metadata 2018 2019 @template_required_metadata.setter 2020 def template_required_metadata(self, template_required_metadata): 2021 """Sets the template_required_metadata of this Notarize. 2022 2023 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 2024 2025 :param template_required_metadata: The template_required_metadata of this Notarize. # noqa: E501 2026 :type: PropertyMetadata 2027 """ 2028 2029 self._template_required_metadata = template_required_metadata 2030 2031 @property 2032 def tooltip(self): 2033 """Gets the tooltip of this Notarize. # noqa: E501 2034 2035 # noqa: E501 2036 2037 :return: The tooltip of this Notarize. # noqa: E501 2038 :rtype: str 2039 """ 2040 return self._tooltip 2041 2042 @tooltip.setter 2043 def tooltip(self, tooltip): 2044 """Sets the tooltip of this Notarize. 2045 2046 # noqa: E501 2047 2048 :param tooltip: The tooltip of this Notarize. # noqa: E501 2049 :type: str 2050 """ 2051 2052 self._tooltip = tooltip 2053 2054 @property 2055 def tool_tip_metadata(self): 2056 """Gets the tool_tip_metadata of this Notarize. # noqa: E501 2057 2058 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 2059 2060 :return: The tool_tip_metadata of this Notarize. # noqa: E501 2061 :rtype: PropertyMetadata 2062 """ 2063 return self._tool_tip_metadata 2064 2065 @tool_tip_metadata.setter 2066 def tool_tip_metadata(self, tool_tip_metadata): 2067 """Sets the tool_tip_metadata of this Notarize. 2068 2069 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 2070 2071 :param tool_tip_metadata: The tool_tip_metadata of this Notarize. # noqa: E501 2072 :type: PropertyMetadata 2073 """ 2074 2075 self._tool_tip_metadata = tool_tip_metadata 2076 2077 @property 2078 def warning_details(self): 2079 """Gets the warning_details of this Notarize. # noqa: E501 2080 2081 # noqa: E501 2082 2083 :return: The warning_details of this Notarize. # noqa: E501 2084 :rtype: ErrorDetails 2085 """ 2086 return self._warning_details 2087 2088 @warning_details.setter 2089 def warning_details(self, warning_details): 2090 """Sets the warning_details of this Notarize. 2091 2092 # noqa: E501 2093 2094 :param warning_details: The warning_details of this Notarize. # noqa: E501 2095 :type: ErrorDetails 2096 """ 2097 2098 self._warning_details = warning_details 2099 2100 @property 2101 def width(self): 2102 """Gets the width of this Notarize. # noqa: E501 2103 2104 Width of the tab in pixels. # noqa: E501 2105 2106 :return: The width of this Notarize. # noqa: E501 2107 :rtype: str 2108 """ 2109 return self._width 2110 2111 @width.setter 2112 def width(self, width): 2113 """Sets the width of this Notarize. 2114 2115 Width of the tab in pixels. # noqa: E501 2116 2117 :param width: The width of this Notarize. # noqa: E501 2118 :type: str 2119 """ 2120 2121 self._width = width 2122 2123 @property 2124 def width_metadata(self): 2125 """Gets the width_metadata of this Notarize. # noqa: E501 2126 2127 Metadata that indicates whether the `width` property is editable. # noqa: E501 2128 2129 :return: The width_metadata of this Notarize. # noqa: E501 2130 :rtype: PropertyMetadata 2131 """ 2132 return self._width_metadata 2133 2134 @width_metadata.setter 2135 def width_metadata(self, width_metadata): 2136 """Sets the width_metadata of this Notarize. 2137 2138 Metadata that indicates whether the `width` property is editable. # noqa: E501 2139 2140 :param width_metadata: The width_metadata of this Notarize. # noqa: E501 2141 :type: PropertyMetadata 2142 """ 2143 2144 self._width_metadata = width_metadata 2145 2146 @property 2147 def x_position(self): 2148 """Gets the x_position of this Notarize. # noqa: E501 2149 2150 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2151 2152 :return: The x_position of this Notarize. # noqa: E501 2153 :rtype: str 2154 """ 2155 return self._x_position 2156 2157 @x_position.setter 2158 def x_position(self, x_position): 2159 """Sets the x_position of this Notarize. 2160 2161 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2162 2163 :param x_position: The x_position of this Notarize. # noqa: E501 2164 :type: str 2165 """ 2166 2167 self._x_position = x_position 2168 2169 @property 2170 def x_position_metadata(self): 2171 """Gets the x_position_metadata of this Notarize. # noqa: E501 2172 2173 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 2174 2175 :return: The x_position_metadata of this Notarize. # noqa: E501 2176 :rtype: PropertyMetadata 2177 """ 2178 return self._x_position_metadata 2179 2180 @x_position_metadata.setter 2181 def x_position_metadata(self, x_position_metadata): 2182 """Sets the x_position_metadata of this Notarize. 2183 2184 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 2185 2186 :param x_position_metadata: The x_position_metadata of this Notarize. # noqa: E501 2187 :type: PropertyMetadata 2188 """ 2189 2190 self._x_position_metadata = x_position_metadata 2191 2192 @property 2193 def y_position(self): 2194 """Gets the y_position of this Notarize. # noqa: E501 2195 2196 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2197 2198 :return: The y_position of this Notarize. # noqa: E501 2199 :rtype: str 2200 """ 2201 return self._y_position 2202 2203 @y_position.setter 2204 def y_position(self, y_position): 2205 """Sets the y_position of this Notarize. 2206 2207 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2208 2209 :param y_position: The y_position of this Notarize. # noqa: E501 2210 :type: str 2211 """ 2212 2213 self._y_position = y_position 2214 2215 @property 2216 def y_position_metadata(self): 2217 """Gets the y_position_metadata of this Notarize. # noqa: E501 2218 2219 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 2220 2221 :return: The y_position_metadata of this Notarize. # noqa: E501 2222 :rtype: PropertyMetadata 2223 """ 2224 return self._y_position_metadata 2225 2226 @y_position_metadata.setter 2227 def y_position_metadata(self, y_position_metadata): 2228 """Sets the y_position_metadata of this Notarize. 2229 2230 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 2231 2232 :param y_position_metadata: The y_position_metadata of this Notarize. # noqa: E501 2233 :type: PropertyMetadata 2234 """ 2235 2236 self._y_position_metadata = y_position_metadata 2237 2238 def to_dict(self): 2239 """Returns the model properties as a dict""" 2240 result = {} 2241 2242 for attr, _ in six.iteritems(self.swagger_types): 2243 value = getattr(self, attr) 2244 if isinstance(value, list): 2245 result[attr] = list(map( 2246 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 2247 value 2248 )) 2249 elif hasattr(value, "to_dict"): 2250 result[attr] = value.to_dict() 2251 elif isinstance(value, dict): 2252 result[attr] = dict(map( 2253 lambda item: (item[0], item[1].to_dict()) 2254 if hasattr(item[1], "to_dict") else item, 2255 value.items() 2256 )) 2257 else: 2258 result[attr] = value 2259 if issubclass(Notarize, dict): 2260 for key, value in self.items(): 2261 result[key] = value 2262 2263 return result 2264 2265 def to_str(self): 2266 """Returns the string representation of the model""" 2267 return pprint.pformat(self.to_dict()) 2268 2269 def __repr__(self): 2270 """For `print` and `pprint`""" 2271 return self.to_str() 2272 2273 def __eq__(self, other): 2274 """Returns true if both objects are equal""" 2275 if not isinstance(other, Notarize): 2276 return False 2277 2278 return self.to_dict() == other.to_dict() 2279 2280 def __ne__(self, other): 2281 """Returns true if both objects are not equal""" 2282 if not isinstance(other, Notarize): 2283 return True 2284 2285 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.
204 def __init__(self, _configuration=None, **kwargs): # noqa: E501 205 """Notarize - a model defined in Swagger""" # noqa: E501 206 if _configuration is None: 207 _configuration = Configuration() 208 self._configuration = _configuration 209 210 self._agreement_attribute = None 211 self._agreement_attribute_locked = None 212 self._anchor_allow_white_space_in_characters = None 213 self._anchor_allow_white_space_in_characters_metadata = None 214 self._anchor_case_sensitive = None 215 self._anchor_case_sensitive_metadata = None 216 self._anchor_horizontal_alignment = None 217 self._anchor_horizontal_alignment_metadata = None 218 self._anchor_ignore_if_not_present = None 219 self._anchor_ignore_if_not_present_metadata = None 220 self._anchor_match_whole_word = None 221 self._anchor_match_whole_word_metadata = None 222 self._anchor_string = None 223 self._anchor_string_metadata = None 224 self._anchor_tab_processor_version = None 225 self._anchor_tab_processor_version_metadata = None 226 self._anchor_units = None 227 self._anchor_units_metadata = None 228 self._anchor_x_offset = None 229 self._anchor_x_offset_metadata = None 230 self._anchor_y_offset = None 231 self._anchor_y_offset_metadata = None 232 self._caption = None 233 self._caption_metadata = None 234 self._conditional_parent_label = None 235 self._conditional_parent_label_metadata = None 236 self._conditional_parent_value = None 237 self._conditional_parent_value_metadata = None 238 self._connected_object_details = None 239 self._custom_tab_id = None 240 self._custom_tab_id_metadata = None 241 self._document_id = None 242 self._document_id_metadata = None 243 self._error_details = None 244 self._extension_data = None 245 self._form_order = None 246 self._form_order_metadata = None 247 self._form_page_label = None 248 self._form_page_label_metadata = None 249 self._form_page_number = None 250 self._form_page_number_metadata = None 251 self._height = None 252 self._height_metadata = None 253 self._locked = None 254 self._locked_metadata = None 255 self._merge_field = None 256 self._merge_field_xml = None 257 self._page_number = None 258 self._page_number_metadata = None 259 self._recipient_id = None 260 self._recipient_id_guid = None 261 self._recipient_id_guid_metadata = None 262 self._recipient_id_metadata = None 263 self._required = None 264 self._required_metadata = None 265 self._smart_contract_information = None 266 self._source = None 267 self._status = None 268 self._status_metadata = None 269 self._tab_fully_qualified_path = None 270 self._tab_group_labels = None 271 self._tab_group_labels_metadata = None 272 self._tab_id = None 273 self._tab_id_metadata = None 274 self._tab_order = None 275 self._tab_order_metadata = None 276 self._tab_type = None 277 self._tab_type_metadata = None 278 self._template_locked = None 279 self._template_locked_metadata = None 280 self._template_required = None 281 self._template_required_metadata = None 282 self._tooltip = None 283 self._tool_tip_metadata = None 284 self._warning_details = None 285 self._width = None 286 self._width_metadata = None 287 self._x_position = None 288 self._x_position_metadata = None 289 self._y_position = None 290 self._y_position_metadata = None 291 self.discriminator = None 292 293 setattr(self, "_{}".format('agreement_attribute'), kwargs.get('agreement_attribute', None)) 294 setattr(self, "_{}".format('agreement_attribute_locked'), kwargs.get('agreement_attribute_locked', None)) 295 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 296 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 297 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 298 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 299 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 300 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 301 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 302 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 303 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 304 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 305 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 306 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 307 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 308 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 309 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 310 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 311 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 312 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 313 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 314 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 315 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 316 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 317 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 318 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 319 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 320 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 321 setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None)) 322 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 323 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 324 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 325 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 326 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 327 setattr(self, "_{}".format('extension_data'), kwargs.get('extension_data', None)) 328 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 329 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 330 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 331 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 332 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 333 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 334 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 335 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 336 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 337 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 338 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 339 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 340 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 341 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 342 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 343 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 344 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 345 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 346 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 347 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 348 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 349 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 350 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 351 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 352 setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None)) 353 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 354 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 355 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 356 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 357 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 358 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 359 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 360 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 361 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 362 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 363 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 364 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 365 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 366 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 367 setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None)) 368 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 369 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 370 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 371 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 372 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 373 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None))
Notarize - a model defined in Swagger
Gets the agreement_attribute of this Notarize. # noqa: E501
# noqa: E501
Returns
The agreement_attribute of this Notarize. # noqa: E501
Gets the agreement_attribute_locked of this Notarize. # noqa: E501
# noqa: E501
Returns
The agreement_attribute_locked of this Notarize. # noqa: E501
Gets the anchor_allow_white_space_in_characters of this Notarize. # noqa: E501
# noqa: E501
Returns
The anchor_allow_white_space_in_characters of this Notarize. # noqa: E501
Gets the anchor_allow_white_space_in_characters_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the anchorAllowWhiteSpaceInCharacters property is editable. # noqa: E501
Returns
The anchor_allow_white_space_in_characters_metadata of this Notarize. # noqa: E501
Gets the anchor_case_sensitive of this Notarize. # 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 Notarize. # noqa: E501
Gets the anchor_case_sensitive_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the anchorCaseSensitive property is editable. # noqa: E501
Returns
The anchor_case_sensitive_metadata of this Notarize. # noqa: E501
Gets the anchor_horizontal_alignment of this Notarize. # 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 Notarize. # noqa: E501
Gets the anchor_horizontal_alignment_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the anchorHorizontalAlignment property is editable. # noqa: E501
Returns
The anchor_horizontal_alignment_metadata of this Notarize. # noqa: E501
Gets the anchor_ignore_if_not_present of this Notarize. # 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 Notarize. # noqa: E501
Gets the anchor_ignore_if_not_present_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the anchorIgnoreIfNotPresent property is editable. # noqa: E501
Returns
The anchor_ignore_if_not_present_metadata of this Notarize. # noqa: E501
Gets the anchor_match_whole_word of this Notarize. # 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 Notarize. # noqa: E501
Gets the anchor_match_whole_word_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the anchorMatchWholeWord property is editable. # noqa: E501
Returns
The anchor_match_whole_word_metadata of this Notarize. # noqa: E501
Gets the anchor_string of this Notarize. # noqa: E501
Anchor text information for a radio button. # noqa: E501
Returns
The anchor_string of this Notarize. # noqa: E501
Gets the anchor_string_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the anchorString property is editable. # noqa: E501
Returns
The anchor_string_metadata of this Notarize. # noqa: E501
Gets the anchor_tab_processor_version of this Notarize. # noqa: E501
# noqa: E501
Returns
The anchor_tab_processor_version of this Notarize. # noqa: E501
Gets the anchor_tab_processor_version_metadata of this Notarize. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The anchor_tab_processor_version_metadata of this Notarize. # noqa: E501
Gets the anchor_units of this Notarize. # 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 Notarize. # noqa: E501
Gets the anchor_units_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the anchorUnits property is editable. # noqa: E501
Returns
The anchor_units_metadata of this Notarize. # noqa: E501
Gets the anchor_x_offset of this Notarize. # 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 Notarize. # noqa: E501
Gets the anchor_x_offset_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the anchorXOffset property is editable. # noqa: E501
Returns
The anchor_x_offset_metadata of this Notarize. # noqa: E501
Gets the anchor_y_offset of this Notarize. # 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 Notarize. # noqa: E501
Gets the anchor_y_offset_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the anchorYOffset property is editable. # noqa: E501
Returns
The anchor_y_offset_metadata of this Notarize. # noqa: E501
Gets the caption of this Notarize. # noqa: E501
# noqa: E501
Returns
The caption of this Notarize. # noqa: E501
Gets the caption_metadata of this Notarize. # noqa: E501
# noqa: E501
Returns
The caption_metadata of this Notarize. # noqa: E501
Gets the conditional_parent_label of this Notarize. # 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 Notarize. # noqa: E501
Gets the conditional_parent_label_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the conditionalParentLabel property is editable. # noqa: E501
Returns
The conditional_parent_label_metadata of this Notarize. # noqa: E501
Gets the conditional_parent_value of this Notarize. # 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 Notarize. # noqa: E501
Gets the conditional_parent_value_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the conditionalParentValue property is editable. # noqa: E501
Returns
The conditional_parent_value_metadata of this Notarize. # noqa: E501
Gets the connected_object_details of this Notarize. # noqa: E501
# noqa: E501
Returns
The connected_object_details of this Notarize. # noqa: E501
Gets the custom_tab_id of this Notarize. # 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 Notarize. # noqa: E501
Gets the custom_tab_id_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the customTabId property is editable. # noqa: E501
Returns
The custom_tab_id_metadata of this Notarize. # noqa: E501
Gets the document_id of this Notarize. # 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 Notarize. # noqa: E501
Gets the document_id_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the documentId property is editable. # noqa: E501
Returns
The document_id_metadata of this Notarize. # noqa: E501
Gets the error_details of this Notarize. # noqa: E501
Array or errors. # noqa: E501
Returns
The error_details of this Notarize. # noqa: E501
Gets the extension_data of this Notarize. # noqa: E501
# noqa: E501
Returns
The extension_data of this Notarize. # noqa: E501
Gets the form_order of this Notarize. # noqa: E501
# noqa: E501
Returns
The form_order of this Notarize. # noqa: E501
Gets the form_order_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the formOrder property is editable. # noqa: E501
Returns
The form_order_metadata of this Notarize. # noqa: E501
Gets the form_page_label of this Notarize. # noqa: E501
# noqa: E501
Returns
The form_page_label of this Notarize. # noqa: E501
Gets the form_page_label_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the formPageLabel property is editable. # noqa: E501
Returns
The form_page_label_metadata of this Notarize. # noqa: E501
Gets the form_page_number of this Notarize. # noqa: E501
# noqa: E501
Returns
The form_page_number of this Notarize. # noqa: E501
Gets the form_page_number_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the fromPageNumber property is editable. # noqa: E501
Returns
The form_page_number_metadata of this Notarize. # noqa: E501
Gets the height of this Notarize. # noqa: E501
Height of the tab in pixels. # noqa: E501
Returns
The height of this Notarize. # noqa: E501
Gets the height_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the height property is editable. # noqa: E501
Returns
The height_metadata of this Notarize. # noqa: E501
Gets the locked of this Notarize. # noqa: E501
When set to true, the signer cannot change the data of the custom tab. # noqa: E501
Returns
The locked of this Notarize. # noqa: E501
Gets the locked_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the locked property is editable. # noqa: E501
Returns
The locked_metadata of this Notarize. # noqa: E501
Gets the merge_field of this Notarize. # noqa: E501
Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501
Returns
The merge_field of this Notarize. # noqa: E501
Gets the merge_field_xml of this Notarize. # noqa: E501
# noqa: E501
Returns
The merge_field_xml of this Notarize. # noqa: E501
Gets the page_number of this Notarize. # noqa: E501
Specifies the page number on which the tab is located. # noqa: E501
Returns
The page_number of this Notarize. # noqa: E501
Gets the page_number_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the pageNumber property is editable. # noqa: E501
Returns
The page_number_metadata of this Notarize. # noqa: E501
Gets the recipient_id of this Notarize. # 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 Notarize. # noqa: E501
Gets the recipient_id_guid of this Notarize. # noqa: E501
# noqa: E501
Returns
The recipient_id_guid of this Notarize. # noqa: E501
Gets the recipient_id_guid_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the recipientIdGuid property is editable. # noqa: E501
Returns
The recipient_id_guid_metadata of this Notarize. # noqa: E501
Gets the recipient_id_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the recipientId property is editable. # noqa: E501
Returns
The recipient_id_metadata of this Notarize. # noqa: E501
Gets the required of this Notarize. # noqa: E501
When set to true, the signer is required to fill out this tab # noqa: E501
Returns
The required of this Notarize. # noqa: E501
Gets the required_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the required property is editable. # noqa: E501
Returns
The required_metadata of this Notarize. # noqa: E501
Gets the smart_contract_information of this Notarize. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The smart_contract_information of this Notarize. # noqa: E501
Gets the source of this Notarize. # noqa: E501
# noqa: E501
Returns
The source of this Notarize. # noqa: E501
Gets the status of this Notarize. # 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 Notarize. # noqa: E501
Gets the status_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the status property is editable. # noqa: E501
Returns
The status_metadata of this Notarize. # noqa: E501
Gets the tab_fully_qualified_path of this Notarize. # noqa: E501
# noqa: E501
Returns
The tab_fully_qualified_path of this Notarize. # noqa: E501
Gets the tab_group_labels of this Notarize. # noqa: E501
# noqa: E501
Returns
The tab_group_labels of this Notarize. # noqa: E501
Gets the tab_group_labels_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the tabGroupLabels property is editable. # noqa: E501
Returns
The tab_group_labels_metadata of this Notarize. # noqa: E501
Gets the tab_id of this Notarize. # 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 Notarize. # noqa: E501
Gets the tab_id_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the tabId property is editable. # noqa: E501
Returns
The tab_id_metadata of this Notarize. # noqa: E501
Gets the tab_order of this Notarize. # noqa: E501
# noqa: E501
Returns
The tab_order of this Notarize. # noqa: E501
Gets the tab_order_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the tabOrder property is editable. # noqa: E501
Returns
The tab_order_metadata of this Notarize. # noqa: E501
Gets the tab_type of this Notarize. # noqa: E501
# noqa: E501
Returns
The tab_type of this Notarize. # noqa: E501
Gets the tab_type_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the tabType property is editable. # noqa: E501
Returns
The tab_type_metadata of this Notarize. # noqa: E501
Gets the template_locked of this Notarize. # 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 Notarize. # noqa: E501
Gets the template_locked_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the templateLocked property is editable. # noqa: E501
Returns
The template_locked_metadata of this Notarize. # noqa: E501
Gets the template_required of this Notarize. # 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 Notarize. # noqa: E501
Gets the template_required_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the templateRequired property is editable. # noqa: E501
Returns
The template_required_metadata of this Notarize. # noqa: E501
Gets the tooltip of this Notarize. # noqa: E501
# noqa: E501
Returns
The tooltip of this Notarize. # noqa: E501
Gets the tool_tip_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the toolTip property is editable. # noqa: E501
Returns
The tool_tip_metadata of this Notarize. # noqa: E501
Gets the warning_details of this Notarize. # noqa: E501
# noqa: E501
Returns
The warning_details of this Notarize. # noqa: E501
Gets the width of this Notarize. # noqa: E501
Width of the tab in pixels. # noqa: E501
Returns
The width of this Notarize. # noqa: E501
Gets the width_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the width property is editable. # noqa: E501
Returns
The width_metadata of this Notarize. # noqa: E501
Gets the x_position of this Notarize. # 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 Notarize. # noqa: E501
Gets the x_position_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the xPosition property is editable. # noqa: E501
Returns
The x_position_metadata of this Notarize. # noqa: E501
Gets the y_position of this Notarize. # 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 Notarize. # noqa: E501
Gets the y_position_metadata of this Notarize. # noqa: E501
Metadata that indicates whether the yPosition property is editable. # noqa: E501
Returns
The y_position_metadata of this Notarize. # noqa: E501
2238 def to_dict(self): 2239 """Returns the model properties as a dict""" 2240 result = {} 2241 2242 for attr, _ in six.iteritems(self.swagger_types): 2243 value = getattr(self, attr) 2244 if isinstance(value, list): 2245 result[attr] = list(map( 2246 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 2247 value 2248 )) 2249 elif hasattr(value, "to_dict"): 2250 result[attr] = value.to_dict() 2251 elif isinstance(value, dict): 2252 result[attr] = dict(map( 2253 lambda item: (item[0], item[1].to_dict()) 2254 if hasattr(item[1], "to_dict") else item, 2255 value.items() 2256 )) 2257 else: 2258 result[attr] = value 2259 if issubclass(Notarize, dict): 2260 for key, value in self.items(): 2261 result[key] = value 2262 2263 return result
Returns the model properties as a dict