docusign_esign.models.date

DocuSign REST API

The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.

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

NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.

Date( anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None)
 25    def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None):
 26        """
 27        Date - a model defined in Swagger
 28
 29        :param dict swaggerTypes: The key is attribute name
 30                                  and the value is attribute type.
 31        :param dict attributeMap: The key is attribute name
 32                                  and the value is json key in definition.
 33        """
 34        self.swagger_types = {
 35            'anchor_allow_white_space_in_characters': 'str',
 36            'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata',
 37            'anchor_case_sensitive': 'str',
 38            'anchor_case_sensitive_metadata': 'PropertyMetadata',
 39            'anchor_horizontal_alignment': 'str',
 40            'anchor_horizontal_alignment_metadata': 'PropertyMetadata',
 41            'anchor_ignore_if_not_present': 'str',
 42            'anchor_ignore_if_not_present_metadata': 'PropertyMetadata',
 43            'anchor_match_whole_word': 'str',
 44            'anchor_match_whole_word_metadata': 'PropertyMetadata',
 45            'anchor_string': 'str',
 46            'anchor_string_metadata': 'PropertyMetadata',
 47            'anchor_tab_processor_version': 'str',
 48            'anchor_tab_processor_version_metadata': 'PropertyMetadata',
 49            'anchor_units': 'str',
 50            'anchor_units_metadata': 'PropertyMetadata',
 51            'anchor_x_offset': 'str',
 52            'anchor_x_offset_metadata': 'PropertyMetadata',
 53            'anchor_y_offset': 'str',
 54            'anchor_y_offset_metadata': 'PropertyMetadata',
 55            'bold': 'str',
 56            'bold_metadata': 'PropertyMetadata',
 57            'conceal_value_on_document': 'str',
 58            'conceal_value_on_document_metadata': 'PropertyMetadata',
 59            'conditional_parent_label': 'str',
 60            'conditional_parent_label_metadata': 'PropertyMetadata',
 61            'conditional_parent_value': 'str',
 62            'conditional_parent_value_metadata': 'PropertyMetadata',
 63            'custom_tab_id': 'str',
 64            'custom_tab_id_metadata': 'PropertyMetadata',
 65            'disable_auto_size': 'str',
 66            'disable_auto_size_metadata': 'PropertyMetadata',
 67            'document_id': 'str',
 68            'document_id_metadata': 'PropertyMetadata',
 69            'error_details': 'ErrorDetails',
 70            'font': 'str',
 71            'font_color': 'str',
 72            'font_color_metadata': 'PropertyMetadata',
 73            'font_metadata': 'PropertyMetadata',
 74            'font_size': 'str',
 75            'font_size_metadata': 'PropertyMetadata',
 76            'form_order': 'str',
 77            'form_order_metadata': 'PropertyMetadata',
 78            'form_page_label': 'str',
 79            'form_page_label_metadata': 'PropertyMetadata',
 80            'form_page_number': 'str',
 81            'form_page_number_metadata': 'PropertyMetadata',
 82            'height': 'str',
 83            'height_metadata': 'PropertyMetadata',
 84            'italic': 'str',
 85            'italic_metadata': 'PropertyMetadata',
 86            'locale_policy': 'LocalePolicyTab',
 87            'locked': 'str',
 88            'locked_metadata': 'PropertyMetadata',
 89            'max_length': 'str',
 90            'max_length_metadata': 'PropertyMetadata',
 91            'merge_field': 'MergeField',
 92            'merge_field_xml': 'str',
 93            'name': 'str',
 94            'name_metadata': 'PropertyMetadata',
 95            'original_value': 'str',
 96            'original_value_metadata': 'PropertyMetadata',
 97            'page_number': 'str',
 98            'page_number_metadata': 'PropertyMetadata',
 99            'recipient_id': 'str',
100            'recipient_id_guid': 'str',
101            'recipient_id_guid_metadata': 'PropertyMetadata',
102            'recipient_id_metadata': 'PropertyMetadata',
103            'require_all': 'str',
104            'require_all_metadata': 'PropertyMetadata',
105            'required': 'str',
106            'required_metadata': 'PropertyMetadata',
107            'require_initial_on_shared_change': 'str',
108            'require_initial_on_shared_change_metadata': 'PropertyMetadata',
109            'sender_required': 'str',
110            'sender_required_metadata': 'PropertyMetadata',
111            'shared': 'str',
112            'shared_metadata': 'PropertyMetadata',
113            'smart_contract_information': 'SmartContractInformation',
114            'status': 'str',
115            'status_metadata': 'PropertyMetadata',
116            'tab_group_labels': 'list[str]',
117            'tab_group_labels_metadata': 'PropertyMetadata',
118            'tab_id': 'str',
119            'tab_id_metadata': 'PropertyMetadata',
120            'tab_label': 'str',
121            'tab_label_metadata': 'PropertyMetadata',
122            'tab_order': 'str',
123            'tab_order_metadata': 'PropertyMetadata',
124            'tab_type': 'str',
125            'tab_type_metadata': 'PropertyMetadata',
126            'template_locked': 'str',
127            'template_locked_metadata': 'PropertyMetadata',
128            'template_required': 'str',
129            'template_required_metadata': 'PropertyMetadata',
130            'tooltip': 'str',
131            'tool_tip_metadata': 'PropertyMetadata',
132            'underline': 'str',
133            'underline_metadata': 'PropertyMetadata',
134            'validation_message': 'str',
135            'validation_message_metadata': 'PropertyMetadata',
136            'validation_pattern': 'str',
137            'validation_pattern_metadata': 'PropertyMetadata',
138            'value': 'str',
139            'value_metadata': 'PropertyMetadata',
140            'width': 'str',
141            'width_metadata': 'PropertyMetadata',
142            'x_position': 'str',
143            'x_position_metadata': 'PropertyMetadata',
144            'y_position': 'str',
145            'y_position_metadata': 'PropertyMetadata'
146        }
147
148        self.attribute_map = {
149            'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters',
150            'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata',
151            'anchor_case_sensitive': 'anchorCaseSensitive',
152            'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata',
153            'anchor_horizontal_alignment': 'anchorHorizontalAlignment',
154            'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata',
155            'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent',
156            'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata',
157            'anchor_match_whole_word': 'anchorMatchWholeWord',
158            'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata',
159            'anchor_string': 'anchorString',
160            'anchor_string_metadata': 'anchorStringMetadata',
161            'anchor_tab_processor_version': 'anchorTabProcessorVersion',
162            'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata',
163            'anchor_units': 'anchorUnits',
164            'anchor_units_metadata': 'anchorUnitsMetadata',
165            'anchor_x_offset': 'anchorXOffset',
166            'anchor_x_offset_metadata': 'anchorXOffsetMetadata',
167            'anchor_y_offset': 'anchorYOffset',
168            'anchor_y_offset_metadata': 'anchorYOffsetMetadata',
169            'bold': 'bold',
170            'bold_metadata': 'boldMetadata',
171            'conceal_value_on_document': 'concealValueOnDocument',
172            'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata',
173            'conditional_parent_label': 'conditionalParentLabel',
174            'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
175            'conditional_parent_value': 'conditionalParentValue',
176            'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
177            'custom_tab_id': 'customTabId',
178            'custom_tab_id_metadata': 'customTabIdMetadata',
179            'disable_auto_size': 'disableAutoSize',
180            'disable_auto_size_metadata': 'disableAutoSizeMetadata',
181            'document_id': 'documentId',
182            'document_id_metadata': 'documentIdMetadata',
183            'error_details': 'errorDetails',
184            'font': 'font',
185            'font_color': 'fontColor',
186            'font_color_metadata': 'fontColorMetadata',
187            'font_metadata': 'fontMetadata',
188            'font_size': 'fontSize',
189            'font_size_metadata': 'fontSizeMetadata',
190            'form_order': 'formOrder',
191            'form_order_metadata': 'formOrderMetadata',
192            'form_page_label': 'formPageLabel',
193            'form_page_label_metadata': 'formPageLabelMetadata',
194            'form_page_number': 'formPageNumber',
195            'form_page_number_metadata': 'formPageNumberMetadata',
196            'height': 'height',
197            'height_metadata': 'heightMetadata',
198            'italic': 'italic',
199            'italic_metadata': 'italicMetadata',
200            'locale_policy': 'localePolicy',
201            'locked': 'locked',
202            'locked_metadata': 'lockedMetadata',
203            'max_length': 'maxLength',
204            'max_length_metadata': 'maxLengthMetadata',
205            'merge_field': 'mergeField',
206            'merge_field_xml': 'mergeFieldXml',
207            'name': 'name',
208            'name_metadata': 'nameMetadata',
209            'original_value': 'originalValue',
210            'original_value_metadata': 'originalValueMetadata',
211            'page_number': 'pageNumber',
212            'page_number_metadata': 'pageNumberMetadata',
213            'recipient_id': 'recipientId',
214            'recipient_id_guid': 'recipientIdGuid',
215            'recipient_id_guid_metadata': 'recipientIdGuidMetadata',
216            'recipient_id_metadata': 'recipientIdMetadata',
217            'require_all': 'requireAll',
218            'require_all_metadata': 'requireAllMetadata',
219            'required': 'required',
220            'required_metadata': 'requiredMetadata',
221            'require_initial_on_shared_change': 'requireInitialOnSharedChange',
222            'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata',
223            'sender_required': 'senderRequired',
224            'sender_required_metadata': 'senderRequiredMetadata',
225            'shared': 'shared',
226            'shared_metadata': 'sharedMetadata',
227            'smart_contract_information': 'smartContractInformation',
228            'status': 'status',
229            'status_metadata': 'statusMetadata',
230            'tab_group_labels': 'tabGroupLabels',
231            'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
232            'tab_id': 'tabId',
233            'tab_id_metadata': 'tabIdMetadata',
234            'tab_label': 'tabLabel',
235            'tab_label_metadata': 'tabLabelMetadata',
236            'tab_order': 'tabOrder',
237            'tab_order_metadata': 'tabOrderMetadata',
238            'tab_type': 'tabType',
239            'tab_type_metadata': 'tabTypeMetadata',
240            'template_locked': 'templateLocked',
241            'template_locked_metadata': 'templateLockedMetadata',
242            'template_required': 'templateRequired',
243            'template_required_metadata': 'templateRequiredMetadata',
244            'tooltip': 'tooltip',
245            'tool_tip_metadata': 'toolTipMetadata',
246            'underline': 'underline',
247            'underline_metadata': 'underlineMetadata',
248            'validation_message': 'validationMessage',
249            'validation_message_metadata': 'validationMessageMetadata',
250            'validation_pattern': 'validationPattern',
251            'validation_pattern_metadata': 'validationPatternMetadata',
252            'value': 'value',
253            'value_metadata': 'valueMetadata',
254            'width': 'width',
255            'width_metadata': 'widthMetadata',
256            'x_position': 'xPosition',
257            'x_position_metadata': 'xPositionMetadata',
258            'y_position': 'yPosition',
259            'y_position_metadata': 'yPositionMetadata'
260        }
261
262        self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters
263        self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata
264        self._anchor_case_sensitive = anchor_case_sensitive
265        self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata
266        self._anchor_horizontal_alignment = anchor_horizontal_alignment
267        self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata
268        self._anchor_ignore_if_not_present = anchor_ignore_if_not_present
269        self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata
270        self._anchor_match_whole_word = anchor_match_whole_word
271        self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata
272        self._anchor_string = anchor_string
273        self._anchor_string_metadata = anchor_string_metadata
274        self._anchor_tab_processor_version = anchor_tab_processor_version
275        self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata
276        self._anchor_units = anchor_units
277        self._anchor_units_metadata = anchor_units_metadata
278        self._anchor_x_offset = anchor_x_offset
279        self._anchor_x_offset_metadata = anchor_x_offset_metadata
280        self._anchor_y_offset = anchor_y_offset
281        self._anchor_y_offset_metadata = anchor_y_offset_metadata
282        self._bold = bold
283        self._bold_metadata = bold_metadata
284        self._conceal_value_on_document = conceal_value_on_document
285        self._conceal_value_on_document_metadata = conceal_value_on_document_metadata
286        self._conditional_parent_label = conditional_parent_label
287        self._conditional_parent_label_metadata = conditional_parent_label_metadata
288        self._conditional_parent_value = conditional_parent_value
289        self._conditional_parent_value_metadata = conditional_parent_value_metadata
290        self._custom_tab_id = custom_tab_id
291        self._custom_tab_id_metadata = custom_tab_id_metadata
292        self._disable_auto_size = disable_auto_size
293        self._disable_auto_size_metadata = disable_auto_size_metadata
294        self._document_id = document_id
295        self._document_id_metadata = document_id_metadata
296        self._error_details = error_details
297        self._font = font
298        self._font_color = font_color
299        self._font_color_metadata = font_color_metadata
300        self._font_metadata = font_metadata
301        self._font_size = font_size
302        self._font_size_metadata = font_size_metadata
303        self._form_order = form_order
304        self._form_order_metadata = form_order_metadata
305        self._form_page_label = form_page_label
306        self._form_page_label_metadata = form_page_label_metadata
307        self._form_page_number = form_page_number
308        self._form_page_number_metadata = form_page_number_metadata
309        self._height = height
310        self._height_metadata = height_metadata
311        self._italic = italic
312        self._italic_metadata = italic_metadata
313        self._locale_policy = locale_policy
314        self._locked = locked
315        self._locked_metadata = locked_metadata
316        self._max_length = max_length
317        self._max_length_metadata = max_length_metadata
318        self._merge_field = merge_field
319        self._merge_field_xml = merge_field_xml
320        self._name = name
321        self._name_metadata = name_metadata
322        self._original_value = original_value
323        self._original_value_metadata = original_value_metadata
324        self._page_number = page_number
325        self._page_number_metadata = page_number_metadata
326        self._recipient_id = recipient_id
327        self._recipient_id_guid = recipient_id_guid
328        self._recipient_id_guid_metadata = recipient_id_guid_metadata
329        self._recipient_id_metadata = recipient_id_metadata
330        self._require_all = require_all
331        self._require_all_metadata = require_all_metadata
332        self._required = required
333        self._required_metadata = required_metadata
334        self._require_initial_on_shared_change = require_initial_on_shared_change
335        self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata
336        self._sender_required = sender_required
337        self._sender_required_metadata = sender_required_metadata
338        self._shared = shared
339        self._shared_metadata = shared_metadata
340        self._smart_contract_information = smart_contract_information
341        self._status = status
342        self._status_metadata = status_metadata
343        self._tab_group_labels = tab_group_labels
344        self._tab_group_labels_metadata = tab_group_labels_metadata
345        self._tab_id = tab_id
346        self._tab_id_metadata = tab_id_metadata
347        self._tab_label = tab_label
348        self._tab_label_metadata = tab_label_metadata
349        self._tab_order = tab_order
350        self._tab_order_metadata = tab_order_metadata
351        self._tab_type = tab_type
352        self._tab_type_metadata = tab_type_metadata
353        self._template_locked = template_locked
354        self._template_locked_metadata = template_locked_metadata
355        self._template_required = template_required
356        self._template_required_metadata = template_required_metadata
357        self._tooltip = tooltip
358        self._tool_tip_metadata = tool_tip_metadata
359        self._underline = underline
360        self._underline_metadata = underline_metadata
361        self._validation_message = validation_message
362        self._validation_message_metadata = validation_message_metadata
363        self._validation_pattern = validation_pattern
364        self._validation_pattern_metadata = validation_pattern_metadata
365        self._value = value
366        self._value_metadata = value_metadata
367        self._width = width
368        self._width_metadata = width_metadata
369        self._x_position = x_position
370        self._x_position_metadata = x_position_metadata
371        self._y_position = y_position
372        self._y_position_metadata = y_position_metadata

