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