docusign_esign.models.notarize

Docusign eSignature REST API

The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501

OpenAPI spec version: v2.1 Contact: devcenter@docusign.com Generated by: https://github.com/swagger-api/swagger-codegen.git

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

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

Notarize(_configuration=None, **kwargs)
206    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
207        """Notarize - a model defined in Swagger"""  # noqa: E501
208        if _configuration is None:
209            _configuration = Configuration()
210        self._configuration = _configuration
211
212        self._agreement_attribute = None
213        self._agreement_attribute_locked = None
214        self._anchor_allow_white_space_in_characters = None
215        self._anchor_allow_white_space_in_characters_metadata = None
216        self._anchor_case_sensitive = None
217        self._anchor_case_sensitive_metadata = None
218        self._anchor_horizontal_alignment = None
219        self._anchor_horizontal_alignment_metadata = None
220        self._anchor_ignore_if_not_present = None
221        self._anchor_ignore_if_not_present_metadata = None
222        self._anchor_match_whole_word = None
223        self._anchor_match_whole_word_metadata = None
224        self._anchor_string = None
225        self._anchor_string_metadata = None
226        self._anchor_tab_processor_version = None
227        self._anchor_tab_processor_version_metadata = None
228        self._anchor_tab_scope = None
229        self._anchor_units = None
230        self._anchor_units_metadata = None
231        self._anchor_x_offset = None
232        self._anchor_x_offset_metadata = None
233        self._anchor_y_offset = None
234        self._anchor_y_offset_metadata = None
235        self._caption = None
236        self._caption_metadata = None
237        self._conditional_parent_label = None
238        self._conditional_parent_label_metadata = None
239        self._conditional_parent_value = None
240        self._conditional_parent_value_metadata = None
241        self._connected_object_details = None
242        self._custom_tab_id = None
243        self._custom_tab_id_metadata = None
244        self._document_id = None
245        self._document_id_metadata = None
246        self._error_details = None
247        self._extension_data = None
248        self._form_order = None
249        self._form_order_metadata = None
250        self._form_page_label = None
251        self._form_page_label_metadata = None
252        self._form_page_number = None
253        self._form_page_number_metadata = None
254        self._height = None
255        self._height_metadata = None
256        self._locked = None
257        self._locked_metadata = None
258        self._merge_field = None
259        self._merge_field_xml = None
260        self._page_number = None
261        self._page_number_metadata = None
262        self._recipient_id = None
263        self._recipient_id_guid = None
264        self._recipient_id_guid_metadata = None
265        self._recipient_id_metadata = None
266        self._required = None
267        self._required_metadata = None
268        self._smart_contract_information = None
269        self._source = None
270        self._status = None
271        self._status_metadata = None
272        self._tab_fully_qualified_path = None
273        self._tab_group_labels = None
274        self._tab_group_labels_metadata = None
275        self._tab_id = None
276        self._tab_id_metadata = None
277        self._tab_order = None
278        self._tab_order_metadata = None
279        self._tab_type = None
280        self._tab_type_metadata = None
281        self._template_locked = None
282        self._template_locked_metadata = None
283        self._template_required = None
284        self._template_required_metadata = None
285        self._tooltip = None
286        self._tool_tip_metadata = None
287        self._warning_details = None
288        self._width = None
289        self._width_metadata = None
290        self._x_position = None
291        self._x_position_metadata = None
292        self._y_position = None
293        self._y_position_metadata = None
294        self.discriminator = None
295
296        setattr(self, "_{}".format('agreement_attribute'), kwargs.get('agreement_attribute', None))
297        setattr(self, "_{}".format('agreement_attribute_locked'), kwargs.get('agreement_attribute_locked', None))
298        setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None))
299        setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None))
300        setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None))
301        setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None))
302        setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None))
303        setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None))
304        setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None))
305        setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None))
306        setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None))
307        setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None))
308        setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None))
309        setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None))
310        setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None))
311        setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None))
312        setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None))
313        setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None))
314        setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None))
315        setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None))
316        setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None))
317        setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None))
318        setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None))
319        setattr(self, "_{}".format('caption'), kwargs.get('caption', None))
320        setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None))
321        setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None))
322        setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
323        setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
324        setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
325        setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
326        setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
327        setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
328        setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
329        setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None))
330        setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None))
331        setattr(self, "_{}".format('extension_data'), kwargs.get('extension_data', None))
332        setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None))
333        setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None))
334        setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None))
335        setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None))
336        setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None))
337        setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None))
338        setattr(self, "_{}".format('height'), kwargs.get('height', None))
339        setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None))
340        setattr(self, "_{}".format('locked'), kwargs.get('locked', None))
341        setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None))
342        setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None))
343        setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None))
344        setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None))
345        setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None))
346        setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None))
347        setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None))
348        setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None))
349        setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None))
350        setattr(self, "_{}".format('required'), kwargs.get('required', None))
351        setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None))
352        setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None))
353        setattr(self, "_{}".format('source'), kwargs.get('source', None))
354        setattr(self, "_{}".format('status'), kwargs.get('status', None))
355        setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
356        setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
357        setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
358        setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
359        setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
360        setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None))
361        setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None))
362        setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None))
363        setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None))
364        setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None))
365        setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None))
366        setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None))
367        setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
368        setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None))
369        setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None))
370        setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
371        setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
372        setattr(self, "_{}".format('width'), kwargs.get('width', None))
373        setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
374        setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
375        setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None))
376        setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None))
377        setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None))