Date - a model defined in Swagger

Parameters
  • dict swaggerTypes: The key is attribute name and the value is attribute type.
  • dict attributeMap: The key is attribute name and the value is json key in definition.
anchor_allow_white_space_in_characters

Gets the anchor_allow_white_space_in_characters of this Date.

Returns

The anchor_allow_white_space_in_characters of this Date.

anchor_allow_white_space_in_characters_metadata

Gets the anchor_allow_white_space_in_characters_metadata of this Date.

Returns

The anchor_allow_white_space_in_characters_metadata of this Date.

anchor_case_sensitive

Gets the anchor_case_sensitive of this Date. When set to true, the anchor string does not consider case when matching strings in the document. The default value is true.

Returns

The anchor_case_sensitive of this Date.

anchor_case_sensitive_metadata

Gets the anchor_case_sensitive_metadata of this Date.

Returns

The anchor_case_sensitive_metadata of this Date.

anchor_horizontal_alignment

Gets the anchor_horizontal_alignment of this Date. Specifies the alignment of anchor tabs with anchor strings. Possible values are left or right. The default value is left.

Returns

The anchor_horizontal_alignment of this Date.

anchor_horizontal_alignment_metadata

Gets the anchor_horizontal_alignment_metadata of this Date.

Returns

The anchor_horizontal_alignment_metadata of this Date.

