docusign_esign.models.commission_county

Docusign eSignature REST API

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

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

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

CommissionCounty(_configuration=None, **kwargs)
258    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
259        """CommissionCounty - a model defined in Swagger"""  # noqa: E501
260        if _configuration is None:
261            _configuration = Configuration()
262        self._configuration = _configuration
263
264        self._agreement_attribute = None
265        self._agreement_attribute_locked = None
266        self._anchor_allow_white_space_in_characters = None
267        self._anchor_allow_white_space_in_characters_metadata = None
268        self._anchor_case_sensitive = None
269        self._anchor_case_sensitive_metadata = None
270        self._anchor_horizontal_alignment = None
271        self._anchor_horizontal_alignment_metadata = None
272        self._anchor_ignore_if_not_present = None
273        self._anchor_ignore_if_not_present_metadata = None
274        self._anchor_match_whole_word = None
275        self._anchor_match_whole_word_metadata = None
276        self._anchor_string = None
277        self._anchor_string_metadata = None
278        self._anchor_tab_processor_version = None
279        self._anchor_tab_processor_version_metadata = None
280        self._anchor_units = None
281        self._anchor_units_metadata = None
282        self._anchor_x_offset = None
283        self._anchor_x_offset_metadata = None
284        self._anchor_y_offset = None
285        self._anchor_y_offset_metadata = None
286        self._bold = None
287        self._bold_metadata = None
288        self._caption = None
289        self._caption_metadata = None
290        self._conceal_value_on_document = None
291        self._conceal_value_on_document_metadata = None
292        self._conditional_parent_label = None
293        self._conditional_parent_label_metadata = None
294        self._conditional_parent_value = None
295        self._conditional_parent_value_metadata = None
296        self._connected_object_details = None
297        self._custom_tab_id = None
298        self._custom_tab_id_metadata = None
299        self._disable_auto_size = None
300        self._disable_auto_size_metadata = None
301        self._document_id = None
302        self._document_id_metadata = None
303        self._error_details = None
304        self._extension_data = None
305        self._font = None
306        self._font_color = None
307        self._font_color_metadata = None
308        self._font_metadata = None
309        self._font_size = None
310        self._font_size_metadata = None
311        self._form_order = None
312        self._form_order_metadata = None
313        self._form_page_label = None
314        self._form_page_label_metadata = None
315        self._form_page_number = None
316        self._form_page_number_metadata = None
317        self._height = None
318        self._height_metadata = None
319        self._italic = None
320        self._italic_metadata = None
321        self._locale_policy = None
322        self._locked = None
323        self._locked_metadata = None
324        self._max_length = None
325        self._max_length_metadata = None
326        self._merge_field = None
327        self._merge_field_xml = None
328        self._name = None
329        self._name_metadata = None
330        self._original_value = None
331        self._original_value_metadata = None
332        self._page_number = None
333        self._page_number_metadata = None
334        self._recipient_id = None
335        self._recipient_id_guid = None
336        self._recipient_id_guid_metadata = None
337        self._recipient_id_metadata = None
338        self._required = None
339        self._required_metadata = None
340        self._smart_contract_information = None
341        self._source = None
342        self._status = None
343        self._status_metadata = None
344        self._tab_fully_qualified_path = None
345        self._tab_group_labels = None
346        self._tab_group_labels_metadata = None
347        self._tab_id = None
348        self._tab_id_metadata = None
349        self._tab_label = None
350        self._tab_label_metadata = None
351        self._tab_order = None
352        self._tab_order_metadata = None
353        self._tab_type = None
354        self._tab_type_metadata = None
355        self._template_locked = None
356        self._template_locked_metadata = None
357        self._template_required = None
358        self._template_required_metadata = None
359        self._tooltip = None
360        self._tool_tip_metadata = None
361        self._underline = None
362        self._underline_metadata = None
363        self._value = None
364        self._value_metadata = None
365        self._warning_details = None
366        self._width = None
367        self._width_metadata = None
368        self._x_position = None
369        self._x_position_metadata = None
370        self._y_position = None
371        self._y_position_metadata = None
372        self.discriminator = None
373
374        setattr(self, "_{}".format('agreement_attribute'), kwargs.get('agreement_attribute', None))
375        setattr(self, "_{}".format('agreement_attribute_locked'), kwargs.get('agreement_attribute_locked', None))
376        setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None))
377        setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None))
378        setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None))
379        setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None))
380        setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None))
381        setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None))
382        setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None))
383        setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None))
384        setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None))
385        setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None))
386        setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None))
387        setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None))
388        setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None))
389        setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None))
390        setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None))
391        setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None))
392        setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None))
393        setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None))
394        setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None))
395        setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None))
396        setattr(self, "_{}".format('bold'), kwargs.get('bold', None))
397        setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None))
398        setattr(self, "_{}".format('caption'), kwargs.get('caption', None))
399        setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None))
400        setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None))
401        setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None))
402        setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None))
403        setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
404        setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
405        setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
406        setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
407        setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
408        setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
409        setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
410        setattr(self, "_{}".format('disable_auto_size_metadata'), kwargs.get('disable_auto_size_metadata', None))
411        setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
412        setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None))
413        setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None))
414        setattr(self, "_{}".format('extension_data'), kwargs.get('extension_data', None))
415        setattr(self, "_{}".format('font'), kwargs.get('font', None))
416        setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None))
417        setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None))
418        setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None))
419        setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None))
420        setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None))
421        setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None))
422        setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None))
423        setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None))
424        setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None))
425        setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None))
426        setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None))
427        setattr(self, "_{}".format('height'), kwargs.get('height', None))
428        setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None))
429        setattr(self, "_{}".format('italic'), kwargs.get('italic', None))
430        setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None))
431        setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None))
432        setattr(self, "_{}".format('locked'), kwargs.get('locked', None))
433        setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None))
434        setattr(self, "_{}".format('max_length'), kwargs.get('max_length', None))
435        setattr(self, "_{}".format('max_length_metadata'), kwargs.get('max_length_metadata', None))
436        setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None))
437        setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None))
438        setattr(self, "_{}".format('name'), kwargs.get('name', None))
439        setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None))
440        setattr(self, "_{}".format('original_value'), kwargs.get('original_value', None))
441        setattr(self, "_{}".format('original_value_metadata'), kwargs.get('original_value_metadata', None))
442        setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None))
443        setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None))
444        setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None))
445        setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None))
446        setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None))
447        setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None))
448        setattr(self, "_{}".format('required'), kwargs.get('required', None))
449        setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None))
450        setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None))
451        setattr(self, "_{}".format('source'), kwargs.get('source', None))
452        setattr(self, "_{}".format('status'), kwargs.get('status', None))
453        setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
454        setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
455        setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
456        setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
457        setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
458        setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None))
459        setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None))
460        setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None))
461        setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None))
462        setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None))
463        setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None))
464        setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None))
465        setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None))
466        setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None))
467        setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
468        setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None))
469        setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None))
470        setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
471        setattr(self, "_{}".format('underline'), kwargs.get('underline', None))
472        setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
473        setattr(self, "_{}".format('value'), kwargs.get('value', None))
474        setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
475        setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
476        setattr(self, "_{}".format('width'), kwargs.get('width', None))
477        setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
478        setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
479        setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None))
480        setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None))
481        setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None))

