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