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