docusign_esign.models.view

DocuSign REST API

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

View(_configuration=None, **kwargs)
224    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
225        """View - a model defined in Swagger"""  # noqa: E501
226        if _configuration is None:
227            _configuration = Configuration()
228        self._configuration = _configuration
229
230        self._anchor_allow_white_space_in_characters = None
231        self._anchor_allow_white_space_in_characters_metadata = None
232        self._anchor_case_sensitive = None
233        self._anchor_case_sensitive_metadata = None
234        self._anchor_horizontal_alignment = None
235        self._anchor_horizontal_alignment_metadata = None
236        self._anchor_ignore_if_not_present = None
237        self._anchor_ignore_if_not_present_metadata = None
238        self._anchor_match_whole_word = None
239        self._anchor_match_whole_word_metadata = None
240        self._anchor_string = None
241        self._anchor_string_metadata = None
242        self._anchor_tab_processor_version = None
243        self._anchor_tab_processor_version_metadata = None
244        self._anchor_units = None
245        self._anchor_units_metadata = None
246        self._anchor_x_offset = None
247        self._anchor_x_offset_metadata = None
248        self._anchor_y_offset = None
249        self._anchor_y_offset_metadata = None
250        self._bold = None
251        self._bold_metadata = None
252        self._button_text = None
253        self._button_text_metadata = None
254        self._caption = None
255        self._caption_metadata = None
256        self._conditional_parent_label = None
257        self._conditional_parent_label_metadata = None
258        self._conditional_parent_value = None
259        self._conditional_parent_value_metadata = None
260        self._custom_tab_id = None
261        self._custom_tab_id_metadata = None
262        self._document_id = None
263        self._document_id_metadata = None
264        self._error_details = None
265        self._font = None
266        self._font_color = None
267        self._font_color_metadata = None
268        self._font_metadata = None
269        self._font_size = None
270        self._font_size_metadata = None
271        self._form_order = None
272        self._form_order_metadata = None
273        self._form_page_label = None
274        self._form_page_label_metadata = None
275        self._form_page_number = None
276        self._form_page_number_metadata = None
277        self._height = None
278        self._height_metadata = None
279        self._italic = None
280        self._italic_metadata = None
281        self._locale_policy = None
282        self._merge_field = None
283        self._merge_field_xml = None
284        self._page_number = None
285        self._page_number_metadata = None
286        self._recipient_id = None
287        self._recipient_id_guid = None
288        self._recipient_id_guid_metadata = None
289        self._recipient_id_metadata = None
290        self._required = None
291        self._required_metadata = None
292        self._required_read = None
293        self._smart_contract_information = None
294        self._source = None
295        self._status = None
296        self._status_metadata = None
297        self._tab_group_labels = None
298        self._tab_group_labels_metadata = None
299        self._tab_id = None
300        self._tab_id_metadata = None
301        self._tab_label = None
302        self._tab_label_metadata = None
303        self._tab_order = None
304        self._tab_order_metadata = None
305        self._tab_type = None
306        self._tab_type_metadata = None
307        self._template_locked = None
308        self._template_locked_metadata = None
309        self._template_required = None
310        self._template_required_metadata = None
311        self._tooltip = None
312        self._tool_tip_metadata = None
313        self._underline = None
314        self._underline_metadata = None
315        self._width = None
316        self._width_metadata = None
317        self._x_position = None
318        self._x_position_metadata = None
319        self._y_position = None
320        self._y_position_metadata = None
321        self.discriminator = None
322
323        setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None))
324        setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None))
325        setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None))
326        setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None))
327        setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None))
328        setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None))
329        setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None))
330        setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None))
331        setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None))
332        setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None))
333        setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None))
334        setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None))
335        setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None))
336        setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None))
337        setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None))
338        setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None))
339        setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None))
340        setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None))
341        setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None))
342        setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None))
343        setattr(self, "_{}".format('bold'), kwargs.get('bold', None))
344        setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None))
345        setattr(self, "_{}".format('button_text'), kwargs.get('button_text', None))
346        setattr(self, "_{}".format('button_text_metadata'), kwargs.get('button_text_metadata', None))
347        setattr(self, "_{}".format('caption'), kwargs.get('caption', None))
348        setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None))
349        setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None))
350        setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
351        setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
352        setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
353        setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
354        setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
355        setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
356        setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None))
357        setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None))
358        setattr(self, "_{}".format('font'), kwargs.get('font', None))
359        setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None))
360        setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None))
361        setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None))
362        setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None))
363        setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None))
364        setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None))
365        setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None))
366        setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None))
367        setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None))
368        setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None))
369        setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None))
370        setattr(self, "_{}".format('height'), kwargs.get('height', None))
371        setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None))
372        setattr(self, "_{}".format('italic'), kwargs.get('italic', None))
373        setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None))
374        setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None))
375        setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None))
376        setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None))
377        setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None))
378        setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None))
379        setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None))
380        setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None))
381        setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None))
382        setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None))
383        setattr(self, "_{}".format('required'), kwargs.get('required', None))
384        setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None))
385        setattr(self, "_{}".format('required_read'), kwargs.get('required_read', None))
386        setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None))
387        setattr(self, "_{}".format('source'), kwargs.get('source', None))
388        setattr(self, "_{}".format('status'), kwargs.get('status', None))
389        setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
390        setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
391        setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
392        setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
393        setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None))
394        setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None))
395        setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None))
396        setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None))
397        setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None))
398        setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None))
399        setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None))
400        setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None))
401        setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None))
402        setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
403        setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None))
404        setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None))
405        setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
406        setattr(self, "_{}".format('underline'), kwargs.get('underline', None))
407        setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
408        setattr(self, "_{}".format('width'), kwargs.get('width', None))
409        setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
410        setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
411        setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None))
412        setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None))
413        setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None))