anchor_ignore_if_not_present

Gets the anchor_ignore_if_not_present of this Date. When set to true, this tab is ignored if anchorString is not found in the document.

Returns

The anchor_ignore_if_not_present of this Date.

anchor_ignore_if_not_present_metadata

Gets the anchor_ignore_if_not_present_metadata of this Date.

Returns

The anchor_ignore_if_not_present_metadata of this Date.

anchor_match_whole_word

Gets the anchor_match_whole_word of this Date. 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.

Returns

The anchor_match_whole_word of this Date.

anchor_match_whole_word_metadata

Gets the anchor_match_whole_word_metadata of this Date.

Returns

The anchor_match_whole_word_metadata of this Date.

anchor_string

Gets the anchor_string of this Date. Anchor text information for a radio button.

Returns

The anchor_string of this Date.

anchor_string_metadata

Gets the anchor_string_metadata of this Date.

Returns

The anchor_string_metadata of this Date.

anchor_tab_processor_version

Gets the anchor_tab_processor_version of this Date.

Returns

The anchor_tab_processor_version of this Date.

anchor_tab_processor_version_metadata

Gets the anchor_tab_processor_version_metadata of this Date.

Returns

The anchor_tab_processor_version_metadata of this Date.

anchor_units

Gets the anchor_units of this Date. Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches.