CommissionCounty - a model defined in Swagger

swagger_types = {'agreement_attribute': 'str', 'agreement_attribute_locked': 'str', 'anchor_allow_white_space_in_characters': 'str', 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', 'anchor_case_sensitive': 'str', 'anchor_case_sensitive_metadata': 'PropertyMetadata', 'anchor_horizontal_alignment': 'str', 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', 'anchor_ignore_if_not_present': 'str', 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', 'anchor_match_whole_word': 'str', 'anchor_match_whole_word_metadata': 'PropertyMetadata', 'anchor_string': 'str', 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', 'anchor_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', 'caption': 'str', 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', 'conditional_parent_value_metadata': 'PropertyMetadata', 'connected_object_details': 'ConnectedObjectDetails', 'custom_tab_id': 'str', 'custom_tab_id_metadata': 'PropertyMetadata', 'disable_auto_size': 'str', 'disable_auto_size_metadata': 'PropertyMetadata', 'document_id': 'str', 'document_id_metadata': 'PropertyMetadata', 'error_details': 'ErrorDetails', 'extension_data': 'ExtensionData', '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', 'locked': 'str', 'locked_metadata': 'PropertyMetadata', 'max_length': 'str', 'max_length_metadata': 'PropertyMetadata', 'merge_field': 'MergeField', 'merge_field_xml': 'str', 'name': 'str', 'name_metadata': 'PropertyMetadata', 'original_value': 'str', 'original_value_metadata': 'PropertyMetadata', 'page_number': 'str', 'page_number_metadata': 'PropertyMetadata', 'recipient_id': 'str', 'recipient_id_guid': 'str', 'recipient_id_guid_metadata': 'PropertyMetadata', 'recipient_id_metadata': 'PropertyMetadata', 'required': 'str', 'required_metadata': 'PropertyMetadata', 'smart_contract_information': 'SmartContractInformation', 'source': 'str', 'status': 'str', 'status_metadata': 'PropertyMetadata', 'tab_fully_qualified_path': 'str', 'tab_group_labels': 'list[str]', 'tab_group_labels_metadata': 'PropertyMetadata', 'tab_id': 'str', 'tab_id_metadata': 'PropertyMetadata', 'tab_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', 'value': 'str', 'value_metadata': 'PropertyMetadata', 'warning_details': 'ErrorDetails', 'width': 'str', 'width_metadata': 'PropertyMetadata', 'x_position': 'str', 'x_position_metadata': 'PropertyMetadata', 'y_position': 'str', 'y_position_metadata': 'PropertyMetadata'}
attribute_map = {'agreement_attribute': 'agreementAttribute', 'agreement_attribute_locked': 'agreementAttributeLocked', 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 'anchor_case_sensitive': 'anchorCaseSensitive', 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 'anchor_match_whole_word': 'anchorMatchWholeWord', 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 'anchor_string': 'anchorString', 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 'anchor_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', 'caption': 'caption', 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 'connected_object_details': 'connectedObjectDetails', 'custom_tab_id': 'customTabId', 'custom_tab_id_metadata': 'customTabIdMetadata', 'disable_auto_size': 'disableAutoSize', 'disable_auto_size_metadata': 'disableAutoSizeMetadata', 'document_id': 'documentId', 'document_id_metadata': 'documentIdMetadata', 'error_details': 'errorDetails', 'extension_data': 'extensionData', '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', 'locked': 'locked', 'locked_metadata': 'lockedMetadata', 'max_length': 'maxLength', 'max_length_metadata': 'maxLengthMetadata', 'merge_field': 'mergeField', 'merge_field_xml': 'mergeFieldXml', 'name': 'name', 'name_metadata': 'nameMetadata', 'original_value': 'originalValue', 'original_value_metadata': 'originalValueMetadata', 'page_number': 'pageNumber', 'page_number_metadata': 'pageNumberMetadata', 'recipient_id': 'recipientId', 'recipient_id_guid': 'recipientIdGuid', 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', 'recipient_id_metadata': 'recipientIdMetadata', 'required': 'required', 'required_metadata': 'requiredMetadata', 'smart_contract_information': 'smartContractInformation', 'source': 'source', 'status': 'status', 'status_metadata': 'statusMetadata', 'tab_fully_qualified_path': 'tabFullyQualifiedPath', 'tab_group_labels': 'tabGroupLabels', 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 'tab_id': 'tabId', 'tab_id_metadata': 'tabIdMetadata', 'tab_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', 'value': 'value', 'value_metadata': 'valueMetadata', 'warning_details': 'warningDetails', 'width': 'width', 'width_metadata': 'widthMetadata', 'x_position': 'xPosition', 'x_position_metadata': 'xPositionMetadata', 'y_position': 'yPosition', 'y_position_metadata': 'yPositionMetadata'}
agreement_attribute

Gets the agreement_attribute of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The agreement_attribute of this CommissionCounty. # noqa: E501

agreement_attribute_locked

Gets the agreement_attribute_locked of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The agreement_attribute_locked of this CommissionCounty. # noqa: E501

anchor_allow_white_space_in_characters

Gets the anchor_allow_white_space_in_characters of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The anchor_allow_white_space_in_characters of this CommissionCounty. # noqa: E501

anchor_allow_white_space_in_characters_metadata

Gets the anchor_allow_white_space_in_characters_metadata of this CommissionCounty. # noqa: E501

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

Returns

The anchor_allow_white_space_in_characters_metadata of this CommissionCounty. # noqa: E501

anchor_case_sensitive

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

anchor_case_sensitive_metadata

Gets the anchor_case_sensitive_metadata of this CommissionCounty. # noqa: E501

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

Returns

The anchor_case_sensitive_metadata of this CommissionCounty. # noqa: E501

anchor_horizontal_alignment

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

anchor_horizontal_alignment_metadata

Gets the anchor_horizontal_alignment_metadata of this CommissionCounty. # noqa: E501

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

Returns

The anchor_horizontal_alignment_metadata of this CommissionCounty. # noqa: E501

anchor_ignore_if_not_present

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

anchor_ignore_if_not_present_metadata

Gets the anchor_ignore_if_not_present_metadata of this CommissionCounty. # noqa: E501

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

Returns

The anchor_ignore_if_not_present_metadata of this CommissionCounty. # noqa: E501

anchor_match_whole_word

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

anchor_match_whole_word_metadata

Gets the anchor_match_whole_word_metadata of this CommissionCounty. # noqa: E501

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

Returns

The anchor_match_whole_word_metadata of this CommissionCounty. # noqa: E501

anchor_string

Gets the anchor_string of this CommissionCounty. # noqa: E501

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

Returns

The anchor_string of this CommissionCounty. # noqa: E501

anchor_string_metadata

Gets the anchor_string_metadata of this CommissionCounty. # noqa: E501

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

Returns

The anchor_string_metadata of this CommissionCounty. # noqa: E501

anchor_tab_processor_version

Gets the anchor_tab_processor_version of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The anchor_tab_processor_version of this CommissionCounty. # noqa: E501

anchor_tab_processor_version_metadata

Gets the anchor_tab_processor_version_metadata of this CommissionCounty. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The anchor_tab_processor_version_metadata of this CommissionCounty. # noqa: E501

anchor_units

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

anchor_units_metadata

Gets the anchor_units_metadata of this CommissionCounty. # noqa: E501

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

Returns

The anchor_units_metadata of this CommissionCounty. # noqa: E501

anchor_x_offset

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

anchor_x_offset_metadata

Gets the anchor_x_offset_metadata of this CommissionCounty. # noqa: E501

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

Returns

The anchor_x_offset_metadata of this CommissionCounty. # noqa: E501

anchor_y_offset

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

anchor_y_offset_metadata

Gets the anchor_y_offset_metadata of this CommissionCounty. # noqa: E501

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

Returns

The anchor_y_offset_metadata of this CommissionCounty. # noqa: E501

bold

Gets the bold of this CommissionCounty. # noqa: E501

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

Returns

The bold of this CommissionCounty. # noqa: E501

bold_metadata

Gets the bold_metadata of this CommissionCounty. # noqa: E501

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

Returns

The bold_metadata of this CommissionCounty. # noqa: E501

caption

Gets the caption of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The caption of this CommissionCounty. # noqa: E501

caption_metadata

Gets the caption_metadata of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The caption_metadata of this CommissionCounty. # noqa: E501

conceal_value_on_document

Gets the conceal_value_on_document of this CommissionCounty. # noqa: E501

When set to true, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501

Returns

The conceal_value_on_document of this CommissionCounty. # noqa: E501

conceal_value_on_document_metadata

Gets the conceal_value_on_document_metadata of this CommissionCounty. # noqa: E501

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

Returns

The conceal_value_on_document_metadata of this CommissionCounty. # noqa: E501

conditional_parent_label

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

conditional_parent_label_metadata

Gets the conditional_parent_label_metadata of this CommissionCounty. # noqa: E501

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

Returns

The conditional_parent_label_metadata of this CommissionCounty. # noqa: E501

conditional_parent_value

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

conditional_parent_value_metadata

Gets the conditional_parent_value_metadata of this CommissionCounty. # noqa: E501

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

Returns

The conditional_parent_value_metadata of this CommissionCounty. # noqa: E501

connected_object_details

Gets the connected_object_details of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The connected_object_details of this CommissionCounty. # noqa: E501

custom_tab_id

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

custom_tab_id_metadata

Gets the custom_tab_id_metadata of this CommissionCounty. # noqa: E501

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

Returns

The custom_tab_id_metadata of this CommissionCounty. # noqa: E501

disable_auto_size

Gets the disable_auto_size of this CommissionCounty. # noqa: E501

When set to true, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501

Returns

The disable_auto_size of this CommissionCounty. # noqa: E501

disable_auto_size_metadata

Gets the disable_auto_size_metadata of this CommissionCounty. # noqa: E501

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

Returns

The disable_auto_size_metadata of this CommissionCounty. # noqa: E501

document_id

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

document_id_metadata

Gets the document_id_metadata of this CommissionCounty. # noqa: E501

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

Returns

The document_id_metadata of this CommissionCounty. # noqa: E501

error_details

Gets the error_details of this CommissionCounty. # noqa: E501

Array or errors. # noqa: E501

Returns

The error_details of this CommissionCounty. # noqa: E501

extension_data

Gets the extension_data of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The extension_data of this CommissionCounty. # noqa: E501

font

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

font_color

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

font_color_metadata

Gets the font_color_metadata of this CommissionCounty. # noqa: E501

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

Returns

The font_color_metadata of this CommissionCounty. # noqa: E501

font_metadata

Gets the font_metadata of this CommissionCounty. # noqa: E501

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

Returns

The font_metadata of this CommissionCounty. # noqa: E501

font_size

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

font_size_metadata

Gets the font_size_metadata of this CommissionCounty. # noqa: E501

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

Returns

The font_size_metadata of this CommissionCounty. # noqa: E501

form_order

Gets the form_order of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The form_order of this CommissionCounty. # noqa: E501

form_order_metadata

Gets the form_order_metadata of this CommissionCounty. # noqa: E501

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

Returns

The form_order_metadata of this CommissionCounty. # noqa: E501

form_page_label

Gets the form_page_label of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The form_page_label of this CommissionCounty. # noqa: E501

form_page_label_metadata

Gets the form_page_label_metadata of this CommissionCounty. # noqa: E501

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

Returns

The form_page_label_metadata of this CommissionCounty. # noqa: E501

form_page_number

Gets the form_page_number of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The form_page_number of this CommissionCounty. # noqa: E501

form_page_number_metadata

Gets the form_page_number_metadata of this CommissionCounty. # noqa: E501

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

Returns

The form_page_number_metadata of this CommissionCounty. # noqa: E501

height

Gets the height of this CommissionCounty. # noqa: E501

Height of the tab in pixels. # noqa: E501

Returns

The height of this CommissionCounty. # noqa: E501

height_metadata

Gets the height_metadata of this CommissionCounty. # noqa: E501

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

Returns

The height_metadata of this CommissionCounty. # noqa: E501

italic

Gets the italic of this CommissionCounty. # noqa: E501

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

Returns

The italic of this CommissionCounty. # noqa: E501

italic_metadata

Gets the italic_metadata of this CommissionCounty. # noqa: E501

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

Returns

The italic_metadata of this CommissionCounty. # noqa: E501

locale_policy

Gets the locale_policy of this CommissionCounty. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The locale_policy of this CommissionCounty. # noqa: E501

locked

Gets the locked of this CommissionCounty. # noqa: E501

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

Returns

The locked of this CommissionCounty. # noqa: E501

locked_metadata

Gets the locked_metadata of this CommissionCounty. # noqa: E501

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

Returns

The locked_metadata of this CommissionCounty. # noqa: E501

max_length

Gets the max_length of this CommissionCounty. # noqa: E501

An optional value that describes the maximum length of the property when the property is a string. # noqa: E501

Returns

The max_length of this CommissionCounty. # noqa: E501

max_length_metadata

Gets the max_length_metadata of this CommissionCounty. # noqa: E501

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

Returns

The max_length_metadata of this CommissionCounty. # noqa: E501

merge_field

Gets the merge_field of this CommissionCounty. # noqa: E501

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

Returns

The merge_field of this CommissionCounty. # noqa: E501

merge_field_xml

Gets the merge_field_xml of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The merge_field_xml of this CommissionCounty. # noqa: E501

name

Gets the name of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The name of this CommissionCounty. # noqa: E501

name_metadata

Gets the name_metadata of this CommissionCounty. # noqa: E501

Metadata that indicates whether the name property is editable. This property is read-only. # noqa: E501

Returns

The name_metadata of this CommissionCounty. # noqa: E501

original_value

Gets the original_value of this CommissionCounty. # noqa: E501

The initial value of the tab when it was sent to the recipient. # noqa: E501

Returns

The original_value of this CommissionCounty. # noqa: E501

original_value_metadata

Gets the original_value_metadata of this CommissionCounty. # noqa: E501

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

Returns

The original_value_metadata of this CommissionCounty. # noqa: E501

page_number

Gets the page_number of this CommissionCounty. # noqa: E501

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

Returns

The page_number of this CommissionCounty. # noqa: E501

page_number_metadata

Gets the page_number_metadata of this CommissionCounty. # noqa: E501

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

Returns

The page_number_metadata of this CommissionCounty. # noqa: E501

recipient_id

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

recipient_id_guid

Gets the recipient_id_guid of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The recipient_id_guid of this CommissionCounty. # noqa: E501

recipient_id_guid_metadata

Gets the recipient_id_guid_metadata of this CommissionCounty. # noqa: E501

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

Returns

The recipient_id_guid_metadata of this CommissionCounty. # noqa: E501

recipient_id_metadata

Gets the recipient_id_metadata of this CommissionCounty. # noqa: E501

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

Returns

The recipient_id_metadata of this CommissionCounty. # noqa: E501

required

Gets the required of this CommissionCounty. # noqa: E501

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

Returns

The required of this CommissionCounty. # noqa: E501

required_metadata

Gets the required_metadata of this CommissionCounty. # noqa: E501

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

Returns

The required_metadata of this CommissionCounty. # noqa: E501

smart_contract_information

Gets the smart_contract_information of this CommissionCounty. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The smart_contract_information of this CommissionCounty. # noqa: E501

source

Gets the source of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The source of this CommissionCounty. # noqa: E501

status

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

status_metadata

Gets the status_metadata of this CommissionCounty. # noqa: E501

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

Returns

The status_metadata of this CommissionCounty. # noqa: E501

tab_fully_qualified_path

Gets the tab_fully_qualified_path of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The tab_fully_qualified_path of this CommissionCounty. # noqa: E501

tab_group_labels

Gets the tab_group_labels of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The tab_group_labels of this CommissionCounty. # noqa: E501

tab_group_labels_metadata

Gets the tab_group_labels_metadata of this CommissionCounty. # noqa: E501

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

Returns

The tab_group_labels_metadata of this CommissionCounty. # noqa: E501

tab_id

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

tab_id_metadata

Gets the tab_id_metadata of this CommissionCounty. # noqa: E501

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

Returns

The tab_id_metadata of this CommissionCounty. # noqa: E501

tab_label

Gets the tab_label of this CommissionCounty. # noqa: E501

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

Returns

The tab_label of this CommissionCounty. # noqa: E501

tab_label_metadata

Gets the tab_label_metadata of this CommissionCounty. # noqa: E501

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

Returns

The tab_label_metadata of this CommissionCounty. # noqa: E501

tab_order

Gets the tab_order of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The tab_order of this CommissionCounty. # noqa: E501

tab_order_metadata

Gets the tab_order_metadata of this CommissionCounty. # noqa: E501

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

Returns

The tab_order_metadata of this CommissionCounty. # noqa: E501

tab_type

Gets the tab_type of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The tab_type of this CommissionCounty. # noqa: E501

tab_type_metadata

Gets the tab_type_metadata of this CommissionCounty. # noqa: E501

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

Returns

The tab_type_metadata of this CommissionCounty. # noqa: E501

template_locked

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

template_locked_metadata

Gets the template_locked_metadata of this CommissionCounty. # noqa: E501

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

Returns

The template_locked_metadata of this CommissionCounty. # noqa: E501

template_required

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

template_required_metadata

Gets the template_required_metadata of this CommissionCounty. # noqa: E501

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

Returns

The template_required_metadata of this CommissionCounty. # noqa: E501

tooltip

Gets the tooltip of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The tooltip of this CommissionCounty. # noqa: E501

tool_tip_metadata

Gets the tool_tip_metadata of this CommissionCounty. # noqa: E501

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

Returns

The tool_tip_metadata of this CommissionCounty. # noqa: E501

underline

Gets the underline of this CommissionCounty. # noqa: E501

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

Returns

The underline of this CommissionCounty. # noqa: E501

underline_metadata

Gets the underline_metadata of this CommissionCounty. # noqa: E501

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

Returns

The underline_metadata of this CommissionCounty. # noqa: E501

value

Gets the value of this CommissionCounty. # noqa: E501

Specifies the value of the tab. # noqa: E501

Returns

The value of this CommissionCounty. # noqa: E501

value_metadata

Gets the value_metadata of this CommissionCounty. # noqa: E501

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

Returns

The value_metadata of this CommissionCounty. # noqa: E501

warning_details

Gets the warning_details of this CommissionCounty. # noqa: E501

# noqa: E501

Returns

The warning_details of this CommissionCounty. # noqa: E501

width

Gets the width of this CommissionCounty. # noqa: E501

Width of the tab in pixels. # noqa: E501

Returns

The width of this CommissionCounty. # noqa: E501

width_metadata

Gets the width_metadata of this CommissionCounty. # noqa: E501

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

Returns

The width_metadata of this CommissionCounty. # noqa: E501

x_position

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

x_position_metadata

Gets the x_position_metadata of this CommissionCounty. # noqa: E501

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

Returns

The x_position_metadata of this CommissionCounty. # noqa: E501

y_position

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

y_position_metadata

Gets the y_position_metadata of this CommissionCounty. # noqa: E501

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

Returns

The y_position_metadata of this CommissionCounty. # noqa: E501

def to_dict(self)
2967    def to_dict(self):
2968        """Returns the model properties as a dict"""
2969        result = {}
2970
2971        for attr, _ in six.iteritems(self.swagger_types):
2972            value = getattr(self, attr)
2973            if isinstance(value, list):
2974                result[attr] = list(map(
2975                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
2976                    value
2977                ))
2978            elif hasattr(value, "to_dict"):
2979                result[attr] = value.to_dict()
2980            elif isinstance(value, dict):
2981                result[attr] = dict(map(
2982                    lambda item: (item[0], item[1].to_dict())
2983                    if hasattr(item[1], "to_dict") else item,
2984                    value.items()
2985                ))
2986            else:
2987                result[attr] = value
2988        if issubclass(CommissionCounty, dict):
2989            for key, value in self.items():
2990                result[key] = value
2991
2992        return result

Returns the model properties as a dict

def to_str(self)
2994    def to_str(self):
2995        """Returns the string representation of the model"""
2996        return pprint.pformat(self.to_dict())

Returns the string representation of the model