View - a model defined in Swagger

swagger_types = {'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_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', 'anchor_x_offset_metadata': 'PropertyMetadata', 'anchor_y_offset': 'str', 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', 'button_text': 'str', 'button_text_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', 'custom_tab_id': 'str', 'custom_tab_id_metadata': 'PropertyMetadata', 'document_id': 'str', 'document_id_metadata': 'PropertyMetadata', 'error_details': 'ErrorDetails', 'font': 'str', 'font_color': 'str', 'font_color_metadata': 'PropertyMetadata', 'font_metadata': 'PropertyMetadata', 'font_size': 'str', 'font_size_metadata': 'PropertyMetadata', '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', 'italic': 'str', 'italic_metadata': 'PropertyMetadata', 'locale_policy': 'LocalePolicyTab', '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', 'required_read': 'str', 'smart_contract_information': 'SmartContractInformation', 'source': 'str', 'status': 'str', 'status_metadata': 'PropertyMetadata', 'tab_group_labels': 'list[str]', 'tab_group_labels_metadata': 'PropertyMetadata', 'tab_id': 'str', 'tab_id_metadata': 'PropertyMetadata', 'tab_label': 'str', 'tab_label_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', 'underline': 'str', 'underline_metadata': 'PropertyMetadata', 'width': 'str', 'width_metadata': 'PropertyMetadata', 'x_position': 'str', 'x_position_metadata': 'PropertyMetadata', 'y_position': 'str', 'y_position_metadata': 'PropertyMetadata'}
attribute_map = {'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_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 'anchor_y_offset': 'anchorYOffset', 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', 'button_text': 'buttonText', 'button_text_metadata': 'buttonTextMetadata', 'caption': 'caption', 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 'custom_tab_id': 'customTabId', 'custom_tab_id_metadata': 'customTabIdMetadata', 'document_id': 'documentId', 'document_id_metadata': 'documentIdMetadata', 'error_details': 'errorDetails', 'font': 'font', 'font_color': 'fontColor', 'font_color_metadata': 'fontColorMetadata', 'font_metadata': 'fontMetadata', 'font_size': 'fontSize', 'font_size_metadata': 'fontSizeMetadata', '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', 'italic': 'italic', 'italic_metadata': 'italicMetadata', 'locale_policy': 'localePolicy', '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', 'required_read': 'requiredRead', 'smart_contract_information': 'smartContractInformation', 'source': 'source', 'status': 'status', 'status_metadata': 'statusMetadata', 'tab_group_labels': 'tabGroupLabels', 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 'tab_id': 'tabId', 'tab_id_metadata': 'tabIdMetadata', 'tab_label': 'tabLabel', 'tab_label_metadata': 'tabLabelMetadata', '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', 'underline': 'underline', 'underline_metadata': 'underlineMetadata', 'width': 'width', 'width_metadata': 'widthMetadata', 'x_position': 'xPosition', 'x_position_metadata': 'xPositionMetadata', 'y_position': 'yPosition', 'y_position_metadata': 'yPositionMetadata'}
anchor_allow_white_space_in_characters

Gets the anchor_allow_white_space_in_characters of this View. # noqa: E501

# noqa: E501

Returns

The anchor_allow_white_space_in_characters of this View. # noqa: E501

anchor_allow_white_space_in_characters_metadata

Gets the anchor_allow_white_space_in_characters_metadata of this View. # noqa: E501

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

Returns

The anchor_allow_white_space_in_characters_metadata of this View. # noqa: E501

anchor_case_sensitive

Gets the anchor_case_sensitive of this View. # 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 View. # noqa: E501

anchor_case_sensitive_metadata

Gets the anchor_case_sensitive_metadata of this View. # noqa: E501

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

Returns

The anchor_case_sensitive_metadata of this View. # noqa: E501

anchor_horizontal_alignment

Gets the anchor_horizontal_alignment of this View. # 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 View. # noqa: E501

anchor_horizontal_alignment_metadata

Gets the anchor_horizontal_alignment_metadata of this View. # noqa: E501

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

Returns

The anchor_horizontal_alignment_metadata of this View. # noqa: E501

anchor_ignore_if_not_present

Gets the anchor_ignore_if_not_present of this View. # 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 View. # noqa: E501

anchor_ignore_if_not_present_metadata

Gets the anchor_ignore_if_not_present_metadata of this View. # noqa: E501

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

Returns

The anchor_ignore_if_not_present_metadata of this View. # noqa: E501

anchor_match_whole_word

Gets the anchor_match_whole_word of this View. # 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 View. # noqa: E501

anchor_match_whole_word_metadata

Gets the anchor_match_whole_word_metadata of this View. # noqa: E501

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

Returns

The anchor_match_whole_word_metadata of this View. # noqa: E501

anchor_string

Gets the anchor_string of this View. # noqa: E501

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

Returns

The anchor_string of this View. # noqa: E501

anchor_string_metadata

Gets the anchor_string_metadata of this View. # noqa: E501

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

Returns

The anchor_string_metadata of this View. # noqa: E501

anchor_tab_processor_version

Gets the anchor_tab_processor_version of this View. # noqa: E501

# noqa: E501

Returns

The anchor_tab_processor_version of this View. # noqa: E501

anchor_tab_processor_version_metadata

Gets the anchor_tab_processor_version_metadata of this View. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The anchor_tab_processor_version_metadata of this View. # noqa: E501

anchor_units

Gets the anchor_units of this View. # 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 View. # noqa: E501

anchor_units_metadata

Gets the anchor_units_metadata of this View. # noqa: E501

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

Returns

The anchor_units_metadata of this View. # noqa: E501

anchor_x_offset

Gets the anchor_x_offset of this View. # 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 View. # noqa: E501

anchor_x_offset_metadata

Gets the anchor_x_offset_metadata of this View. # noqa: E501

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

Returns

The anchor_x_offset_metadata of this View. # noqa: E501

anchor_y_offset

Gets the anchor_y_offset of this View. # 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 View. # noqa: E501

anchor_y_offset_metadata

Gets the anchor_y_offset_metadata of this View. # noqa: E501

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

Returns

The anchor_y_offset_metadata of this View. # noqa: E501

bold

Gets the bold of this View. # noqa: E501

When set to true, the information in the tab is bold. # noqa: E501

Returns

The bold of this View. # noqa: E501

bold_metadata

Gets the bold_metadata of this View. # noqa: E501

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

Returns

The bold_metadata of this View. # noqa: E501

button_text

Gets the button_text of this View. # noqa: E501

# noqa: E501

Returns

The button_text of this View. # noqa: E501

button_text_metadata

Gets the button_text_metadata of this View. # noqa: E501

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

Returns

The button_text_metadata of this View. # noqa: E501

caption

Gets the caption of this View. # noqa: E501

# noqa: E501

Returns

The caption of this View. # noqa: E501

caption_metadata

Gets the caption_metadata of this View. # noqa: E501

# noqa: E501

Returns

The caption_metadata of this View. # noqa: E501

conditional_parent_label

Gets the conditional_parent_label of this View. # 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 View. # noqa: E501

conditional_parent_label_metadata

Gets the conditional_parent_label_metadata of this View. # noqa: E501

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

Returns

The conditional_parent_label_metadata of this View. # noqa: E501

conditional_parent_value

Gets the conditional_parent_value of this View. # 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 View. # noqa: E501

conditional_parent_value_metadata

Gets the conditional_parent_value_metadata of this View. # noqa: E501

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

Returns

The conditional_parent_value_metadata of this View. # noqa: E501

custom_tab_id

Gets the custom_tab_id of this View. # 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 View. # noqa: E501

custom_tab_id_metadata

Gets the custom_tab_id_metadata of this View. # noqa: E501

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

Returns

The custom_tab_id_metadata of this View. # noqa: E501

document_id

Gets the document_id of this View. # 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 View. # noqa: E501

document_id_metadata

Gets the document_id_metadata of this View. # noqa: E501

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

Returns

The document_id_metadata of this View. # noqa: E501

error_details

Gets the error_details of this View. # noqa: E501

Array or errors. # noqa: E501

Returns

The error_details of this View. # noqa: E501

font

Gets the font of this View. # noqa: E501

The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501

Returns

The font of this View. # noqa: E501

font_color

Gets the font_color of this View. # noqa: E501

The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501

Returns

The font_color of this View. # noqa: E501

font_color_metadata

Gets the font_color_metadata of this View. # noqa: E501

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

Returns

The font_color_metadata of this View. # noqa: E501

font_metadata

Gets the font_metadata of this View. # noqa: E501

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

Returns

The font_metadata of this View. # noqa: E501

font_size

Gets the font_size of this View. # noqa: E501

The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501

Returns

The font_size of this View. # noqa: E501

font_size_metadata

Gets the font_size_metadata of this View. # noqa: E501

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

Returns

The font_size_metadata of this View. # noqa: E501

form_order

Gets the form_order of this View. # noqa: E501

# noqa: E501

Returns

The form_order of this View. # noqa: E501

form_order_metadata

Gets the form_order_metadata of this View. # noqa: E501

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

Returns

The form_order_metadata of this View. # noqa: E501

form_page_label

Gets the form_page_label of this View. # noqa: E501

# noqa: E501

Returns

The form_page_label of this View. # noqa: E501

form_page_label_metadata

Gets the form_page_label_metadata of this View. # noqa: E501

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

Returns

The form_page_label_metadata of this View. # noqa: E501

form_page_number

Gets the form_page_number of this View. # noqa: E501

# noqa: E501

Returns

The form_page_number of this View. # noqa: E501

form_page_number_metadata

Gets the form_page_number_metadata of this View. # noqa: E501

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

Returns

The form_page_number_metadata of this View. # noqa: E501

height

Gets the height of this View. # noqa: E501

Height of the tab in pixels. # noqa: E501

Returns

The height of this View. # noqa: E501

height_metadata

Gets the height_metadata of this View. # noqa: E501

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

Returns

The height_metadata of this View. # noqa: E501

italic

Gets the italic of this View. # noqa: E501

When set to true, the information in the tab is italic. # noqa: E501

Returns

The italic of this View. # noqa: E501

italic_metadata

Gets the italic_metadata of this View. # noqa: E501

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

Returns

The italic_metadata of this View. # noqa: E501

locale_policy

Gets the locale_policy of this View. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The locale_policy of this View. # noqa: E501

merge_field

Gets the merge_field of this View. # noqa: E501

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

Returns

The merge_field of this View. # noqa: E501

merge_field_xml

Gets the merge_field_xml of this View. # noqa: E501

# noqa: E501

Returns

The merge_field_xml of this View. # noqa: E501

page_number

Gets the page_number of this View. # noqa: E501

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

Returns

The page_number of this View. # noqa: E501

page_number_metadata

Gets the page_number_metadata of this View. # noqa: E501

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

Returns

The page_number_metadata of this View. # noqa: E501

recipient_id

Gets the recipient_id of this View. # 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 View. # noqa: E501

recipient_id_guid

Gets the recipient_id_guid of this View. # noqa: E501

# noqa: E501

Returns

The recipient_id_guid of this View. # noqa: E501

recipient_id_guid_metadata

Gets the recipient_id_guid_metadata of this View. # noqa: E501

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

Returns

The recipient_id_guid_metadata of this View. # noqa: E501

recipient_id_metadata

Gets the recipient_id_metadata of this View. # noqa: E501

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

Returns

The recipient_id_metadata of this View. # noqa: E501

required

Gets the required of this View. # noqa: E501

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

Returns

The required of this View. # noqa: E501

required_metadata

Gets the required_metadata of this View. # noqa: E501

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

Returns

The required_metadata of this View. # noqa: E501

required_read

Gets the required_read of this View. # noqa: E501

# noqa: E501

Returns

The required_read of this View. # noqa: E501

smart_contract_information

Gets the smart_contract_information of this View. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The smart_contract_information of this View. # noqa: E501

source

Gets the source of this View. # noqa: E501

# noqa: E501

Returns

The source of this View. # noqa: E501

status

Gets the status of this View. # 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 View. # noqa: E501

status_metadata

Gets the status_metadata of this View. # noqa: E501

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

Returns

The status_metadata of this View. # noqa: E501

tab_group_labels

Gets the tab_group_labels of this View. # noqa: E501

# noqa: E501

Returns

The tab_group_labels of this View. # noqa: E501

tab_group_labels_metadata

Gets the tab_group_labels_metadata of this View. # noqa: E501

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

Returns

The tab_group_labels_metadata of this View. # noqa: E501

tab_id

Gets the tab_id of this View. # 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 View. # noqa: E501

tab_id_metadata

Gets the tab_id_metadata of this View. # noqa: E501

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

Returns

The tab_id_metadata of this View. # noqa: E501

tab_label

Gets the tab_label of this View. # noqa: E501

The label string associated with the tab. # noqa: E501

Returns

The tab_label of this View. # noqa: E501

tab_label_metadata

Gets the tab_label_metadata of this View. # noqa: E501

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

Returns

The tab_label_metadata of this View. # noqa: E501

tab_order

Gets the tab_order of this View. # noqa: E501

# noqa: E501

Returns

The tab_order of this View. # noqa: E501

tab_order_metadata

Gets the tab_order_metadata of this View. # noqa: E501

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

Returns

The tab_order_metadata of this View. # noqa: E501

tab_type

Gets the tab_type of this View. # noqa: E501

# noqa: E501

Returns

The tab_type of this View. # noqa: E501

tab_type_metadata

Gets the tab_type_metadata of this View. # noqa: E501

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

Returns

The tab_type_metadata of this View. # noqa: E501

template_locked

Gets the template_locked of this View. # 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 View. # noqa: E501

template_locked_metadata

Gets the template_locked_metadata of this View. # noqa: E501

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

Returns

The template_locked_metadata of this View. # noqa: E501

template_required

Gets the template_required of this View. # 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 View. # noqa: E501

template_required_metadata

Gets the template_required_metadata of this View. # noqa: E501

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

Returns

The template_required_metadata of this View. # noqa: E501

tooltip

Gets the tooltip of this View. # noqa: E501

# noqa: E501

Returns

The tooltip of this View. # noqa: E501

tool_tip_metadata

Gets the tool_tip_metadata of this View. # noqa: E501

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

Returns

The tool_tip_metadata of this View. # noqa: E501

underline

Gets the underline of this View. # noqa: E501

When set to true, the information in the tab is underlined. # noqa: E501

Returns

The underline of this View. # noqa: E501

underline_metadata

Gets the underline_metadata of this View. # noqa: E501

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

Returns

The underline_metadata of this View. # noqa: E501

width

Gets the width of this View. # noqa: E501

Width of the tab in pixels. # noqa: E501

Returns

The width of this View. # noqa: E501

width_metadata

Gets the width_metadata of this View. # noqa: E501

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

Returns

The width_metadata of this View. # noqa: E501

x_position

Gets the x_position of this View. # 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 View. # noqa: E501

x_position_metadata

Gets the x_position_metadata of this View. # noqa: E501

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

Returns

The x_position_metadata of this View. # noqa: E501

y_position

Gets the y_position of this View. # 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 View. # noqa: E501

y_position_metadata

Gets the y_position_metadata of this View. # noqa: E501

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

Returns

The y_position_metadata of this View. # noqa: E501

def to_dict(self)
2508    def to_dict(self):
2509        """Returns the model properties as a dict"""
2510        result = {}
2511
2512        for attr, _ in six.iteritems(self.swagger_types):
2513            value = getattr(self, attr)
2514            if isinstance(value, list):
2515                result[attr] = list(map(
2516                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
2517                    value
2518                ))
2519            elif hasattr(value, "to_dict"):
2520                result[attr] = value.to_dict()
2521            elif isinstance(value, dict):
2522                result[attr] = dict(map(
2523                    lambda item: (item[0], item[1].to_dict())
2524                    if hasattr(item[1], "to_dict") else item,
2525                    value.items()
2526                ))
2527            else:
2528                result[attr] = value
2529        if issubclass(View, dict):
2530            for key, value in self.items():
2531                result[key] = value
2532
2533        return result

Returns the model properties as a dict

def to_str(self)
2535    def to_str(self):
2536        """Returns the string representation of the model"""
2537        return pprint.pformat(self.to_dict())

Returns the string representation of the model