Returns

The anchor_units of this Date.

anchor_units_metadata

Gets the anchor_units_metadata of this Date.

Returns

The anchor_units_metadata of this Date.

anchor_x_offset

Gets the anchor_x_offset of this Date. Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString.

Returns

The anchor_x_offset of this Date.

anchor_x_offset_metadata

Gets the anchor_x_offset_metadata of this Date.

Returns

The anchor_x_offset_metadata of this Date.

anchor_y_offset

Gets the anchor_y_offset of this Date. Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString.

Returns

The anchor_y_offset of this Date.

anchor_y_offset_metadata

Gets the anchor_y_offset_metadata of this Date.

Returns

The anchor_y_offset_metadata of this Date.

bold

Gets the bold of this Date. When set to true, the information in the tab is bold.

Returns

The bold of this Date.

bold_metadata

Gets the bold_metadata of this Date.

Returns

The bold_metadata of this Date.

conceal_value_on_document

Gets the conceal_value_on_document of this Date. 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.

Returns

The conceal_value_on_document of this Date.

conceal_value_on_document_metadata

Gets the conceal_value_on_document_metadata of this Date.

Returns

The conceal_value_on_document_metadata of this Date.

conditional_parent_label

Gets the conditional_parent_label of this Date. For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.

Returns

The conditional_parent_label of this Date.