Notarize - a model defined in Swagger

swagger_types = {'agreement_attribute': 'str', 'agreement_attribute_locked': 'str', 'anchor_allow_white_space_in_characters': 'str', 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', 'anchor_case_sensitive': 'str', 'anchor_case_sensitive_metadata': 'PropertyMetadata', 'anchor_horizontal_alignment': 'str', 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', 'anchor_ignore_if_not_present': 'str', 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', 'anchor_match_whole_word': 'str', 'anchor_match_whole_word_metadata': 'PropertyMetadata', 'anchor_string': 'str', 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', 'anchor_x_offset_metadata': 'PropertyMetadata', 'anchor_y_offset': 'str', 'anchor_y_offset_metadata': 'PropertyMetadata', 'caption': 'str', 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', 'conditional_parent_value_metadata': 'PropertyMetadata', 'connected_object_details': 'ConnectedObjectDetails', 'custom_tab_id': 'str', 'custom_tab_id_metadata': 'PropertyMetadata', 'document_id': 'str', 'document_id_metadata': 'PropertyMetadata', 'error_details': 'ErrorDetails', 'extension_data': 'ExtensionData', 'form_order': 'str', 'form_order_metadata': 'PropertyMetadata', 'form_page_label': 'str', 'form_page_label_metadata': 'PropertyMetadata', 'form_page_number': 'str', 'form_page_number_metadata': 'PropertyMetadata', 'height': 'str', 'height_metadata': 'PropertyMetadata', 'locked': 'str', 'locked_metadata': 'PropertyMetadata', 'merge_field': 'MergeField', 'merge_field_xml': 'str', 'page_number': 'str', 'page_number_metadata': 'PropertyMetadata', 'recipient_id': 'str', 'recipient_id_guid': 'str', 'recipient_id_guid_metadata': 'PropertyMetadata', 'recipient_id_metadata': 'PropertyMetadata', 'required': 'str', 'required_metadata': 'PropertyMetadata', 'smart_contract_information': 'SmartContractInformation', 'source': 'str', 'status': 'str', 'status_metadata': 'PropertyMetadata', 'tab_fully_qualified_path': 'str', 'tab_group_labels': 'list[str]', 'tab_group_labels_metadata': 'PropertyMetadata', 'tab_id': 'str', 'tab_id_metadata': 'PropertyMetadata', 'tab_order': 'str', 'tab_order_metadata': 'PropertyMetadata', 'tab_type': 'str', 'tab_type_metadata': 'PropertyMetadata', 'template_locked': 'str', 'template_locked_metadata': 'PropertyMetadata', 'template_required': 'str', 'template_required_metadata': 'PropertyMetadata', 'tooltip': 'str', 'tool_tip_metadata': 'PropertyMetadata', 'warning_details': 'ErrorDetails', 'width': 'str', 'width_metadata': 'PropertyMetadata', 'x_position': 'str', 'x_position_metadata': 'PropertyMetadata', 'y_position': 'str', 'y_position_metadata': 'PropertyMetadata'}
attribute_map = {'agreement_attribute': 'agreementAttribute', 'agreement_attribute_locked': 'agreementAttributeLocked', 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 'anchor_case_sensitive': 'anchorCaseSensitive', 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 'anchor_match_whole_word': 'anchorMatchWholeWord', 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 'anchor_string': 'anchorString', 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 'anchor_y_offset': 'anchorYOffset', 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'caption': 'caption', 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 'connected_object_details': 'connectedObjectDetails', 'custom_tab_id': 'customTabId', 'custom_tab_id_metadata': 'customTabIdMetadata', 'document_id': 'documentId', 'document_id_metadata': 'documentIdMetadata', 'error_details': 'errorDetails', 'extension_data': 'extensionData', 'form_order': 'formOrder', 'form_order_metadata': 'formOrderMetadata', 'form_page_label': 'formPageLabel', 'form_page_label_metadata': 'formPageLabelMetadata', 'form_page_number': 'formPageNumber', 'form_page_number_metadata': 'formPageNumberMetadata', 'height': 'height', 'height_metadata': 'heightMetadata', 'locked': 'locked', 'locked_metadata': 'lockedMetadata', 'merge_field': 'mergeField', 'merge_field_xml': 'mergeFieldXml', 'page_number': 'pageNumber', 'page_number_metadata': 'pageNumberMetadata', 'recipient_id': 'recipientId', 'recipient_id_guid': 'recipientIdGuid', 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', 'recipient_id_metadata': 'recipientIdMetadata', 'required': 'required', 'required_metadata': 'requiredMetadata', 'smart_contract_information': 'smartContractInformation', 'source': 'source', 'status': 'status', 'status_metadata': 'statusMetadata', 'tab_fully_qualified_path': 'tabFullyQualifiedPath', 'tab_group_labels': 'tabGroupLabels', 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 'tab_id': 'tabId', 'tab_id_metadata': 'tabIdMetadata', 'tab_order': 'tabOrder', 'tab_order_metadata': 'tabOrderMetadata', 'tab_type': 'tabType', 'tab_type_metadata': 'tabTypeMetadata', 'template_locked': 'templateLocked', 'template_locked_metadata': 'templateLockedMetadata', 'template_required': 'templateRequired', 'template_required_metadata': 'templateRequiredMetadata', 'tooltip': 'tooltip', 'tool_tip_metadata': 'toolTipMetadata', 'warning_details': 'warningDetails', 'width': 'width', 'width_metadata': 'widthMetadata', 'x_position': 'xPosition', 'x_position_metadata': 'xPositionMetadata', 'y_position': 'yPosition', 'y_position_metadata': 'yPositionMetadata'}
agreement_attribute

Gets the agreement_attribute of this Notarize. # noqa: E501

# noqa: E501

Returns

The agreement_attribute of this Notarize. # noqa: E501

agreement_attribute_locked

Gets the agreement_attribute_locked of this Notarize. # noqa: E501

# noqa: E501

Returns

The agreement_attribute_locked of this Notarize. # noqa: E501

anchor_allow_white_space_in_characters

Gets the anchor_allow_white_space_in_characters of this Notarize. # noqa: E501

# noqa: E501

Returns

The anchor_allow_white_space_in_characters of this Notarize. # noqa: E501

anchor_allow_white_space_in_characters_metadata

Gets the anchor_allow_white_space_in_characters_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the anchorAllowWhiteSpaceInCharacters property is editable. # noqa: E501

Returns

The anchor_allow_white_space_in_characters_metadata of this Notarize. # noqa: E501

anchor_case_sensitive

Gets the anchor_case_sensitive of this Notarize. # noqa: E501

When set to true, the anchor string does not consider case when matching strings in the document. The default value is true. # noqa: E501

Returns

The anchor_case_sensitive of this Notarize. # noqa: E501

anchor_case_sensitive_metadata

Gets the anchor_case_sensitive_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the anchorCaseSensitive property is editable. # noqa: E501

Returns

The anchor_case_sensitive_metadata of this Notarize. # noqa: E501

anchor_horizontal_alignment

Gets the anchor_horizontal_alignment of this Notarize. # noqa: E501

Specifies the alignment of anchor tabs with anchor strings. Possible values are left or right. The default value is left. # noqa: E501

Returns

The anchor_horizontal_alignment of this Notarize. # noqa: E501

anchor_horizontal_alignment_metadata

Gets the anchor_horizontal_alignment_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the anchorHorizontalAlignment property is editable. # noqa: E501

Returns

The anchor_horizontal_alignment_metadata of this Notarize. # noqa: E501

anchor_ignore_if_not_present

Gets the anchor_ignore_if_not_present of this Notarize. # noqa: E501

When set to true, this tab is ignored if anchorString is not found in the document. # noqa: E501

Returns

The anchor_ignore_if_not_present of this Notarize. # noqa: E501

anchor_ignore_if_not_present_metadata

Gets the anchor_ignore_if_not_present_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the anchorIgnoreIfNotPresent property is editable. # noqa: E501

Returns

The anchor_ignore_if_not_present_metadata of this Notarize. # noqa: E501

anchor_match_whole_word

Gets the anchor_match_whole_word of this Notarize. # noqa: E501

When set to true, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is true. # noqa: E501

Returns

The anchor_match_whole_word of this Notarize. # noqa: E501

anchor_match_whole_word_metadata

Gets the anchor_match_whole_word_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the anchorMatchWholeWord property is editable. # noqa: E501

Returns

The anchor_match_whole_word_metadata of this Notarize. # noqa: E501

anchor_string

Gets the anchor_string of this Notarize. # noqa: E501

Anchor text information for a radio button. # noqa: E501

Returns

The anchor_string of this Notarize. # noqa: E501

anchor_string_metadata

Gets the anchor_string_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the anchorString property is editable. # noqa: E501

Returns

The anchor_string_metadata of this Notarize. # noqa: E501

anchor_tab_processor_version

Gets the anchor_tab_processor_version of this Notarize. # noqa: E501

# noqa: E501

Returns

The anchor_tab_processor_version of this Notarize. # noqa: E501

anchor_tab_processor_version_metadata

Gets the anchor_tab_processor_version_metadata of this Notarize. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The anchor_tab_processor_version_metadata of this Notarize. # noqa: E501

anchor_tab_scope

Gets the anchor_tab_scope of this Notarize. # noqa: E501

# noqa: E501

Returns

The anchor_tab_scope of this Notarize. # noqa: E501

anchor_units

Gets the anchor_units of this Notarize. # noqa: E501

Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501

Returns

The anchor_units of this Notarize. # noqa: E501

anchor_units_metadata

Gets the anchor_units_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the anchorUnits property is editable. # noqa: E501

Returns

The anchor_units_metadata of this Notarize. # noqa: E501

anchor_x_offset

Gets the anchor_x_offset of this Notarize. # noqa: E501

Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501

Returns

The anchor_x_offset of this Notarize. # noqa: E501

anchor_x_offset_metadata

Gets the anchor_x_offset_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the anchorXOffset property is editable. # noqa: E501

Returns

The anchor_x_offset_metadata of this Notarize. # noqa: E501

anchor_y_offset

Gets the anchor_y_offset of this Notarize. # noqa: E501

Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501

Returns

The anchor_y_offset of this Notarize. # noqa: E501

anchor_y_offset_metadata

Gets the anchor_y_offset_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the anchorYOffset property is editable. # noqa: E501

Returns

The anchor_y_offset_metadata of this Notarize. # noqa: E501

caption

Gets the caption of this Notarize. # noqa: E501

# noqa: E501

Returns

The caption of this Notarize. # noqa: E501

caption_metadata

Gets the caption_metadata of this Notarize. # noqa: E501

# noqa: E501

Returns

The caption_metadata of this Notarize. # noqa: E501

conditional_parent_label

Gets the conditional_parent_label of this Notarize. # noqa: E501

For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501

Returns

The conditional_parent_label of this Notarize. # noqa: E501

conditional_parent_label_metadata

Gets the conditional_parent_label_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the conditionalParentLabel property is editable. # noqa: E501

Returns

The conditional_parent_label_metadata of this Notarize. # noqa: E501

conditional_parent_value

Gets the conditional_parent_value of this Notarize. # noqa: E501

For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use "on" as the value to show that the parent tab is active. # noqa: E501

Returns

The conditional_parent_value of this Notarize. # noqa: E501

conditional_parent_value_metadata

Gets the conditional_parent_value_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the conditionalParentValue property is editable. # noqa: E501

Returns

The conditional_parent_value_metadata of this Notarize. # noqa: E501

connected_object_details

Gets the connected_object_details of this Notarize. # noqa: E501

# noqa: E501

Returns

The connected_object_details of this Notarize. # noqa: E501

custom_tab_id

Gets the custom_tab_id of this Notarize. # noqa: E501

The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501

Returns

The custom_tab_id of this Notarize. # noqa: E501

custom_tab_id_metadata

Gets the custom_tab_id_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the customTabId property is editable. # noqa: E501

Returns

The custom_tab_id_metadata of this Notarize. # noqa: E501

document_id

Gets the document_id of this Notarize. # noqa: E501

Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501

Returns

The document_id of this Notarize. # noqa: E501

document_id_metadata

Gets the document_id_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the documentId property is editable. # noqa: E501

Returns

The document_id_metadata of this Notarize. # noqa: E501

error_details

Gets the error_details of this Notarize. # noqa: E501

Array or errors. # noqa: E501

Returns

The error_details of this Notarize. # noqa: E501

extension_data

Gets the extension_data of this Notarize. # noqa: E501

# noqa: E501

Returns

The extension_data of this Notarize. # noqa: E501

form_order

Gets the form_order of this Notarize. # noqa: E501

# noqa: E501

Returns

The form_order of this Notarize. # noqa: E501

form_order_metadata

Gets the form_order_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the formOrder property is editable. # noqa: E501

Returns

The form_order_metadata of this Notarize. # noqa: E501

form_page_label

Gets the form_page_label of this Notarize. # noqa: E501

# noqa: E501

Returns

The form_page_label of this Notarize. # noqa: E501

form_page_label_metadata

Gets the form_page_label_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the formPageLabel property is editable. # noqa: E501

Returns

The form_page_label_metadata of this Notarize. # noqa: E501

form_page_number

Gets the form_page_number of this Notarize. # noqa: E501

# noqa: E501

Returns

The form_page_number of this Notarize. # noqa: E501

form_page_number_metadata

Gets the form_page_number_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the fromPageNumber property is editable. # noqa: E501

Returns

The form_page_number_metadata of this Notarize. # noqa: E501

height

Gets the height of this Notarize. # noqa: E501

Height of the tab in pixels. # noqa: E501

Returns

The height of this Notarize. # noqa: E501

height_metadata

Gets the height_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the height property is editable. # noqa: E501

Returns

The height_metadata of this Notarize. # noqa: E501

locked

Gets the locked of this Notarize. # noqa: E501

When set to true, the signer cannot change the data of the custom tab. # noqa: E501

Returns

The locked of this Notarize. # noqa: E501

locked_metadata

Gets the locked_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the locked property is editable. # noqa: E501

Returns

The locked_metadata of this Notarize. # noqa: E501

merge_field

Gets the merge_field of this Notarize. # noqa: E501

Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501

Returns

The merge_field of this Notarize. # noqa: E501

merge_field_xml

Gets the merge_field_xml of this Notarize. # noqa: E501

# noqa: E501

Returns

The merge_field_xml of this Notarize. # noqa: E501

page_number

Gets the page_number of this Notarize. # noqa: E501

Specifies the page number on which the tab is located. # noqa: E501

Returns

The page_number of this Notarize. # noqa: E501

page_number_metadata

Gets the page_number_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the pageNumber property is editable. # noqa: E501

Returns

The page_number_metadata of this Notarize. # noqa: E501

recipient_id

Gets the recipient_id of this Notarize. # noqa: E501

Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501

Returns

The recipient_id of this Notarize. # noqa: E501

recipient_id_guid

Gets the recipient_id_guid of this Notarize. # noqa: E501

# noqa: E501

Returns

The recipient_id_guid of this Notarize. # noqa: E501

recipient_id_guid_metadata

Gets the recipient_id_guid_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the recipientIdGuid property is editable. # noqa: E501

Returns

The recipient_id_guid_metadata of this Notarize. # noqa: E501

recipient_id_metadata

Gets the recipient_id_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the recipientId property is editable. # noqa: E501

Returns

The recipient_id_metadata of this Notarize. # noqa: E501

required

Gets the required of this Notarize. # noqa: E501

When set to true, the signer is required to fill out this tab # noqa: E501

Returns

The required of this Notarize. # noqa: E501

required_metadata

Gets the required_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the required property is editable. # noqa: E501

Returns

The required_metadata of this Notarize. # noqa: E501

smart_contract_information

Gets the smart_contract_information of this Notarize. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The smart_contract_information of this Notarize. # noqa: E501

source

Gets the source of this Notarize. # noqa: E501

# noqa: E501

Returns

The source of this Notarize. # noqa: E501

status

Gets the status of this Notarize. # noqa: E501

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501

Returns

The status of this Notarize. # noqa: E501

status_metadata

Gets the status_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the status property is editable. # noqa: E501

Returns

The status_metadata of this Notarize. # noqa: E501

tab_fully_qualified_path

Gets the tab_fully_qualified_path of this Notarize. # noqa: E501

# noqa: E501

Returns

The tab_fully_qualified_path of this Notarize. # noqa: E501

tab_group_labels

Gets the tab_group_labels of this Notarize. # noqa: E501

# noqa: E501

Returns

The tab_group_labels of this Notarize. # noqa: E501

tab_group_labels_metadata

Gets the tab_group_labels_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the tabGroupLabels property is editable. # noqa: E501

Returns

The tab_group_labels_metadata of this Notarize. # noqa: E501

tab_id

Gets the tab_id of this Notarize. # noqa: E501

The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501

Returns

The tab_id of this Notarize. # noqa: E501

tab_id_metadata

Gets the tab_id_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the tabId property is editable. # noqa: E501

Returns

The tab_id_metadata of this Notarize. # noqa: E501

tab_order

Gets the tab_order of this Notarize. # noqa: E501

# noqa: E501

Returns

The tab_order of this Notarize. # noqa: E501

tab_order_metadata

Gets the tab_order_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the tabOrder property is editable. # noqa: E501

Returns

The tab_order_metadata of this Notarize. # noqa: E501

tab_type

Gets the tab_type of this Notarize. # noqa: E501

# noqa: E501

Returns

The tab_type of this Notarize. # noqa: E501

tab_type_metadata

Gets the tab_type_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the tabType property is editable. # noqa: E501

Returns

The tab_type_metadata of this Notarize. # noqa: E501

template_locked

Gets the template_locked of this Notarize. # noqa: E501

When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501

Returns

The template_locked of this Notarize. # noqa: E501

template_locked_metadata

Gets the template_locked_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the templateLocked property is editable. # noqa: E501

Returns

The template_locked_metadata of this Notarize. # noqa: E501

template_required

Gets the template_required of this Notarize. # noqa: E501

When set to true, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501

Returns

The template_required of this Notarize. # noqa: E501

template_required_metadata

Gets the template_required_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the templateRequired property is editable. # noqa: E501

Returns

The template_required_metadata of this Notarize. # noqa: E501

tooltip

Gets the tooltip of this Notarize. # noqa: E501

# noqa: E501

Returns

The tooltip of this Notarize. # noqa: E501

tool_tip_metadata

Gets the tool_tip_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the toolTip property is editable. # noqa: E501

Returns

The tool_tip_metadata of this Notarize. # noqa: E501

warning_details

Gets the warning_details of this Notarize. # noqa: E501

# noqa: E501

Returns

The warning_details of this Notarize. # noqa: E501

width

Gets the width of this Notarize. # noqa: E501

Width of the tab in pixels. # noqa: E501

Returns

The width of this Notarize. # noqa: E501

width_metadata

Gets the width_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the width property is editable. # noqa: E501

Returns

The width_metadata of this Notarize. # noqa: E501

x_position

Gets the x_position of this Notarize. # noqa: E501

This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501

Returns

The x_position of this Notarize. # noqa: E501

x_position_metadata

Gets the x_position_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the xPosition property is editable. # noqa: E501

Returns

The x_position_metadata of this Notarize. # noqa: E501

y_position

Gets the y_position of this Notarize. # noqa: E501

This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501

Returns

The y_position of this Notarize. # noqa: E501

y_position_metadata

Gets the y_position_metadata of this Notarize. # noqa: E501

Metadata that indicates whether the yPosition property is editable. # noqa: E501

Returns

The y_position_metadata of this Notarize. # noqa: E501

def to_dict(self)
2265    def to_dict(self):
2266        """Returns the model properties as a dict"""
2267        result = {}
2268
2269        for attr, _ in six.iteritems(self.swagger_types):
2270            value = getattr(self, attr)
2271            if isinstance(value, list):
2272                result[attr] = list(map(
2273                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
2274                    value
2275                ))
2276            elif hasattr(value, "to_dict"):
2277                result[attr] = value.to_dict()
2278            elif isinstance(value, dict):
2279                result[attr] = dict(map(
2280                    lambda item: (item[0], item[1].to_dict())
2281                    if hasattr(item[1], "to_dict") else item,
2282                    value.items()
2283                ))
2284            else:
2285                result[attr] = value
2286        if issubclass(Notarize, dict):
2287            for key, value in self.items():
2288                result[key] = value
2289
2290        return result

Returns the model properties as a dict

def to_str(self)
2292    def to_str(self):
2293        """Returns the string representation of the model"""
2294        return pprint.pformat(self.to_dict())

Returns the string representation of the model