conditional_parent_label_metadata

Gets the conditional_parent_label_metadata of this Date.

Returns

The conditional_parent_label_metadata of this Date.

conditional_parent_value

Gets the conditional_parent_value of this Date. 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.

Returns

The conditional_parent_value of this Date.

conditional_parent_value_metadata

Gets the conditional_parent_value_metadata of this Date.

Returns

The conditional_parent_value_metadata of this Date.

custom_tab_id

Gets the custom_tab_id of this Date. 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.

Returns

The custom_tab_id of this Date.

custom_tab_id_metadata

Gets the custom_tab_id_metadata of this Date.

Returns

The custom_tab_id_metadata of this Date.

disable_auto_size

Gets the disable_auto_size of this Date. 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.

Returns

The disable_auto_size of this Date.

disable_auto_size_metadata

Gets the disable_auto_size_metadata of this Date.

Returns

The disable_auto_size_metadata of this Date.

document_id

Gets the document_id of this Date. Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.

Returns

The document_id of this Date.

document_id_metadata

Gets the document_id_metadata of this Date.

Returns

The document_id_metadata of this Date.

error_details

Gets the error_details of this Date.

Returns

The error_details of this Date.

font

Gets the font of this Date. 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.

Returns

The font of this Date.

font_color

Gets the font_color of this Date. The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White.

Returns

The font_color of this Date.

font_color_metadata

Gets the font_color_metadata of this Date.

Returns

The font_color_metadata of this Date.

font_metadata

Gets the font_metadata of this Date.

Returns

The font_metadata of this Date.

font_size

Gets the font_size of this Date. 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.

Returns

The font_size of this Date.

font_size_metadata

Gets the font_size_metadata of this Date.

Returns

The font_size_metadata of this Date.

form_order

Gets the form_order of this Date.

Returns

The form_order of this Date.

form_order_metadata

Gets the form_order_metadata of this Date.

Returns

The form_order_metadata of this Date.

form_page_label

Gets the form_page_label of this Date.

Returns

The form_page_label of this Date.

form_page_label_metadata

Gets the form_page_label_metadata of this Date.

Returns

The form_page_label_metadata of this Date.

form_page_number

Gets the form_page_number of this Date.

Returns

The form_page_number of this Date.

form_page_number_metadata

Gets the form_page_number_metadata of this Date.

Returns

The form_page_number_metadata of this Date.

height

Gets the height of this Date. Height of the tab in pixels.

Returns

The height of this Date.

height_metadata

Gets the height_metadata of this Date.

Returns

The height_metadata of this Date.

italic

Gets the italic of this Date. When set to true, the information in the tab is italic.

Returns

The italic of this Date.

italic_metadata

Gets the italic_metadata of this Date.

Returns

The italic_metadata of this Date.

locale_policy

Gets the locale_policy of this Date.

Returns

The locale_policy of this Date.

locked

Gets the locked of this Date. When set to true, the signer cannot change the data of the custom tab.

Returns

The locked of this Date.

locked_metadata

Gets the locked_metadata of this Date.

Returns

The locked_metadata of this Date.

max_length

Gets the max_length of this Date. An optional value that describes the maximum length of the property when the property is a string.

Returns

The max_length of this Date.

max_length_metadata

Gets the max_length_metadata of this Date.

Returns

The max_length_metadata of this Date.

merge_field

Gets the merge_field of this Date.

Returns

The merge_field of this Date.

merge_field_xml

Gets the merge_field_xml of this Date.

Returns

The merge_field_xml of this Date.

name

Gets the name of this Date.

Returns

The name of this Date.

name_metadata

Gets the name_metadata of this Date.

Returns

The name_metadata of this Date.

original_value

Gets the original_value of this Date. The initial value of the tab when it was sent to the recipient.

Returns

The original_value of this Date.

original_value_metadata

Gets the original_value_metadata of this Date.

Returns

The original_value_metadata of this Date.

page_number

Gets the page_number of this Date. Specifies the page number on which the tab is located.

Returns

The page_number of this Date.

page_number_metadata

Gets the page_number_metadata of this Date.

Returns

The page_number_metadata of this Date.

recipient_id

Gets the recipient_id of this Date. Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.

Returns

The recipient_id of this Date.

recipient_id_guid

Gets the recipient_id_guid of this Date.

Returns

The recipient_id_guid of this Date.

recipient_id_guid_metadata

Gets the recipient_id_guid_metadata of this Date.

Returns

The recipient_id_guid_metadata of this Date.

recipient_id_metadata

Gets the recipient_id_metadata of this Date.

Returns

The recipient_id_metadata of this Date.

require_all

Gets the require_all of this Date. When set to true and shared is true, information must be entered in this field to complete the envelope.

Returns

The require_all of this Date.

require_all_metadata

Gets the require_all_metadata of this Date.

Returns

The require_all_metadata of this Date.

required

Gets the required of this Date. When set to true, the signer is required to fill out this tab

Returns

The required of this Date.

required_metadata

Gets the required_metadata of this Date.

Returns

The required_metadata of this Date.

require_initial_on_shared_change

Gets the require_initial_on_shared_change of this Date. Optional element for field markup. When set to true, the signer is required to initial when they modify a shared field.

Returns

The require_initial_on_shared_change of this Date.

require_initial_on_shared_change_metadata

Gets the require_initial_on_shared_change_metadata of this Date.

Returns

The require_initial_on_shared_change_metadata of this Date.

sender_required

Gets the sender_required of this Date. 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.

Returns

The sender_required of this Date.

sender_required_metadata

Gets the sender_required_metadata of this Date.

Returns

The sender_required_metadata of this Date.

shared

Gets the shared of this Date. When set to true, this custom tab is shared.

Returns

The shared of this Date.

shared_metadata

Gets the shared_metadata of this Date.

Returns

The shared_metadata of this Date.

smart_contract_information

Gets the smart_contract_information of this Date.

Returns

The smart_contract_information of this Date.

status

Gets the status of this Date. 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.

Returns

The status of this Date.

status_metadata

Gets the status_metadata of this Date.

Returns

The status_metadata of this Date.

tab_group_labels

Gets the tab_group_labels of this Date.

Returns

The tab_group_labels of this Date.

tab_group_labels_metadata

Gets the tab_group_labels_metadata of this Date.

Returns

The tab_group_labels_metadata of this Date.

tab_id

Gets the tab_id of this Date. The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].

Returns

The tab_id of this Date.

tab_id_metadata

Gets the tab_id_metadata of this Date.

Returns

The tab_id_metadata of this Date.

tab_label

Gets the tab_label of this Date. The label string associated with the tab.

Returns

The tab_label of this Date.

tab_label_metadata

Gets the tab_label_metadata of this Date.

Returns

The tab_label_metadata of this Date.

tab_order

Gets the tab_order of this Date.

Returns

The tab_order of this Date.

tab_order_metadata

Gets the tab_order_metadata of this Date.

Returns

The tab_order_metadata of this Date.

tab_type

Gets the tab_type of this Date.

Returns

The tab_type of this Date.

tab_type_metadata

Gets the tab_type_metadata of this Date.

Returns

The tab_type_metadata of this Date.

template_locked

Gets the template_locked of this Date. When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients.

Returns

The template_locked of this Date.

template_locked_metadata

Gets the template_locked_metadata of this Date.

Returns

The template_locked_metadata of this Date.

template_required

Gets the template_required of this Date. When set to true, the sender may not remove the recipient. Used only when working with template recipients.

Returns

The template_required of this Date.

template_required_metadata

Gets the template_required_metadata of this Date.

Returns

The template_required_metadata of this Date.

tooltip

Gets the tooltip of this Date.

Returns

The tooltip of this Date.

tool_tip_metadata

Gets the tool_tip_metadata of this Date.

Returns

The tool_tip_metadata of this Date.

underline

Gets the underline of this Date. When set to true, the information in the tab is underlined.

Returns

The underline of this Date.

underline_metadata

Gets the underline_metadata of this Date.

Returns

The underline_metadata of this Date.

validation_message

Gets the validation_message of this Date. The message displayed if the custom tab fails input validation (either custom of embedded).

Returns

The validation_message of this Date.

validation_message_metadata

Gets the validation_message_metadata of this Date.

Returns

The validation_message_metadata of this Date.

validation_pattern

Gets the validation_pattern of this Date. A regular expression used to validate input for the tab.

Returns

The validation_pattern of this Date.

validation_pattern_metadata

Gets the validation_pattern_metadata of this Date.

Returns

The validation_pattern_metadata of this Date.

value

Gets the value of this Date. Specifies the value of the tab.

Returns

The value of this Date.

value_metadata

Gets the value_metadata of this Date.

Returns

The value_metadata of this Date.

width

Gets the width of this Date. Width of the tab in pixels.

Returns

The width of this Date.

width_metadata

Gets the width_metadata of this Date.

Returns

The width_metadata of this Date.

x_position

Gets the x_position of this Date. This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position.

Returns

The x_position of this Date.

x_position_metadata

Gets the x_position_metadata of this Date.

Returns

The x_position_metadata of this Date.

y_position

Gets the y_position of this Date. This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position.

Returns

The y_position of this Date.

y_position_metadata

Gets the y_position_metadata of this Date.

Returns

The y_position_metadata of this Date.

def to_dict(self)
2813    def to_dict(self):
2814        """
2815        Returns the model properties as a dict
2816        """
2817        result = {}
2818
2819        for attr, _ in iteritems(self.swagger_types):
2820            value = getattr(self, attr)
2821            if isinstance(value, list):
2822                result[attr] = list(map(
2823                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
2824                    value
2825                ))
2826            elif hasattr(value, "to_dict"):
2827                result[attr] = value.to_dict()
2828            elif isinstance(value, dict):
2829                result[attr] = dict(map(
2830                    lambda item: (item[0], item[1].to_dict())
2831                    if hasattr(item[1], "to_dict") else item,
2832                    value.items()
2833                ))
2834            else:
2835                result[attr] = value
2836
2837        return result

Returns the model properties as a dict

def to_str(self)
2839    def to_str(self):
2840        """
2841        Returns the string representation of the model
2842        """
2843        return pformat(self.to_dict())

Returns the string representation of the model