docusign_esign.models.radio
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 Radio(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 'error_details': 'ErrorDetails', 61 'font': 'str', 62 'font_color': 'str', 63 'font_color_metadata': 'PropertyMetadata', 64 'font_metadata': 'PropertyMetadata', 65 'font_size': 'str', 66 'font_size_metadata': 'PropertyMetadata', 67 'italic': 'str', 68 'italic_metadata': 'PropertyMetadata', 69 'locked': 'str', 70 'locked_metadata': 'PropertyMetadata', 71 'merge_field_xml': 'str', 72 'page_number': 'str', 73 'page_number_metadata': 'PropertyMetadata', 74 'required': 'str', 75 'required_metadata': 'PropertyMetadata', 76 'selected': 'str', 77 'selected_metadata': 'PropertyMetadata', 78 'status': 'str', 79 'status_metadata': 'PropertyMetadata', 80 'tab_id': 'str', 81 'tab_id_metadata': 'PropertyMetadata', 82 'tab_order': 'str', 83 'tab_order_metadata': 'PropertyMetadata', 84 'underline': 'str', 85 'underline_metadata': 'PropertyMetadata', 86 'value': 'str', 87 'value_metadata': 'PropertyMetadata', 88 'x_position': 'str', 89 'x_position_metadata': 'PropertyMetadata', 90 'y_position': 'str', 91 'y_position_metadata': 'PropertyMetadata' 92 } 93 94 attribute_map = { 95 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 96 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 97 'anchor_case_sensitive': 'anchorCaseSensitive', 98 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 99 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 100 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 101 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 102 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 103 'anchor_match_whole_word': 'anchorMatchWholeWord', 104 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 105 'anchor_string': 'anchorString', 106 'anchor_string_metadata': 'anchorStringMetadata', 107 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 108 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 109 'anchor_units': 'anchorUnits', 110 'anchor_units_metadata': 'anchorUnitsMetadata', 111 'anchor_x_offset': 'anchorXOffset', 112 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 113 'anchor_y_offset': 'anchorYOffset', 114 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 115 'bold': 'bold', 116 'bold_metadata': 'boldMetadata', 117 'caption': 'caption', 118 'caption_metadata': 'captionMetadata', 119 'error_details': 'errorDetails', 120 'font': 'font', 121 'font_color': 'fontColor', 122 'font_color_metadata': 'fontColorMetadata', 123 'font_metadata': 'fontMetadata', 124 'font_size': 'fontSize', 125 'font_size_metadata': 'fontSizeMetadata', 126 'italic': 'italic', 127 'italic_metadata': 'italicMetadata', 128 'locked': 'locked', 129 'locked_metadata': 'lockedMetadata', 130 'merge_field_xml': 'mergeFieldXml', 131 'page_number': 'pageNumber', 132 'page_number_metadata': 'pageNumberMetadata', 133 'required': 'required', 134 'required_metadata': 'requiredMetadata', 135 'selected': 'selected', 136 'selected_metadata': 'selectedMetadata', 137 'status': 'status', 138 'status_metadata': 'statusMetadata', 139 'tab_id': 'tabId', 140 'tab_id_metadata': 'tabIdMetadata', 141 'tab_order': 'tabOrder', 142 'tab_order_metadata': 'tabOrderMetadata', 143 'underline': 'underline', 144 'underline_metadata': 'underlineMetadata', 145 'value': 'value', 146 'value_metadata': 'valueMetadata', 147 'x_position': 'xPosition', 148 'x_position_metadata': 'xPositionMetadata', 149 'y_position': 'yPosition', 150 'y_position_metadata': 'yPositionMetadata' 151 } 152 153 def __init__(self, _configuration=None, **kwargs): # noqa: E501 154 """Radio - a model defined in Swagger""" # noqa: E501 155 if _configuration is None: 156 _configuration = Configuration() 157 self._configuration = _configuration 158 159 self._anchor_allow_white_space_in_characters = None 160 self._anchor_allow_white_space_in_characters_metadata = None 161 self._anchor_case_sensitive = None 162 self._anchor_case_sensitive_metadata = None 163 self._anchor_horizontal_alignment = None 164 self._anchor_horizontal_alignment_metadata = None 165 self._anchor_ignore_if_not_present = None 166 self._anchor_ignore_if_not_present_metadata = None 167 self._anchor_match_whole_word = None 168 self._anchor_match_whole_word_metadata = None 169 self._anchor_string = None 170 self._anchor_string_metadata = None 171 self._anchor_tab_processor_version = None 172 self._anchor_tab_processor_version_metadata = None 173 self._anchor_units = None 174 self._anchor_units_metadata = None 175 self._anchor_x_offset = None 176 self._anchor_x_offset_metadata = None 177 self._anchor_y_offset = None 178 self._anchor_y_offset_metadata = None 179 self._bold = None 180 self._bold_metadata = None 181 self._caption = None 182 self._caption_metadata = None 183 self._error_details = None 184 self._font = None 185 self._font_color = None 186 self._font_color_metadata = None 187 self._font_metadata = None 188 self._font_size = None 189 self._font_size_metadata = None 190 self._italic = None 191 self._italic_metadata = None 192 self._locked = None 193 self._locked_metadata = None 194 self._merge_field_xml = None 195 self._page_number = None 196 self._page_number_metadata = None 197 self._required = None 198 self._required_metadata = None 199 self._selected = None 200 self._selected_metadata = None 201 self._status = None 202 self._status_metadata = None 203 self._tab_id = None 204 self._tab_id_metadata = None 205 self._tab_order = None 206 self._tab_order_metadata = None 207 self._underline = None 208 self._underline_metadata = None 209 self._value = None 210 self._value_metadata = None 211 self._x_position = None 212 self._x_position_metadata = None 213 self._y_position = None 214 self._y_position_metadata = None 215 self.discriminator = None 216 217 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 218 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 219 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 220 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 221 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 222 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 223 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 224 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 225 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 226 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 227 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 228 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 229 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 230 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 231 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 232 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 233 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 234 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 235 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 236 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 237 setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) 238 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) 239 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 240 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 241 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 242 setattr(self, "_{}".format('font'), kwargs.get('font', None)) 243 setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None)) 244 setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None)) 245 setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None)) 246 setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None)) 247 setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None)) 248 setattr(self, "_{}".format('italic'), kwargs.get('italic', None)) 249 setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None)) 250 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 251 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 252 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 253 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 254 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 255 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 256 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 257 setattr(self, "_{}".format('selected'), kwargs.get('selected', None)) 258 setattr(self, "_{}".format('selected_metadata'), kwargs.get('selected_metadata', None)) 259 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 260 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 261 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 262 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 263 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 264 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 265 setattr(self, "_{}".format('underline'), kwargs.get('underline', None)) 266 setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None)) 267 setattr(self, "_{}".format('value'), kwargs.get('value', None)) 268 setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None)) 269 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 270 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 271 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 272 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None)) 273 274 @property 275 def anchor_allow_white_space_in_characters(self): 276 """Gets the anchor_allow_white_space_in_characters of this Radio. # noqa: E501 277 278 # noqa: E501 279 280 :return: The anchor_allow_white_space_in_characters of this Radio. # noqa: E501 281 :rtype: str 282 """ 283 return self._anchor_allow_white_space_in_characters 284 285 @anchor_allow_white_space_in_characters.setter 286 def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): 287 """Sets the anchor_allow_white_space_in_characters of this Radio. 288 289 # noqa: E501 290 291 :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Radio. # noqa: E501 292 :type: str 293 """ 294 295 self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters 296 297 @property 298 def anchor_allow_white_space_in_characters_metadata(self): 299 """Gets the anchor_allow_white_space_in_characters_metadata of this Radio. # noqa: E501 300 301 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 302 303 :return: The anchor_allow_white_space_in_characters_metadata of this Radio. # noqa: E501 304 :rtype: PropertyMetadata 305 """ 306 return self._anchor_allow_white_space_in_characters_metadata 307 308 @anchor_allow_white_space_in_characters_metadata.setter 309 def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): 310 """Sets the anchor_allow_white_space_in_characters_metadata of this Radio. 311 312 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 313 314 :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Radio. # noqa: E501 315 :type: PropertyMetadata 316 """ 317 318 self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata 319 320 @property 321 def anchor_case_sensitive(self): 322 """Gets the anchor_case_sensitive of this Radio. # noqa: E501 323 324 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 325 326 :return: The anchor_case_sensitive of this Radio. # noqa: E501 327 :rtype: str 328 """ 329 return self._anchor_case_sensitive 330 331 @anchor_case_sensitive.setter 332 def anchor_case_sensitive(self, anchor_case_sensitive): 333 """Sets the anchor_case_sensitive of this Radio. 334 335 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 336 337 :param anchor_case_sensitive: The anchor_case_sensitive of this Radio. # noqa: E501 338 :type: str 339 """ 340 341 self._anchor_case_sensitive = anchor_case_sensitive 342 343 @property 344 def anchor_case_sensitive_metadata(self): 345 """Gets the anchor_case_sensitive_metadata of this Radio. # noqa: E501 346 347 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 348 349 :return: The anchor_case_sensitive_metadata of this Radio. # noqa: E501 350 :rtype: PropertyMetadata 351 """ 352 return self._anchor_case_sensitive_metadata 353 354 @anchor_case_sensitive_metadata.setter 355 def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): 356 """Sets the anchor_case_sensitive_metadata of this Radio. 357 358 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 359 360 :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Radio. # noqa: E501 361 :type: PropertyMetadata 362 """ 363 364 self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata 365 366 @property 367 def anchor_horizontal_alignment(self): 368 """Gets the anchor_horizontal_alignment of this Radio. # noqa: E501 369 370 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 371 372 :return: The anchor_horizontal_alignment of this Radio. # noqa: E501 373 :rtype: str 374 """ 375 return self._anchor_horizontal_alignment 376 377 @anchor_horizontal_alignment.setter 378 def anchor_horizontal_alignment(self, anchor_horizontal_alignment): 379 """Sets the anchor_horizontal_alignment of this Radio. 380 381 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 382 383 :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Radio. # noqa: E501 384 :type: str 385 """ 386 387 self._anchor_horizontal_alignment = anchor_horizontal_alignment 388 389 @property 390 def anchor_horizontal_alignment_metadata(self): 391 """Gets the anchor_horizontal_alignment_metadata of this Radio. # noqa: E501 392 393 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 394 395 :return: The anchor_horizontal_alignment_metadata of this Radio. # noqa: E501 396 :rtype: PropertyMetadata 397 """ 398 return self._anchor_horizontal_alignment_metadata 399 400 @anchor_horizontal_alignment_metadata.setter 401 def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): 402 """Sets the anchor_horizontal_alignment_metadata of this Radio. 403 404 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 405 406 :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Radio. # noqa: E501 407 :type: PropertyMetadata 408 """ 409 410 self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata 411 412 @property 413 def anchor_ignore_if_not_present(self): 414 """Gets the anchor_ignore_if_not_present of this Radio. # noqa: E501 415 416 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 417 418 :return: The anchor_ignore_if_not_present of this Radio. # noqa: E501 419 :rtype: str 420 """ 421 return self._anchor_ignore_if_not_present 422 423 @anchor_ignore_if_not_present.setter 424 def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): 425 """Sets the anchor_ignore_if_not_present of this Radio. 426 427 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 428 429 :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Radio. # noqa: E501 430 :type: str 431 """ 432 433 self._anchor_ignore_if_not_present = anchor_ignore_if_not_present 434 435 @property 436 def anchor_ignore_if_not_present_metadata(self): 437 """Gets the anchor_ignore_if_not_present_metadata of this Radio. # noqa: E501 438 439 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 440 441 :return: The anchor_ignore_if_not_present_metadata of this Radio. # noqa: E501 442 :rtype: PropertyMetadata 443 """ 444 return self._anchor_ignore_if_not_present_metadata 445 446 @anchor_ignore_if_not_present_metadata.setter 447 def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): 448 """Sets the anchor_ignore_if_not_present_metadata of this Radio. 449 450 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 451 452 :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Radio. # noqa: E501 453 :type: PropertyMetadata 454 """ 455 456 self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata 457 458 @property 459 def anchor_match_whole_word(self): 460 """Gets the anchor_match_whole_word of this Radio. # noqa: E501 461 462 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 463 464 :return: The anchor_match_whole_word of this Radio. # noqa: E501 465 :rtype: str 466 """ 467 return self._anchor_match_whole_word 468 469 @anchor_match_whole_word.setter 470 def anchor_match_whole_word(self, anchor_match_whole_word): 471 """Sets the anchor_match_whole_word of this Radio. 472 473 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 474 475 :param anchor_match_whole_word: The anchor_match_whole_word of this Radio. # noqa: E501 476 :type: str 477 """ 478 479 self._anchor_match_whole_word = anchor_match_whole_word 480 481 @property 482 def anchor_match_whole_word_metadata(self): 483 """Gets the anchor_match_whole_word_metadata of this Radio. # noqa: E501 484 485 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 486 487 :return: The anchor_match_whole_word_metadata of this Radio. # noqa: E501 488 :rtype: PropertyMetadata 489 """ 490 return self._anchor_match_whole_word_metadata 491 492 @anchor_match_whole_word_metadata.setter 493 def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): 494 """Sets the anchor_match_whole_word_metadata of this Radio. 495 496 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 497 498 :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Radio. # noqa: E501 499 :type: PropertyMetadata 500 """ 501 502 self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata 503 504 @property 505 def anchor_string(self): 506 """Gets the anchor_string of this Radio. # noqa: E501 507 508 Anchor text information for a radio button. # noqa: E501 509 510 :return: The anchor_string of this Radio. # noqa: E501 511 :rtype: str 512 """ 513 return self._anchor_string 514 515 @anchor_string.setter 516 def anchor_string(self, anchor_string): 517 """Sets the anchor_string of this Radio. 518 519 Anchor text information for a radio button. # noqa: E501 520 521 :param anchor_string: The anchor_string of this Radio. # noqa: E501 522 :type: str 523 """ 524 525 self._anchor_string = anchor_string 526 527 @property 528 def anchor_string_metadata(self): 529 """Gets the anchor_string_metadata of this Radio. # noqa: E501 530 531 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 532 533 :return: The anchor_string_metadata of this Radio. # noqa: E501 534 :rtype: PropertyMetadata 535 """ 536 return self._anchor_string_metadata 537 538 @anchor_string_metadata.setter 539 def anchor_string_metadata(self, anchor_string_metadata): 540 """Sets the anchor_string_metadata of this Radio. 541 542 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 543 544 :param anchor_string_metadata: The anchor_string_metadata of this Radio. # noqa: E501 545 :type: PropertyMetadata 546 """ 547 548 self._anchor_string_metadata = anchor_string_metadata 549 550 @property 551 def anchor_tab_processor_version(self): 552 """Gets the anchor_tab_processor_version of this Radio. # noqa: E501 553 554 # noqa: E501 555 556 :return: The anchor_tab_processor_version of this Radio. # noqa: E501 557 :rtype: str 558 """ 559 return self._anchor_tab_processor_version 560 561 @anchor_tab_processor_version.setter 562 def anchor_tab_processor_version(self, anchor_tab_processor_version): 563 """Sets the anchor_tab_processor_version of this Radio. 564 565 # noqa: E501 566 567 :param anchor_tab_processor_version: The anchor_tab_processor_version of this Radio. # noqa: E501 568 :type: str 569 """ 570 571 self._anchor_tab_processor_version = anchor_tab_processor_version 572 573 @property 574 def anchor_tab_processor_version_metadata(self): 575 """Gets the anchor_tab_processor_version_metadata of this Radio. # noqa: E501 576 577 Reserved for DocuSign. # noqa: E501 578 579 :return: The anchor_tab_processor_version_metadata of this Radio. # noqa: E501 580 :rtype: PropertyMetadata 581 """ 582 return self._anchor_tab_processor_version_metadata 583 584 @anchor_tab_processor_version_metadata.setter 585 def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): 586 """Sets the anchor_tab_processor_version_metadata of this Radio. 587 588 Reserved for DocuSign. # noqa: E501 589 590 :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Radio. # noqa: E501 591 :type: PropertyMetadata 592 """ 593 594 self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata 595 596 @property 597 def anchor_units(self): 598 """Gets the anchor_units of this Radio. # noqa: E501 599 600 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 601 602 :return: The anchor_units of this Radio. # noqa: E501 603 :rtype: str 604 """ 605 return self._anchor_units 606 607 @anchor_units.setter 608 def anchor_units(self, anchor_units): 609 """Sets the anchor_units of this Radio. 610 611 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 612 613 :param anchor_units: The anchor_units of this Radio. # noqa: E501 614 :type: str 615 """ 616 617 self._anchor_units = anchor_units 618 619 @property 620 def anchor_units_metadata(self): 621 """Gets the anchor_units_metadata of this Radio. # noqa: E501 622 623 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 624 625 :return: The anchor_units_metadata of this Radio. # noqa: E501 626 :rtype: PropertyMetadata 627 """ 628 return self._anchor_units_metadata 629 630 @anchor_units_metadata.setter 631 def anchor_units_metadata(self, anchor_units_metadata): 632 """Sets the anchor_units_metadata of this Radio. 633 634 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 635 636 :param anchor_units_metadata: The anchor_units_metadata of this Radio. # noqa: E501 637 :type: PropertyMetadata 638 """ 639 640 self._anchor_units_metadata = anchor_units_metadata 641 642 @property 643 def anchor_x_offset(self): 644 """Gets the anchor_x_offset of this Radio. # noqa: E501 645 646 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 647 648 :return: The anchor_x_offset of this Radio. # noqa: E501 649 :rtype: str 650 """ 651 return self._anchor_x_offset 652 653 @anchor_x_offset.setter 654 def anchor_x_offset(self, anchor_x_offset): 655 """Sets the anchor_x_offset of this Radio. 656 657 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 658 659 :param anchor_x_offset: The anchor_x_offset of this Radio. # noqa: E501 660 :type: str 661 """ 662 663 self._anchor_x_offset = anchor_x_offset 664 665 @property 666 def anchor_x_offset_metadata(self): 667 """Gets the anchor_x_offset_metadata of this Radio. # noqa: E501 668 669 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 670 671 :return: The anchor_x_offset_metadata of this Radio. # noqa: E501 672 :rtype: PropertyMetadata 673 """ 674 return self._anchor_x_offset_metadata 675 676 @anchor_x_offset_metadata.setter 677 def anchor_x_offset_metadata(self, anchor_x_offset_metadata): 678 """Sets the anchor_x_offset_metadata of this Radio. 679 680 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 681 682 :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Radio. # noqa: E501 683 :type: PropertyMetadata 684 """ 685 686 self._anchor_x_offset_metadata = anchor_x_offset_metadata 687 688 @property 689 def anchor_y_offset(self): 690 """Gets the anchor_y_offset of this Radio. # noqa: E501 691 692 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 693 694 :return: The anchor_y_offset of this Radio. # noqa: E501 695 :rtype: str 696 """ 697 return self._anchor_y_offset 698 699 @anchor_y_offset.setter 700 def anchor_y_offset(self, anchor_y_offset): 701 """Sets the anchor_y_offset of this Radio. 702 703 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 704 705 :param anchor_y_offset: The anchor_y_offset of this Radio. # noqa: E501 706 :type: str 707 """ 708 709 self._anchor_y_offset = anchor_y_offset 710 711 @property 712 def anchor_y_offset_metadata(self): 713 """Gets the anchor_y_offset_metadata of this Radio. # noqa: E501 714 715 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 716 717 :return: The anchor_y_offset_metadata of this Radio. # noqa: E501 718 :rtype: PropertyMetadata 719 """ 720 return self._anchor_y_offset_metadata 721 722 @anchor_y_offset_metadata.setter 723 def anchor_y_offset_metadata(self, anchor_y_offset_metadata): 724 """Sets the anchor_y_offset_metadata of this Radio. 725 726 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 727 728 :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Radio. # noqa: E501 729 :type: PropertyMetadata 730 """ 731 732 self._anchor_y_offset_metadata = anchor_y_offset_metadata 733 734 @property 735 def bold(self): 736 """Gets the bold of this Radio. # noqa: E501 737 738 When set to **true**, the information in the tab is bold. # noqa: E501 739 740 :return: The bold of this Radio. # noqa: E501 741 :rtype: str 742 """ 743 return self._bold 744 745 @bold.setter 746 def bold(self, bold): 747 """Sets the bold of this Radio. 748 749 When set to **true**, the information in the tab is bold. # noqa: E501 750 751 :param bold: The bold of this Radio. # noqa: E501 752 :type: str 753 """ 754 755 self._bold = bold 756 757 @property 758 def bold_metadata(self): 759 """Gets the bold_metadata of this Radio. # noqa: E501 760 761 Metadata that indicates whether the `bold` property is editable. # noqa: E501 762 763 :return: The bold_metadata of this Radio. # noqa: E501 764 :rtype: PropertyMetadata 765 """ 766 return self._bold_metadata 767 768 @bold_metadata.setter 769 def bold_metadata(self, bold_metadata): 770 """Sets the bold_metadata of this Radio. 771 772 Metadata that indicates whether the `bold` property is editable. # noqa: E501 773 774 :param bold_metadata: The bold_metadata of this Radio. # noqa: E501 775 :type: PropertyMetadata 776 """ 777 778 self._bold_metadata = bold_metadata 779 780 @property 781 def caption(self): 782 """Gets the caption of this Radio. # noqa: E501 783 784 # noqa: E501 785 786 :return: The caption of this Radio. # noqa: E501 787 :rtype: str 788 """ 789 return self._caption 790 791 @caption.setter 792 def caption(self, caption): 793 """Sets the caption of this Radio. 794 795 # noqa: E501 796 797 :param caption: The caption of this Radio. # noqa: E501 798 :type: str 799 """ 800 801 self._caption = caption 802 803 @property 804 def caption_metadata(self): 805 """Gets the caption_metadata of this Radio. # noqa: E501 806 807 # noqa: E501 808 809 :return: The caption_metadata of this Radio. # noqa: E501 810 :rtype: PropertyMetadata 811 """ 812 return self._caption_metadata 813 814 @caption_metadata.setter 815 def caption_metadata(self, caption_metadata): 816 """Sets the caption_metadata of this Radio. 817 818 # noqa: E501 819 820 :param caption_metadata: The caption_metadata of this Radio. # noqa: E501 821 :type: PropertyMetadata 822 """ 823 824 self._caption_metadata = caption_metadata 825 826 @property 827 def error_details(self): 828 """Gets the error_details of this Radio. # noqa: E501 829 830 Array or errors. # noqa: E501 831 832 :return: The error_details of this Radio. # noqa: E501 833 :rtype: ErrorDetails 834 """ 835 return self._error_details 836 837 @error_details.setter 838 def error_details(self, error_details): 839 """Sets the error_details of this Radio. 840 841 Array or errors. # noqa: E501 842 843 :param error_details: The error_details of this Radio. # noqa: E501 844 :type: ErrorDetails 845 """ 846 847 self._error_details = error_details 848 849 @property 850 def font(self): 851 """Gets the font of this Radio. # noqa: E501 852 853 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 854 855 :return: The font of this Radio. # noqa: E501 856 :rtype: str 857 """ 858 return self._font 859 860 @font.setter 861 def font(self, font): 862 """Sets the font of this Radio. 863 864 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 865 866 :param font: The font of this Radio. # noqa: E501 867 :type: str 868 """ 869 870 self._font = font 871 872 @property 873 def font_color(self): 874 """Gets the font_color of this Radio. # noqa: E501 875 876 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 877 878 :return: The font_color of this Radio. # noqa: E501 879 :rtype: str 880 """ 881 return self._font_color 882 883 @font_color.setter 884 def font_color(self, font_color): 885 """Sets the font_color of this Radio. 886 887 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 888 889 :param font_color: The font_color of this Radio. # noqa: E501 890 :type: str 891 """ 892 893 self._font_color = font_color 894 895 @property 896 def font_color_metadata(self): 897 """Gets the font_color_metadata of this Radio. # noqa: E501 898 899 Metadata that indicates whether the `fontColor` property is editable. # noqa: E501 900 901 :return: The font_color_metadata of this Radio. # noqa: E501 902 :rtype: PropertyMetadata 903 """ 904 return self._font_color_metadata 905 906 @font_color_metadata.setter 907 def font_color_metadata(self, font_color_metadata): 908 """Sets the font_color_metadata of this Radio. 909 910 Metadata that indicates whether the `fontColor` property is editable. # noqa: E501 911 912 :param font_color_metadata: The font_color_metadata of this Radio. # noqa: E501 913 :type: PropertyMetadata 914 """ 915 916 self._font_color_metadata = font_color_metadata 917 918 @property 919 def font_metadata(self): 920 """Gets the font_metadata of this Radio. # noqa: E501 921 922 Metadata that indicates whether the `font` property is editable. # noqa: E501 923 924 :return: The font_metadata of this Radio. # noqa: E501 925 :rtype: PropertyMetadata 926 """ 927 return self._font_metadata 928 929 @font_metadata.setter 930 def font_metadata(self, font_metadata): 931 """Sets the font_metadata of this Radio. 932 933 Metadata that indicates whether the `font` property is editable. # noqa: E501 934 935 :param font_metadata: The font_metadata of this Radio. # noqa: E501 936 :type: PropertyMetadata 937 """ 938 939 self._font_metadata = font_metadata 940 941 @property 942 def font_size(self): 943 """Gets the font_size of this Radio. # noqa: E501 944 945 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 946 947 :return: The font_size of this Radio. # noqa: E501 948 :rtype: str 949 """ 950 return self._font_size 951 952 @font_size.setter 953 def font_size(self, font_size): 954 """Sets the font_size of this Radio. 955 956 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 957 958 :param font_size: The font_size of this Radio. # noqa: E501 959 :type: str 960 """ 961 962 self._font_size = font_size 963 964 @property 965 def font_size_metadata(self): 966 """Gets the font_size_metadata of this Radio. # noqa: E501 967 968 Metadata that indicates whether the `fontSize` property is editable. # noqa: E501 969 970 :return: The font_size_metadata of this Radio. # noqa: E501 971 :rtype: PropertyMetadata 972 """ 973 return self._font_size_metadata 974 975 @font_size_metadata.setter 976 def font_size_metadata(self, font_size_metadata): 977 """Sets the font_size_metadata of this Radio. 978 979 Metadata that indicates whether the `fontSize` property is editable. # noqa: E501 980 981 :param font_size_metadata: The font_size_metadata of this Radio. # noqa: E501 982 :type: PropertyMetadata 983 """ 984 985 self._font_size_metadata = font_size_metadata 986 987 @property 988 def italic(self): 989 """Gets the italic of this Radio. # noqa: E501 990 991 When set to **true**, the information in the tab is italic. # noqa: E501 992 993 :return: The italic of this Radio. # noqa: E501 994 :rtype: str 995 """ 996 return self._italic 997 998 @italic.setter 999 def italic(self, italic): 1000 """Sets the italic of this Radio. 1001 1002 When set to **true**, the information in the tab is italic. # noqa: E501 1003 1004 :param italic: The italic of this Radio. # noqa: E501 1005 :type: str 1006 """ 1007 1008 self._italic = italic 1009 1010 @property 1011 def italic_metadata(self): 1012 """Gets the italic_metadata of this Radio. # noqa: E501 1013 1014 Metadata that indicates whether the `italic` property is editable. # noqa: E501 1015 1016 :return: The italic_metadata of this Radio. # noqa: E501 1017 :rtype: PropertyMetadata 1018 """ 1019 return self._italic_metadata 1020 1021 @italic_metadata.setter 1022 def italic_metadata(self, italic_metadata): 1023 """Sets the italic_metadata of this Radio. 1024 1025 Metadata that indicates whether the `italic` property is editable. # noqa: E501 1026 1027 :param italic_metadata: The italic_metadata of this Radio. # noqa: E501 1028 :type: PropertyMetadata 1029 """ 1030 1031 self._italic_metadata = italic_metadata 1032 1033 @property 1034 def locked(self): 1035 """Gets the locked of this Radio. # noqa: E501 1036 1037 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1038 1039 :return: The locked of this Radio. # noqa: E501 1040 :rtype: str 1041 """ 1042 return self._locked 1043 1044 @locked.setter 1045 def locked(self, locked): 1046 """Sets the locked of this Radio. 1047 1048 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1049 1050 :param locked: The locked of this Radio. # noqa: E501 1051 :type: str 1052 """ 1053 1054 self._locked = locked 1055 1056 @property 1057 def locked_metadata(self): 1058 """Gets the locked_metadata of this Radio. # noqa: E501 1059 1060 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1061 1062 :return: The locked_metadata of this Radio. # noqa: E501 1063 :rtype: PropertyMetadata 1064 """ 1065 return self._locked_metadata 1066 1067 @locked_metadata.setter 1068 def locked_metadata(self, locked_metadata): 1069 """Sets the locked_metadata of this Radio. 1070 1071 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1072 1073 :param locked_metadata: The locked_metadata of this Radio. # noqa: E501 1074 :type: PropertyMetadata 1075 """ 1076 1077 self._locked_metadata = locked_metadata 1078 1079 @property 1080 def merge_field_xml(self): 1081 """Gets the merge_field_xml of this Radio. # noqa: E501 1082 1083 # noqa: E501 1084 1085 :return: The merge_field_xml of this Radio. # noqa: E501 1086 :rtype: str 1087 """ 1088 return self._merge_field_xml 1089 1090 @merge_field_xml.setter 1091 def merge_field_xml(self, merge_field_xml): 1092 """Sets the merge_field_xml of this Radio. 1093 1094 # noqa: E501 1095 1096 :param merge_field_xml: The merge_field_xml of this Radio. # noqa: E501 1097 :type: str 1098 """ 1099 1100 self._merge_field_xml = merge_field_xml 1101 1102 @property 1103 def page_number(self): 1104 """Gets the page_number of this Radio. # noqa: E501 1105 1106 Specifies the page number on which the tab is located. # noqa: E501 1107 1108 :return: The page_number of this Radio. # noqa: E501 1109 :rtype: str 1110 """ 1111 return self._page_number 1112 1113 @page_number.setter 1114 def page_number(self, page_number): 1115 """Sets the page_number of this Radio. 1116 1117 Specifies the page number on which the tab is located. # noqa: E501 1118 1119 :param page_number: The page_number of this Radio. # noqa: E501 1120 :type: str 1121 """ 1122 1123 self._page_number = page_number 1124 1125 @property 1126 def page_number_metadata(self): 1127 """Gets the page_number_metadata of this Radio. # noqa: E501 1128 1129 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 1130 1131 :return: The page_number_metadata of this Radio. # noqa: E501 1132 :rtype: PropertyMetadata 1133 """ 1134 return self._page_number_metadata 1135 1136 @page_number_metadata.setter 1137 def page_number_metadata(self, page_number_metadata): 1138 """Sets the page_number_metadata of this Radio. 1139 1140 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 1141 1142 :param page_number_metadata: The page_number_metadata of this Radio. # noqa: E501 1143 :type: PropertyMetadata 1144 """ 1145 1146 self._page_number_metadata = page_number_metadata 1147 1148 @property 1149 def required(self): 1150 """Gets the required of this Radio. # noqa: E501 1151 1152 When set to **true**, the signer is required to fill out this tab # noqa: E501 1153 1154 :return: The required of this Radio. # noqa: E501 1155 :rtype: str 1156 """ 1157 return self._required 1158 1159 @required.setter 1160 def required(self, required): 1161 """Sets the required of this Radio. 1162 1163 When set to **true**, the signer is required to fill out this tab # noqa: E501 1164 1165 :param required: The required of this Radio. # noqa: E501 1166 :type: str 1167 """ 1168 1169 self._required = required 1170 1171 @property 1172 def required_metadata(self): 1173 """Gets the required_metadata of this Radio. # noqa: E501 1174 1175 Metadata that indicates whether the `required` property is editable. # noqa: E501 1176 1177 :return: The required_metadata of this Radio. # noqa: E501 1178 :rtype: PropertyMetadata 1179 """ 1180 return self._required_metadata 1181 1182 @required_metadata.setter 1183 def required_metadata(self, required_metadata): 1184 """Sets the required_metadata of this Radio. 1185 1186 Metadata that indicates whether the `required` property is editable. # noqa: E501 1187 1188 :param required_metadata: The required_metadata of this Radio. # noqa: E501 1189 :type: PropertyMetadata 1190 """ 1191 1192 self._required_metadata = required_metadata 1193 1194 @property 1195 def selected(self): 1196 """Gets the selected of this Radio. # noqa: E501 1197 1198 When set to **true**, the radio button is selected. # noqa: E501 1199 1200 :return: The selected of this Radio. # noqa: E501 1201 :rtype: str 1202 """ 1203 return self._selected 1204 1205 @selected.setter 1206 def selected(self, selected): 1207 """Sets the selected of this Radio. 1208 1209 When set to **true**, the radio button is selected. # noqa: E501 1210 1211 :param selected: The selected of this Radio. # noqa: E501 1212 :type: str 1213 """ 1214 1215 self._selected = selected 1216 1217 @property 1218 def selected_metadata(self): 1219 """Gets the selected_metadata of this Radio. # noqa: E501 1220 1221 Metadata that indicates whether the `selected` property is editable. # noqa: E501 1222 1223 :return: The selected_metadata of this Radio. # noqa: E501 1224 :rtype: PropertyMetadata 1225 """ 1226 return self._selected_metadata 1227 1228 @selected_metadata.setter 1229 def selected_metadata(self, selected_metadata): 1230 """Sets the selected_metadata of this Radio. 1231 1232 Metadata that indicates whether the `selected` property is editable. # noqa: E501 1233 1234 :param selected_metadata: The selected_metadata of this Radio. # noqa: E501 1235 :type: PropertyMetadata 1236 """ 1237 1238 self._selected_metadata = selected_metadata 1239 1240 @property 1241 def status(self): 1242 """Gets the status of this Radio. # noqa: E501 1243 1244 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 1245 1246 :return: The status of this Radio. # noqa: E501 1247 :rtype: str 1248 """ 1249 return self._status 1250 1251 @status.setter 1252 def status(self, status): 1253 """Sets the status of this Radio. 1254 1255 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 1256 1257 :param status: The status of this Radio. # noqa: E501 1258 :type: str 1259 """ 1260 1261 self._status = status 1262 1263 @property 1264 def status_metadata(self): 1265 """Gets the status_metadata of this Radio. # noqa: E501 1266 1267 Metadata that indicates whether the `status` property is editable. # noqa: E501 1268 1269 :return: The status_metadata of this Radio. # noqa: E501 1270 :rtype: PropertyMetadata 1271 """ 1272 return self._status_metadata 1273 1274 @status_metadata.setter 1275 def status_metadata(self, status_metadata): 1276 """Sets the status_metadata of this Radio. 1277 1278 Metadata that indicates whether the `status` property is editable. # noqa: E501 1279 1280 :param status_metadata: The status_metadata of this Radio. # noqa: E501 1281 :type: PropertyMetadata 1282 """ 1283 1284 self._status_metadata = status_metadata 1285 1286 @property 1287 def tab_id(self): 1288 """Gets the tab_id of this Radio. # noqa: E501 1289 1290 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 1291 1292 :return: The tab_id of this Radio. # noqa: E501 1293 :rtype: str 1294 """ 1295 return self._tab_id 1296 1297 @tab_id.setter 1298 def tab_id(self, tab_id): 1299 """Sets the tab_id of this Radio. 1300 1301 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 1302 1303 :param tab_id: The tab_id of this Radio. # noqa: E501 1304 :type: str 1305 """ 1306 1307 self._tab_id = tab_id 1308 1309 @property 1310 def tab_id_metadata(self): 1311 """Gets the tab_id_metadata of this Radio. # noqa: E501 1312 1313 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 1314 1315 :return: The tab_id_metadata of this Radio. # noqa: E501 1316 :rtype: PropertyMetadata 1317 """ 1318 return self._tab_id_metadata 1319 1320 @tab_id_metadata.setter 1321 def tab_id_metadata(self, tab_id_metadata): 1322 """Sets the tab_id_metadata of this Radio. 1323 1324 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 1325 1326 :param tab_id_metadata: The tab_id_metadata of this Radio. # noqa: E501 1327 :type: PropertyMetadata 1328 """ 1329 1330 self._tab_id_metadata = tab_id_metadata 1331 1332 @property 1333 def tab_order(self): 1334 """Gets the tab_order of this Radio. # noqa: E501 1335 1336 # noqa: E501 1337 1338 :return: The tab_order of this Radio. # noqa: E501 1339 :rtype: str 1340 """ 1341 return self._tab_order 1342 1343 @tab_order.setter 1344 def tab_order(self, tab_order): 1345 """Sets the tab_order of this Radio. 1346 1347 # noqa: E501 1348 1349 :param tab_order: The tab_order of this Radio. # noqa: E501 1350 :type: str 1351 """ 1352 1353 self._tab_order = tab_order 1354 1355 @property 1356 def tab_order_metadata(self): 1357 """Gets the tab_order_metadata of this Radio. # noqa: E501 1358 1359 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 1360 1361 :return: The tab_order_metadata of this Radio. # noqa: E501 1362 :rtype: PropertyMetadata 1363 """ 1364 return self._tab_order_metadata 1365 1366 @tab_order_metadata.setter 1367 def tab_order_metadata(self, tab_order_metadata): 1368 """Sets the tab_order_metadata of this Radio. 1369 1370 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 1371 1372 :param tab_order_metadata: The tab_order_metadata of this Radio. # noqa: E501 1373 :type: PropertyMetadata 1374 """ 1375 1376 self._tab_order_metadata = tab_order_metadata 1377 1378 @property 1379 def underline(self): 1380 """Gets the underline of this Radio. # noqa: E501 1381 1382 When set to **true**, the information in the tab is underlined. # noqa: E501 1383 1384 :return: The underline of this Radio. # noqa: E501 1385 :rtype: str 1386 """ 1387 return self._underline 1388 1389 @underline.setter 1390 def underline(self, underline): 1391 """Sets the underline of this Radio. 1392 1393 When set to **true**, the information in the tab is underlined. # noqa: E501 1394 1395 :param underline: The underline of this Radio. # noqa: E501 1396 :type: str 1397 """ 1398 1399 self._underline = underline 1400 1401 @property 1402 def underline_metadata(self): 1403 """Gets the underline_metadata of this Radio. # noqa: E501 1404 1405 Metadata that indicates whether the `underline` property is editable. # noqa: E501 1406 1407 :return: The underline_metadata of this Radio. # noqa: E501 1408 :rtype: PropertyMetadata 1409 """ 1410 return self._underline_metadata 1411 1412 @underline_metadata.setter 1413 def underline_metadata(self, underline_metadata): 1414 """Sets the underline_metadata of this Radio. 1415 1416 Metadata that indicates whether the `underline` property is editable. # noqa: E501 1417 1418 :param underline_metadata: The underline_metadata of this Radio. # noqa: E501 1419 :type: PropertyMetadata 1420 """ 1421 1422 self._underline_metadata = underline_metadata 1423 1424 @property 1425 def value(self): 1426 """Gets the value of this Radio. # noqa: E501 1427 1428 Specifies the value of the tab. # noqa: E501 1429 1430 :return: The value of this Radio. # noqa: E501 1431 :rtype: str 1432 """ 1433 return self._value 1434 1435 @value.setter 1436 def value(self, value): 1437 """Sets the value of this Radio. 1438 1439 Specifies the value of the tab. # noqa: E501 1440 1441 :param value: The value of this Radio. # noqa: E501 1442 :type: str 1443 """ 1444 1445 self._value = value 1446 1447 @property 1448 def value_metadata(self): 1449 """Gets the value_metadata of this Radio. # noqa: E501 1450 1451 Metadata that indicates whether the `value` property is editable. # noqa: E501 1452 1453 :return: The value_metadata of this Radio. # noqa: E501 1454 :rtype: PropertyMetadata 1455 """ 1456 return self._value_metadata 1457 1458 @value_metadata.setter 1459 def value_metadata(self, value_metadata): 1460 """Sets the value_metadata of this Radio. 1461 1462 Metadata that indicates whether the `value` property is editable. # noqa: E501 1463 1464 :param value_metadata: The value_metadata of this Radio. # noqa: E501 1465 :type: PropertyMetadata 1466 """ 1467 1468 self._value_metadata = value_metadata 1469 1470 @property 1471 def x_position(self): 1472 """Gets the x_position of this Radio. # noqa: E501 1473 1474 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 1475 1476 :return: The x_position of this Radio. # noqa: E501 1477 :rtype: str 1478 """ 1479 return self._x_position 1480 1481 @x_position.setter 1482 def x_position(self, x_position): 1483 """Sets the x_position of this Radio. 1484 1485 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 1486 1487 :param x_position: The x_position of this Radio. # noqa: E501 1488 :type: str 1489 """ 1490 1491 self._x_position = x_position 1492 1493 @property 1494 def x_position_metadata(self): 1495 """Gets the x_position_metadata of this Radio. # noqa: E501 1496 1497 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 1498 1499 :return: The x_position_metadata of this Radio. # noqa: E501 1500 :rtype: PropertyMetadata 1501 """ 1502 return self._x_position_metadata 1503 1504 @x_position_metadata.setter 1505 def x_position_metadata(self, x_position_metadata): 1506 """Sets the x_position_metadata of this Radio. 1507 1508 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 1509 1510 :param x_position_metadata: The x_position_metadata of this Radio. # noqa: E501 1511 :type: PropertyMetadata 1512 """ 1513 1514 self._x_position_metadata = x_position_metadata 1515 1516 @property 1517 def y_position(self): 1518 """Gets the y_position of this Radio. # noqa: E501 1519 1520 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 1521 1522 :return: The y_position of this Radio. # noqa: E501 1523 :rtype: str 1524 """ 1525 return self._y_position 1526 1527 @y_position.setter 1528 def y_position(self, y_position): 1529 """Sets the y_position of this Radio. 1530 1531 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 1532 1533 :param y_position: The y_position of this Radio. # noqa: E501 1534 :type: str 1535 """ 1536 1537 self._y_position = y_position 1538 1539 @property 1540 def y_position_metadata(self): 1541 """Gets the y_position_metadata of this Radio. # noqa: E501 1542 1543 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 1544 1545 :return: The y_position_metadata of this Radio. # noqa: E501 1546 :rtype: PropertyMetadata 1547 """ 1548 return self._y_position_metadata 1549 1550 @y_position_metadata.setter 1551 def y_position_metadata(self, y_position_metadata): 1552 """Sets the y_position_metadata of this Radio. 1553 1554 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 1555 1556 :param y_position_metadata: The y_position_metadata of this Radio. # noqa: E501 1557 :type: PropertyMetadata 1558 """ 1559 1560 self._y_position_metadata = y_position_metadata 1561 1562 def to_dict(self): 1563 """Returns the model properties as a dict""" 1564 result = {} 1565 1566 for attr, _ in six.iteritems(self.swagger_types): 1567 value = getattr(self, attr) 1568 if isinstance(value, list): 1569 result[attr] = list(map( 1570 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 1571 value 1572 )) 1573 elif hasattr(value, "to_dict"): 1574 result[attr] = value.to_dict() 1575 elif isinstance(value, dict): 1576 result[attr] = dict(map( 1577 lambda item: (item[0], item[1].to_dict()) 1578 if hasattr(item[1], "to_dict") else item, 1579 value.items() 1580 )) 1581 else: 1582 result[attr] = value 1583 if issubclass(Radio, dict): 1584 for key, value in self.items(): 1585 result[key] = value 1586 1587 return result 1588 1589 def to_str(self): 1590 """Returns the string representation of the model""" 1591 return pprint.pformat(self.to_dict()) 1592 1593 def __repr__(self): 1594 """For `print` and `pprint`""" 1595 return self.to_str() 1596 1597 def __eq__(self, other): 1598 """Returns true if both objects are equal""" 1599 if not isinstance(other, Radio): 1600 return False 1601 1602 return self.to_dict() == other.to_dict() 1603 1604 def __ne__(self, other): 1605 """Returns true if both objects are not equal""" 1606 if not isinstance(other, Radio): 1607 return True 1608 1609 return self.to_dict() != other.to_dict()
23class Radio(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 'error_details': 'ErrorDetails', 62 'font': 'str', 63 'font_color': 'str', 64 'font_color_metadata': 'PropertyMetadata', 65 'font_metadata': 'PropertyMetadata', 66 'font_size': 'str', 67 'font_size_metadata': 'PropertyMetadata', 68 'italic': 'str', 69 'italic_metadata': 'PropertyMetadata', 70 'locked': 'str', 71 'locked_metadata': 'PropertyMetadata', 72 'merge_field_xml': 'str', 73 'page_number': 'str', 74 'page_number_metadata': 'PropertyMetadata', 75 'required': 'str', 76 'required_metadata': 'PropertyMetadata', 77 'selected': 'str', 78 'selected_metadata': 'PropertyMetadata', 79 'status': 'str', 80 'status_metadata': 'PropertyMetadata', 81 'tab_id': 'str', 82 'tab_id_metadata': 'PropertyMetadata', 83 'tab_order': 'str', 84 'tab_order_metadata': 'PropertyMetadata', 85 'underline': 'str', 86 'underline_metadata': 'PropertyMetadata', 87 'value': 'str', 88 'value_metadata': 'PropertyMetadata', 89 'x_position': 'str', 90 'x_position_metadata': 'PropertyMetadata', 91 'y_position': 'str', 92 'y_position_metadata': 'PropertyMetadata' 93 } 94 95 attribute_map = { 96 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 97 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 98 'anchor_case_sensitive': 'anchorCaseSensitive', 99 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 100 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 101 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 102 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 103 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 104 'anchor_match_whole_word': 'anchorMatchWholeWord', 105 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 106 'anchor_string': 'anchorString', 107 'anchor_string_metadata': 'anchorStringMetadata', 108 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 109 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 110 'anchor_units': 'anchorUnits', 111 'anchor_units_metadata': 'anchorUnitsMetadata', 112 'anchor_x_offset': 'anchorXOffset', 113 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 114 'anchor_y_offset': 'anchorYOffset', 115 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 116 'bold': 'bold', 117 'bold_metadata': 'boldMetadata', 118 'caption': 'caption', 119 'caption_metadata': 'captionMetadata', 120 'error_details': 'errorDetails', 121 'font': 'font', 122 'font_color': 'fontColor', 123 'font_color_metadata': 'fontColorMetadata', 124 'font_metadata': 'fontMetadata', 125 'font_size': 'fontSize', 126 'font_size_metadata': 'fontSizeMetadata', 127 'italic': 'italic', 128 'italic_metadata': 'italicMetadata', 129 'locked': 'locked', 130 'locked_metadata': 'lockedMetadata', 131 'merge_field_xml': 'mergeFieldXml', 132 'page_number': 'pageNumber', 133 'page_number_metadata': 'pageNumberMetadata', 134 'required': 'required', 135 'required_metadata': 'requiredMetadata', 136 'selected': 'selected', 137 'selected_metadata': 'selectedMetadata', 138 'status': 'status', 139 'status_metadata': 'statusMetadata', 140 'tab_id': 'tabId', 141 'tab_id_metadata': 'tabIdMetadata', 142 'tab_order': 'tabOrder', 143 'tab_order_metadata': 'tabOrderMetadata', 144 'underline': 'underline', 145 'underline_metadata': 'underlineMetadata', 146 'value': 'value', 147 'value_metadata': 'valueMetadata', 148 'x_position': 'xPosition', 149 'x_position_metadata': 'xPositionMetadata', 150 'y_position': 'yPosition', 151 'y_position_metadata': 'yPositionMetadata' 152 } 153 154 def __init__(self, _configuration=None, **kwargs): # noqa: E501 155 """Radio - a model defined in Swagger""" # noqa: E501 156 if _configuration is None: 157 _configuration = Configuration() 158 self._configuration = _configuration 159 160 self._anchor_allow_white_space_in_characters = None 161 self._anchor_allow_white_space_in_characters_metadata = None 162 self._anchor_case_sensitive = None 163 self._anchor_case_sensitive_metadata = None 164 self._anchor_horizontal_alignment = None 165 self._anchor_horizontal_alignment_metadata = None 166 self._anchor_ignore_if_not_present = None 167 self._anchor_ignore_if_not_present_metadata = None 168 self._anchor_match_whole_word = None 169 self._anchor_match_whole_word_metadata = None 170 self._anchor_string = None 171 self._anchor_string_metadata = None 172 self._anchor_tab_processor_version = None 173 self._anchor_tab_processor_version_metadata = None 174 self._anchor_units = None 175 self._anchor_units_metadata = None 176 self._anchor_x_offset = None 177 self._anchor_x_offset_metadata = None 178 self._anchor_y_offset = None 179 self._anchor_y_offset_metadata = None 180 self._bold = None 181 self._bold_metadata = None 182 self._caption = None 183 self._caption_metadata = None 184 self._error_details = None 185 self._font = None 186 self._font_color = None 187 self._font_color_metadata = None 188 self._font_metadata = None 189 self._font_size = None 190 self._font_size_metadata = None 191 self._italic = None 192 self._italic_metadata = None 193 self._locked = None 194 self._locked_metadata = None 195 self._merge_field_xml = None 196 self._page_number = None 197 self._page_number_metadata = None 198 self._required = None 199 self._required_metadata = None 200 self._selected = None 201 self._selected_metadata = None 202 self._status = None 203 self._status_metadata = None 204 self._tab_id = None 205 self._tab_id_metadata = None 206 self._tab_order = None 207 self._tab_order_metadata = None 208 self._underline = None 209 self._underline_metadata = None 210 self._value = None 211 self._value_metadata = None 212 self._x_position = None 213 self._x_position_metadata = None 214 self._y_position = None 215 self._y_position_metadata = None 216 self.discriminator = None 217 218 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 219 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 220 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 221 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 222 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 223 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 224 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 225 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 226 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 227 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 228 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 229 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 230 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 231 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 232 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 233 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 234 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 235 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 236 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 237 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 238 setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) 239 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) 240 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 241 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 242 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 243 setattr(self, "_{}".format('font'), kwargs.get('font', None)) 244 setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None)) 245 setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None)) 246 setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None)) 247 setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None)) 248 setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None)) 249 setattr(self, "_{}".format('italic'), kwargs.get('italic', None)) 250 setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None)) 251 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 252 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 253 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 254 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 255 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 256 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 257 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 258 setattr(self, "_{}".format('selected'), kwargs.get('selected', None)) 259 setattr(self, "_{}".format('selected_metadata'), kwargs.get('selected_metadata', None)) 260 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 261 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 262 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 263 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 264 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 265 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 266 setattr(self, "_{}".format('underline'), kwargs.get('underline', None)) 267 setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None)) 268 setattr(self, "_{}".format('value'), kwargs.get('value', None)) 269 setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None)) 270 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 271 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 272 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 273 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None)) 274 275 @property 276 def anchor_allow_white_space_in_characters(self): 277 """Gets the anchor_allow_white_space_in_characters of this Radio. # noqa: E501 278 279 # noqa: E501 280 281 :return: The anchor_allow_white_space_in_characters of this Radio. # noqa: E501 282 :rtype: str 283 """ 284 return self._anchor_allow_white_space_in_characters 285 286 @anchor_allow_white_space_in_characters.setter 287 def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): 288 """Sets the anchor_allow_white_space_in_characters of this Radio. 289 290 # noqa: E501 291 292 :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Radio. # noqa: E501 293 :type: str 294 """ 295 296 self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters 297 298 @property 299 def anchor_allow_white_space_in_characters_metadata(self): 300 """Gets the anchor_allow_white_space_in_characters_metadata of this Radio. # noqa: E501 301 302 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 303 304 :return: The anchor_allow_white_space_in_characters_metadata of this Radio. # noqa: E501 305 :rtype: PropertyMetadata 306 """ 307 return self._anchor_allow_white_space_in_characters_metadata 308 309 @anchor_allow_white_space_in_characters_metadata.setter 310 def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): 311 """Sets the anchor_allow_white_space_in_characters_metadata of this Radio. 312 313 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 314 315 :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Radio. # noqa: E501 316 :type: PropertyMetadata 317 """ 318 319 self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata 320 321 @property 322 def anchor_case_sensitive(self): 323 """Gets the anchor_case_sensitive of this Radio. # noqa: E501 324 325 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 326 327 :return: The anchor_case_sensitive of this Radio. # noqa: E501 328 :rtype: str 329 """ 330 return self._anchor_case_sensitive 331 332 @anchor_case_sensitive.setter 333 def anchor_case_sensitive(self, anchor_case_sensitive): 334 """Sets the anchor_case_sensitive of this Radio. 335 336 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 337 338 :param anchor_case_sensitive: The anchor_case_sensitive of this Radio. # noqa: E501 339 :type: str 340 """ 341 342 self._anchor_case_sensitive = anchor_case_sensitive 343 344 @property 345 def anchor_case_sensitive_metadata(self): 346 """Gets the anchor_case_sensitive_metadata of this Radio. # noqa: E501 347 348 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 349 350 :return: The anchor_case_sensitive_metadata of this Radio. # noqa: E501 351 :rtype: PropertyMetadata 352 """ 353 return self._anchor_case_sensitive_metadata 354 355 @anchor_case_sensitive_metadata.setter 356 def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): 357 """Sets the anchor_case_sensitive_metadata of this Radio. 358 359 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 360 361 :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Radio. # noqa: E501 362 :type: PropertyMetadata 363 """ 364 365 self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata 366 367 @property 368 def anchor_horizontal_alignment(self): 369 """Gets the anchor_horizontal_alignment of this Radio. # noqa: E501 370 371 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 372 373 :return: The anchor_horizontal_alignment of this Radio. # noqa: E501 374 :rtype: str 375 """ 376 return self._anchor_horizontal_alignment 377 378 @anchor_horizontal_alignment.setter 379 def anchor_horizontal_alignment(self, anchor_horizontal_alignment): 380 """Sets the anchor_horizontal_alignment of this Radio. 381 382 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 383 384 :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Radio. # noqa: E501 385 :type: str 386 """ 387 388 self._anchor_horizontal_alignment = anchor_horizontal_alignment 389 390 @property 391 def anchor_horizontal_alignment_metadata(self): 392 """Gets the anchor_horizontal_alignment_metadata of this Radio. # noqa: E501 393 394 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 395 396 :return: The anchor_horizontal_alignment_metadata of this Radio. # noqa: E501 397 :rtype: PropertyMetadata 398 """ 399 return self._anchor_horizontal_alignment_metadata 400 401 @anchor_horizontal_alignment_metadata.setter 402 def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): 403 """Sets the anchor_horizontal_alignment_metadata of this Radio. 404 405 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 406 407 :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Radio. # noqa: E501 408 :type: PropertyMetadata 409 """ 410 411 self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata 412 413 @property 414 def anchor_ignore_if_not_present(self): 415 """Gets the anchor_ignore_if_not_present of this Radio. # noqa: E501 416 417 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 418 419 :return: The anchor_ignore_if_not_present of this Radio. # noqa: E501 420 :rtype: str 421 """ 422 return self._anchor_ignore_if_not_present 423 424 @anchor_ignore_if_not_present.setter 425 def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): 426 """Sets the anchor_ignore_if_not_present of this Radio. 427 428 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 429 430 :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Radio. # noqa: E501 431 :type: str 432 """ 433 434 self._anchor_ignore_if_not_present = anchor_ignore_if_not_present 435 436 @property 437 def anchor_ignore_if_not_present_metadata(self): 438 """Gets the anchor_ignore_if_not_present_metadata of this Radio. # noqa: E501 439 440 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 441 442 :return: The anchor_ignore_if_not_present_metadata of this Radio. # noqa: E501 443 :rtype: PropertyMetadata 444 """ 445 return self._anchor_ignore_if_not_present_metadata 446 447 @anchor_ignore_if_not_present_metadata.setter 448 def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): 449 """Sets the anchor_ignore_if_not_present_metadata of this Radio. 450 451 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 452 453 :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Radio. # noqa: E501 454 :type: PropertyMetadata 455 """ 456 457 self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata 458 459 @property 460 def anchor_match_whole_word(self): 461 """Gets the anchor_match_whole_word of this Radio. # noqa: E501 462 463 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 464 465 :return: The anchor_match_whole_word of this Radio. # noqa: E501 466 :rtype: str 467 """ 468 return self._anchor_match_whole_word 469 470 @anchor_match_whole_word.setter 471 def anchor_match_whole_word(self, anchor_match_whole_word): 472 """Sets the anchor_match_whole_word of this Radio. 473 474 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 475 476 :param anchor_match_whole_word: The anchor_match_whole_word of this Radio. # noqa: E501 477 :type: str 478 """ 479 480 self._anchor_match_whole_word = anchor_match_whole_word 481 482 @property 483 def anchor_match_whole_word_metadata(self): 484 """Gets the anchor_match_whole_word_metadata of this Radio. # noqa: E501 485 486 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 487 488 :return: The anchor_match_whole_word_metadata of this Radio. # noqa: E501 489 :rtype: PropertyMetadata 490 """ 491 return self._anchor_match_whole_word_metadata 492 493 @anchor_match_whole_word_metadata.setter 494 def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): 495 """Sets the anchor_match_whole_word_metadata of this Radio. 496 497 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 498 499 :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Radio. # noqa: E501 500 :type: PropertyMetadata 501 """ 502 503 self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata 504 505 @property 506 def anchor_string(self): 507 """Gets the anchor_string of this Radio. # noqa: E501 508 509 Anchor text information for a radio button. # noqa: E501 510 511 :return: The anchor_string of this Radio. # noqa: E501 512 :rtype: str 513 """ 514 return self._anchor_string 515 516 @anchor_string.setter 517 def anchor_string(self, anchor_string): 518 """Sets the anchor_string of this Radio. 519 520 Anchor text information for a radio button. # noqa: E501 521 522 :param anchor_string: The anchor_string of this Radio. # noqa: E501 523 :type: str 524 """ 525 526 self._anchor_string = anchor_string 527 528 @property 529 def anchor_string_metadata(self): 530 """Gets the anchor_string_metadata of this Radio. # noqa: E501 531 532 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 533 534 :return: The anchor_string_metadata of this Radio. # noqa: E501 535 :rtype: PropertyMetadata 536 """ 537 return self._anchor_string_metadata 538 539 @anchor_string_metadata.setter 540 def anchor_string_metadata(self, anchor_string_metadata): 541 """Sets the anchor_string_metadata of this Radio. 542 543 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 544 545 :param anchor_string_metadata: The anchor_string_metadata of this Radio. # noqa: E501 546 :type: PropertyMetadata 547 """ 548 549 self._anchor_string_metadata = anchor_string_metadata 550 551 @property 552 def anchor_tab_processor_version(self): 553 """Gets the anchor_tab_processor_version of this Radio. # noqa: E501 554 555 # noqa: E501 556 557 :return: The anchor_tab_processor_version of this Radio. # noqa: E501 558 :rtype: str 559 """ 560 return self._anchor_tab_processor_version 561 562 @anchor_tab_processor_version.setter 563 def anchor_tab_processor_version(self, anchor_tab_processor_version): 564 """Sets the anchor_tab_processor_version of this Radio. 565 566 # noqa: E501 567 568 :param anchor_tab_processor_version: The anchor_tab_processor_version of this Radio. # noqa: E501 569 :type: str 570 """ 571 572 self._anchor_tab_processor_version = anchor_tab_processor_version 573 574 @property 575 def anchor_tab_processor_version_metadata(self): 576 """Gets the anchor_tab_processor_version_metadata of this Radio. # noqa: E501 577 578 Reserved for DocuSign. # noqa: E501 579 580 :return: The anchor_tab_processor_version_metadata of this Radio. # noqa: E501 581 :rtype: PropertyMetadata 582 """ 583 return self._anchor_tab_processor_version_metadata 584 585 @anchor_tab_processor_version_metadata.setter 586 def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): 587 """Sets the anchor_tab_processor_version_metadata of this Radio. 588 589 Reserved for DocuSign. # noqa: E501 590 591 :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Radio. # noqa: E501 592 :type: PropertyMetadata 593 """ 594 595 self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata 596 597 @property 598 def anchor_units(self): 599 """Gets the anchor_units of this Radio. # noqa: E501 600 601 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 602 603 :return: The anchor_units of this Radio. # noqa: E501 604 :rtype: str 605 """ 606 return self._anchor_units 607 608 @anchor_units.setter 609 def anchor_units(self, anchor_units): 610 """Sets the anchor_units of this Radio. 611 612 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 613 614 :param anchor_units: The anchor_units of this Radio. # noqa: E501 615 :type: str 616 """ 617 618 self._anchor_units = anchor_units 619 620 @property 621 def anchor_units_metadata(self): 622 """Gets the anchor_units_metadata of this Radio. # noqa: E501 623 624 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 625 626 :return: The anchor_units_metadata of this Radio. # noqa: E501 627 :rtype: PropertyMetadata 628 """ 629 return self._anchor_units_metadata 630 631 @anchor_units_metadata.setter 632 def anchor_units_metadata(self, anchor_units_metadata): 633 """Sets the anchor_units_metadata of this Radio. 634 635 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 636 637 :param anchor_units_metadata: The anchor_units_metadata of this Radio. # noqa: E501 638 :type: PropertyMetadata 639 """ 640 641 self._anchor_units_metadata = anchor_units_metadata 642 643 @property 644 def anchor_x_offset(self): 645 """Gets the anchor_x_offset of this Radio. # noqa: E501 646 647 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 648 649 :return: The anchor_x_offset of this Radio. # noqa: E501 650 :rtype: str 651 """ 652 return self._anchor_x_offset 653 654 @anchor_x_offset.setter 655 def anchor_x_offset(self, anchor_x_offset): 656 """Sets the anchor_x_offset of this Radio. 657 658 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 659 660 :param anchor_x_offset: The anchor_x_offset of this Radio. # noqa: E501 661 :type: str 662 """ 663 664 self._anchor_x_offset = anchor_x_offset 665 666 @property 667 def anchor_x_offset_metadata(self): 668 """Gets the anchor_x_offset_metadata of this Radio. # noqa: E501 669 670 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 671 672 :return: The anchor_x_offset_metadata of this Radio. # noqa: E501 673 :rtype: PropertyMetadata 674 """ 675 return self._anchor_x_offset_metadata 676 677 @anchor_x_offset_metadata.setter 678 def anchor_x_offset_metadata(self, anchor_x_offset_metadata): 679 """Sets the anchor_x_offset_metadata of this Radio. 680 681 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 682 683 :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Radio. # noqa: E501 684 :type: PropertyMetadata 685 """ 686 687 self._anchor_x_offset_metadata = anchor_x_offset_metadata 688 689 @property 690 def anchor_y_offset(self): 691 """Gets the anchor_y_offset of this Radio. # noqa: E501 692 693 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 694 695 :return: The anchor_y_offset of this Radio. # noqa: E501 696 :rtype: str 697 """ 698 return self._anchor_y_offset 699 700 @anchor_y_offset.setter 701 def anchor_y_offset(self, anchor_y_offset): 702 """Sets the anchor_y_offset of this Radio. 703 704 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 705 706 :param anchor_y_offset: The anchor_y_offset of this Radio. # noqa: E501 707 :type: str 708 """ 709 710 self._anchor_y_offset = anchor_y_offset 711 712 @property 713 def anchor_y_offset_metadata(self): 714 """Gets the anchor_y_offset_metadata of this Radio. # noqa: E501 715 716 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 717 718 :return: The anchor_y_offset_metadata of this Radio. # noqa: E501 719 :rtype: PropertyMetadata 720 """ 721 return self._anchor_y_offset_metadata 722 723 @anchor_y_offset_metadata.setter 724 def anchor_y_offset_metadata(self, anchor_y_offset_metadata): 725 """Sets the anchor_y_offset_metadata of this Radio. 726 727 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 728 729 :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Radio. # noqa: E501 730 :type: PropertyMetadata 731 """ 732 733 self._anchor_y_offset_metadata = anchor_y_offset_metadata 734 735 @property 736 def bold(self): 737 """Gets the bold of this Radio. # noqa: E501 738 739 When set to **true**, the information in the tab is bold. # noqa: E501 740 741 :return: The bold of this Radio. # noqa: E501 742 :rtype: str 743 """ 744 return self._bold 745 746 @bold.setter 747 def bold(self, bold): 748 """Sets the bold of this Radio. 749 750 When set to **true**, the information in the tab is bold. # noqa: E501 751 752 :param bold: The bold of this Radio. # noqa: E501 753 :type: str 754 """ 755 756 self._bold = bold 757 758 @property 759 def bold_metadata(self): 760 """Gets the bold_metadata of this Radio. # noqa: E501 761 762 Metadata that indicates whether the `bold` property is editable. # noqa: E501 763 764 :return: The bold_metadata of this Radio. # noqa: E501 765 :rtype: PropertyMetadata 766 """ 767 return self._bold_metadata 768 769 @bold_metadata.setter 770 def bold_metadata(self, bold_metadata): 771 """Sets the bold_metadata of this Radio. 772 773 Metadata that indicates whether the `bold` property is editable. # noqa: E501 774 775 :param bold_metadata: The bold_metadata of this Radio. # noqa: E501 776 :type: PropertyMetadata 777 """ 778 779 self._bold_metadata = bold_metadata 780 781 @property 782 def caption(self): 783 """Gets the caption of this Radio. # noqa: E501 784 785 # noqa: E501 786 787 :return: The caption of this Radio. # noqa: E501 788 :rtype: str 789 """ 790 return self._caption 791 792 @caption.setter 793 def caption(self, caption): 794 """Sets the caption of this Radio. 795 796 # noqa: E501 797 798 :param caption: The caption of this Radio. # noqa: E501 799 :type: str 800 """ 801 802 self._caption = caption 803 804 @property 805 def caption_metadata(self): 806 """Gets the caption_metadata of this Radio. # noqa: E501 807 808 # noqa: E501 809 810 :return: The caption_metadata of this Radio. # noqa: E501 811 :rtype: PropertyMetadata 812 """ 813 return self._caption_metadata 814 815 @caption_metadata.setter 816 def caption_metadata(self, caption_metadata): 817 """Sets the caption_metadata of this Radio. 818 819 # noqa: E501 820 821 :param caption_metadata: The caption_metadata of this Radio. # noqa: E501 822 :type: PropertyMetadata 823 """ 824 825 self._caption_metadata = caption_metadata 826 827 @property 828 def error_details(self): 829 """Gets the error_details of this Radio. # noqa: E501 830 831 Array or errors. # noqa: E501 832 833 :return: The error_details of this Radio. # noqa: E501 834 :rtype: ErrorDetails 835 """ 836 return self._error_details 837 838 @error_details.setter 839 def error_details(self, error_details): 840 """Sets the error_details of this Radio. 841 842 Array or errors. # noqa: E501 843 844 :param error_details: The error_details of this Radio. # noqa: E501 845 :type: ErrorDetails 846 """ 847 848 self._error_details = error_details 849 850 @property 851 def font(self): 852 """Gets the font of this Radio. # noqa: E501 853 854 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 855 856 :return: The font of this Radio. # noqa: E501 857 :rtype: str 858 """ 859 return self._font 860 861 @font.setter 862 def font(self, font): 863 """Sets the font of this Radio. 864 865 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 866 867 :param font: The font of this Radio. # noqa: E501 868 :type: str 869 """ 870 871 self._font = font 872 873 @property 874 def font_color(self): 875 """Gets the font_color of this Radio. # noqa: E501 876 877 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 878 879 :return: The font_color of this Radio. # noqa: E501 880 :rtype: str 881 """ 882 return self._font_color 883 884 @font_color.setter 885 def font_color(self, font_color): 886 """Sets the font_color of this Radio. 887 888 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 889 890 :param font_color: The font_color of this Radio. # noqa: E501 891 :type: str 892 """ 893 894 self._font_color = font_color 895 896 @property 897 def font_color_metadata(self): 898 """Gets the font_color_metadata of this Radio. # noqa: E501 899 900 Metadata that indicates whether the `fontColor` property is editable. # noqa: E501 901 902 :return: The font_color_metadata of this Radio. # noqa: E501 903 :rtype: PropertyMetadata 904 """ 905 return self._font_color_metadata 906 907 @font_color_metadata.setter 908 def font_color_metadata(self, font_color_metadata): 909 """Sets the font_color_metadata of this Radio. 910 911 Metadata that indicates whether the `fontColor` property is editable. # noqa: E501 912 913 :param font_color_metadata: The font_color_metadata of this Radio. # noqa: E501 914 :type: PropertyMetadata 915 """ 916 917 self._font_color_metadata = font_color_metadata 918 919 @property 920 def font_metadata(self): 921 """Gets the font_metadata of this Radio. # noqa: E501 922 923 Metadata that indicates whether the `font` property is editable. # noqa: E501 924 925 :return: The font_metadata of this Radio. # noqa: E501 926 :rtype: PropertyMetadata 927 """ 928 return self._font_metadata 929 930 @font_metadata.setter 931 def font_metadata(self, font_metadata): 932 """Sets the font_metadata of this Radio. 933 934 Metadata that indicates whether the `font` property is editable. # noqa: E501 935 936 :param font_metadata: The font_metadata of this Radio. # noqa: E501 937 :type: PropertyMetadata 938 """ 939 940 self._font_metadata = font_metadata 941 942 @property 943 def font_size(self): 944 """Gets the font_size of this Radio. # noqa: E501 945 946 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 947 948 :return: The font_size of this Radio. # noqa: E501 949 :rtype: str 950 """ 951 return self._font_size 952 953 @font_size.setter 954 def font_size(self, font_size): 955 """Sets the font_size of this Radio. 956 957 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 958 959 :param font_size: The font_size of this Radio. # noqa: E501 960 :type: str 961 """ 962 963 self._font_size = font_size 964 965 @property 966 def font_size_metadata(self): 967 """Gets the font_size_metadata of this Radio. # noqa: E501 968 969 Metadata that indicates whether the `fontSize` property is editable. # noqa: E501 970 971 :return: The font_size_metadata of this Radio. # noqa: E501 972 :rtype: PropertyMetadata 973 """ 974 return self._font_size_metadata 975 976 @font_size_metadata.setter 977 def font_size_metadata(self, font_size_metadata): 978 """Sets the font_size_metadata of this Radio. 979 980 Metadata that indicates whether the `fontSize` property is editable. # noqa: E501 981 982 :param font_size_metadata: The font_size_metadata of this Radio. # noqa: E501 983 :type: PropertyMetadata 984 """ 985 986 self._font_size_metadata = font_size_metadata 987 988 @property 989 def italic(self): 990 """Gets the italic of this Radio. # noqa: E501 991 992 When set to **true**, the information in the tab is italic. # noqa: E501 993 994 :return: The italic of this Radio. # noqa: E501 995 :rtype: str 996 """ 997 return self._italic 998 999 @italic.setter 1000 def italic(self, italic): 1001 """Sets the italic of this Radio. 1002 1003 When set to **true**, the information in the tab is italic. # noqa: E501 1004 1005 :param italic: The italic of this Radio. # noqa: E501 1006 :type: str 1007 """ 1008 1009 self._italic = italic 1010 1011 @property 1012 def italic_metadata(self): 1013 """Gets the italic_metadata of this Radio. # noqa: E501 1014 1015 Metadata that indicates whether the `italic` property is editable. # noqa: E501 1016 1017 :return: The italic_metadata of this Radio. # noqa: E501 1018 :rtype: PropertyMetadata 1019 """ 1020 return self._italic_metadata 1021 1022 @italic_metadata.setter 1023 def italic_metadata(self, italic_metadata): 1024 """Sets the italic_metadata of this Radio. 1025 1026 Metadata that indicates whether the `italic` property is editable. # noqa: E501 1027 1028 :param italic_metadata: The italic_metadata of this Radio. # noqa: E501 1029 :type: PropertyMetadata 1030 """ 1031 1032 self._italic_metadata = italic_metadata 1033 1034 @property 1035 def locked(self): 1036 """Gets the locked of this Radio. # noqa: E501 1037 1038 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1039 1040 :return: The locked of this Radio. # noqa: E501 1041 :rtype: str 1042 """ 1043 return self._locked 1044 1045 @locked.setter 1046 def locked(self, locked): 1047 """Sets the locked of this Radio. 1048 1049 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1050 1051 :param locked: The locked of this Radio. # noqa: E501 1052 :type: str 1053 """ 1054 1055 self._locked = locked 1056 1057 @property 1058 def locked_metadata(self): 1059 """Gets the locked_metadata of this Radio. # noqa: E501 1060 1061 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1062 1063 :return: The locked_metadata of this Radio. # noqa: E501 1064 :rtype: PropertyMetadata 1065 """ 1066 return self._locked_metadata 1067 1068 @locked_metadata.setter 1069 def locked_metadata(self, locked_metadata): 1070 """Sets the locked_metadata of this Radio. 1071 1072 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1073 1074 :param locked_metadata: The locked_metadata of this Radio. # noqa: E501 1075 :type: PropertyMetadata 1076 """ 1077 1078 self._locked_metadata = locked_metadata 1079 1080 @property 1081 def merge_field_xml(self): 1082 """Gets the merge_field_xml of this Radio. # noqa: E501 1083 1084 # noqa: E501 1085 1086 :return: The merge_field_xml of this Radio. # noqa: E501 1087 :rtype: str 1088 """ 1089 return self._merge_field_xml 1090 1091 @merge_field_xml.setter 1092 def merge_field_xml(self, merge_field_xml): 1093 """Sets the merge_field_xml of this Radio. 1094 1095 # noqa: E501 1096 1097 :param merge_field_xml: The merge_field_xml of this Radio. # noqa: E501 1098 :type: str 1099 """ 1100 1101 self._merge_field_xml = merge_field_xml 1102 1103 @property 1104 def page_number(self): 1105 """Gets the page_number of this Radio. # noqa: E501 1106 1107 Specifies the page number on which the tab is located. # noqa: E501 1108 1109 :return: The page_number of this Radio. # noqa: E501 1110 :rtype: str 1111 """ 1112 return self._page_number 1113 1114 @page_number.setter 1115 def page_number(self, page_number): 1116 """Sets the page_number of this Radio. 1117 1118 Specifies the page number on which the tab is located. # noqa: E501 1119 1120 :param page_number: The page_number of this Radio. # noqa: E501 1121 :type: str 1122 """ 1123 1124 self._page_number = page_number 1125 1126 @property 1127 def page_number_metadata(self): 1128 """Gets the page_number_metadata of this Radio. # noqa: E501 1129 1130 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 1131 1132 :return: The page_number_metadata of this Radio. # noqa: E501 1133 :rtype: PropertyMetadata 1134 """ 1135 return self._page_number_metadata 1136 1137 @page_number_metadata.setter 1138 def page_number_metadata(self, page_number_metadata): 1139 """Sets the page_number_metadata of this Radio. 1140 1141 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 1142 1143 :param page_number_metadata: The page_number_metadata of this Radio. # noqa: E501 1144 :type: PropertyMetadata 1145 """ 1146 1147 self._page_number_metadata = page_number_metadata 1148 1149 @property 1150 def required(self): 1151 """Gets the required of this Radio. # noqa: E501 1152 1153 When set to **true**, the signer is required to fill out this tab # noqa: E501 1154 1155 :return: The required of this Radio. # noqa: E501 1156 :rtype: str 1157 """ 1158 return self._required 1159 1160 @required.setter 1161 def required(self, required): 1162 """Sets the required of this Radio. 1163 1164 When set to **true**, the signer is required to fill out this tab # noqa: E501 1165 1166 :param required: The required of this Radio. # noqa: E501 1167 :type: str 1168 """ 1169 1170 self._required = required 1171 1172 @property 1173 def required_metadata(self): 1174 """Gets the required_metadata of this Radio. # noqa: E501 1175 1176 Metadata that indicates whether the `required` property is editable. # noqa: E501 1177 1178 :return: The required_metadata of this Radio. # noqa: E501 1179 :rtype: PropertyMetadata 1180 """ 1181 return self._required_metadata 1182 1183 @required_metadata.setter 1184 def required_metadata(self, required_metadata): 1185 """Sets the required_metadata of this Radio. 1186 1187 Metadata that indicates whether the `required` property is editable. # noqa: E501 1188 1189 :param required_metadata: The required_metadata of this Radio. # noqa: E501 1190 :type: PropertyMetadata 1191 """ 1192 1193 self._required_metadata = required_metadata 1194 1195 @property 1196 def selected(self): 1197 """Gets the selected of this Radio. # noqa: E501 1198 1199 When set to **true**, the radio button is selected. # noqa: E501 1200 1201 :return: The selected of this Radio. # noqa: E501 1202 :rtype: str 1203 """ 1204 return self._selected 1205 1206 @selected.setter 1207 def selected(self, selected): 1208 """Sets the selected of this Radio. 1209 1210 When set to **true**, the radio button is selected. # noqa: E501 1211 1212 :param selected: The selected of this Radio. # noqa: E501 1213 :type: str 1214 """ 1215 1216 self._selected = selected 1217 1218 @property 1219 def selected_metadata(self): 1220 """Gets the selected_metadata of this Radio. # noqa: E501 1221 1222 Metadata that indicates whether the `selected` property is editable. # noqa: E501 1223 1224 :return: The selected_metadata of this Radio. # noqa: E501 1225 :rtype: PropertyMetadata 1226 """ 1227 return self._selected_metadata 1228 1229 @selected_metadata.setter 1230 def selected_metadata(self, selected_metadata): 1231 """Sets the selected_metadata of this Radio. 1232 1233 Metadata that indicates whether the `selected` property is editable. # noqa: E501 1234 1235 :param selected_metadata: The selected_metadata of this Radio. # noqa: E501 1236 :type: PropertyMetadata 1237 """ 1238 1239 self._selected_metadata = selected_metadata 1240 1241 @property 1242 def status(self): 1243 """Gets the status of this Radio. # noqa: E501 1244 1245 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 1246 1247 :return: The status of this Radio. # noqa: E501 1248 :rtype: str 1249 """ 1250 return self._status 1251 1252 @status.setter 1253 def status(self, status): 1254 """Sets the status of this Radio. 1255 1256 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 1257 1258 :param status: The status of this Radio. # noqa: E501 1259 :type: str 1260 """ 1261 1262 self._status = status 1263 1264 @property 1265 def status_metadata(self): 1266 """Gets the status_metadata of this Radio. # noqa: E501 1267 1268 Metadata that indicates whether the `status` property is editable. # noqa: E501 1269 1270 :return: The status_metadata of this Radio. # noqa: E501 1271 :rtype: PropertyMetadata 1272 """ 1273 return self._status_metadata 1274 1275 @status_metadata.setter 1276 def status_metadata(self, status_metadata): 1277 """Sets the status_metadata of this Radio. 1278 1279 Metadata that indicates whether the `status` property is editable. # noqa: E501 1280 1281 :param status_metadata: The status_metadata of this Radio. # noqa: E501 1282 :type: PropertyMetadata 1283 """ 1284 1285 self._status_metadata = status_metadata 1286 1287 @property 1288 def tab_id(self): 1289 """Gets the tab_id of this Radio. # noqa: E501 1290 1291 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 1292 1293 :return: The tab_id of this Radio. # noqa: E501 1294 :rtype: str 1295 """ 1296 return self._tab_id 1297 1298 @tab_id.setter 1299 def tab_id(self, tab_id): 1300 """Sets the tab_id of this Radio. 1301 1302 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 1303 1304 :param tab_id: The tab_id of this Radio. # noqa: E501 1305 :type: str 1306 """ 1307 1308 self._tab_id = tab_id 1309 1310 @property 1311 def tab_id_metadata(self): 1312 """Gets the tab_id_metadata of this Radio. # noqa: E501 1313 1314 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 1315 1316 :return: The tab_id_metadata of this Radio. # noqa: E501 1317 :rtype: PropertyMetadata 1318 """ 1319 return self._tab_id_metadata 1320 1321 @tab_id_metadata.setter 1322 def tab_id_metadata(self, tab_id_metadata): 1323 """Sets the tab_id_metadata of this Radio. 1324 1325 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 1326 1327 :param tab_id_metadata: The tab_id_metadata of this Radio. # noqa: E501 1328 :type: PropertyMetadata 1329 """ 1330 1331 self._tab_id_metadata = tab_id_metadata 1332 1333 @property 1334 def tab_order(self): 1335 """Gets the tab_order of this Radio. # noqa: E501 1336 1337 # noqa: E501 1338 1339 :return: The tab_order of this Radio. # noqa: E501 1340 :rtype: str 1341 """ 1342 return self._tab_order 1343 1344 @tab_order.setter 1345 def tab_order(self, tab_order): 1346 """Sets the tab_order of this Radio. 1347 1348 # noqa: E501 1349 1350 :param tab_order: The tab_order of this Radio. # noqa: E501 1351 :type: str 1352 """ 1353 1354 self._tab_order = tab_order 1355 1356 @property 1357 def tab_order_metadata(self): 1358 """Gets the tab_order_metadata of this Radio. # noqa: E501 1359 1360 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 1361 1362 :return: The tab_order_metadata of this Radio. # noqa: E501 1363 :rtype: PropertyMetadata 1364 """ 1365 return self._tab_order_metadata 1366 1367 @tab_order_metadata.setter 1368 def tab_order_metadata(self, tab_order_metadata): 1369 """Sets the tab_order_metadata of this Radio. 1370 1371 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 1372 1373 :param tab_order_metadata: The tab_order_metadata of this Radio. # noqa: E501 1374 :type: PropertyMetadata 1375 """ 1376 1377 self._tab_order_metadata = tab_order_metadata 1378 1379 @property 1380 def underline(self): 1381 """Gets the underline of this Radio. # noqa: E501 1382 1383 When set to **true**, the information in the tab is underlined. # noqa: E501 1384 1385 :return: The underline of this Radio. # noqa: E501 1386 :rtype: str 1387 """ 1388 return self._underline 1389 1390 @underline.setter 1391 def underline(self, underline): 1392 """Sets the underline of this Radio. 1393 1394 When set to **true**, the information in the tab is underlined. # noqa: E501 1395 1396 :param underline: The underline of this Radio. # noqa: E501 1397 :type: str 1398 """ 1399 1400 self._underline = underline 1401 1402 @property 1403 def underline_metadata(self): 1404 """Gets the underline_metadata of this Radio. # noqa: E501 1405 1406 Metadata that indicates whether the `underline` property is editable. # noqa: E501 1407 1408 :return: The underline_metadata of this Radio. # noqa: E501 1409 :rtype: PropertyMetadata 1410 """ 1411 return self._underline_metadata 1412 1413 @underline_metadata.setter 1414 def underline_metadata(self, underline_metadata): 1415 """Sets the underline_metadata of this Radio. 1416 1417 Metadata that indicates whether the `underline` property is editable. # noqa: E501 1418 1419 :param underline_metadata: The underline_metadata of this Radio. # noqa: E501 1420 :type: PropertyMetadata 1421 """ 1422 1423 self._underline_metadata = underline_metadata 1424 1425 @property 1426 def value(self): 1427 """Gets the value of this Radio. # noqa: E501 1428 1429 Specifies the value of the tab. # noqa: E501 1430 1431 :return: The value of this Radio. # noqa: E501 1432 :rtype: str 1433 """ 1434 return self._value 1435 1436 @value.setter 1437 def value(self, value): 1438 """Sets the value of this Radio. 1439 1440 Specifies the value of the tab. # noqa: E501 1441 1442 :param value: The value of this Radio. # noqa: E501 1443 :type: str 1444 """ 1445 1446 self._value = value 1447 1448 @property 1449 def value_metadata(self): 1450 """Gets the value_metadata of this Radio. # noqa: E501 1451 1452 Metadata that indicates whether the `value` property is editable. # noqa: E501 1453 1454 :return: The value_metadata of this Radio. # noqa: E501 1455 :rtype: PropertyMetadata 1456 """ 1457 return self._value_metadata 1458 1459 @value_metadata.setter 1460 def value_metadata(self, value_metadata): 1461 """Sets the value_metadata of this Radio. 1462 1463 Metadata that indicates whether the `value` property is editable. # noqa: E501 1464 1465 :param value_metadata: The value_metadata of this Radio. # noqa: E501 1466 :type: PropertyMetadata 1467 """ 1468 1469 self._value_metadata = value_metadata 1470 1471 @property 1472 def x_position(self): 1473 """Gets the x_position of this Radio. # noqa: E501 1474 1475 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 1476 1477 :return: The x_position of this Radio. # noqa: E501 1478 :rtype: str 1479 """ 1480 return self._x_position 1481 1482 @x_position.setter 1483 def x_position(self, x_position): 1484 """Sets the x_position of this Radio. 1485 1486 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 1487 1488 :param x_position: The x_position of this Radio. # noqa: E501 1489 :type: str 1490 """ 1491 1492 self._x_position = x_position 1493 1494 @property 1495 def x_position_metadata(self): 1496 """Gets the x_position_metadata of this Radio. # noqa: E501 1497 1498 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 1499 1500 :return: The x_position_metadata of this Radio. # noqa: E501 1501 :rtype: PropertyMetadata 1502 """ 1503 return self._x_position_metadata 1504 1505 @x_position_metadata.setter 1506 def x_position_metadata(self, x_position_metadata): 1507 """Sets the x_position_metadata of this Radio. 1508 1509 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 1510 1511 :param x_position_metadata: The x_position_metadata of this Radio. # noqa: E501 1512 :type: PropertyMetadata 1513 """ 1514 1515 self._x_position_metadata = x_position_metadata 1516 1517 @property 1518 def y_position(self): 1519 """Gets the y_position of this Radio. # noqa: E501 1520 1521 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 1522 1523 :return: The y_position of this Radio. # noqa: E501 1524 :rtype: str 1525 """ 1526 return self._y_position 1527 1528 @y_position.setter 1529 def y_position(self, y_position): 1530 """Sets the y_position of this Radio. 1531 1532 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 1533 1534 :param y_position: The y_position of this Radio. # noqa: E501 1535 :type: str 1536 """ 1537 1538 self._y_position = y_position 1539 1540 @property 1541 def y_position_metadata(self): 1542 """Gets the y_position_metadata of this Radio. # noqa: E501 1543 1544 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 1545 1546 :return: The y_position_metadata of this Radio. # noqa: E501 1547 :rtype: PropertyMetadata 1548 """ 1549 return self._y_position_metadata 1550 1551 @y_position_metadata.setter 1552 def y_position_metadata(self, y_position_metadata): 1553 """Sets the y_position_metadata of this Radio. 1554 1555 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 1556 1557 :param y_position_metadata: The y_position_metadata of this Radio. # noqa: E501 1558 :type: PropertyMetadata 1559 """ 1560 1561 self._y_position_metadata = y_position_metadata 1562 1563 def to_dict(self): 1564 """Returns the model properties as a dict""" 1565 result = {} 1566 1567 for attr, _ in six.iteritems(self.swagger_types): 1568 value = getattr(self, attr) 1569 if isinstance(value, list): 1570 result[attr] = list(map( 1571 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 1572 value 1573 )) 1574 elif hasattr(value, "to_dict"): 1575 result[attr] = value.to_dict() 1576 elif isinstance(value, dict): 1577 result[attr] = dict(map( 1578 lambda item: (item[0], item[1].to_dict()) 1579 if hasattr(item[1], "to_dict") else item, 1580 value.items() 1581 )) 1582 else: 1583 result[attr] = value 1584 if issubclass(Radio, dict): 1585 for key, value in self.items(): 1586 result[key] = value 1587 1588 return result 1589 1590 def to_str(self): 1591 """Returns the string representation of the model""" 1592 return pprint.pformat(self.to_dict()) 1593 1594 def __repr__(self): 1595 """For `print` and `pprint`""" 1596 return self.to_str() 1597 1598 def __eq__(self, other): 1599 """Returns true if both objects are equal""" 1600 if not isinstance(other, Radio): 1601 return False 1602 1603 return self.to_dict() == other.to_dict() 1604 1605 def __ne__(self, other): 1606 """Returns true if both objects are not equal""" 1607 if not isinstance(other, Radio): 1608 return True 1609 1610 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.
154 def __init__(self, _configuration=None, **kwargs): # noqa: E501 155 """Radio - a model defined in Swagger""" # noqa: E501 156 if _configuration is None: 157 _configuration = Configuration() 158 self._configuration = _configuration 159 160 self._anchor_allow_white_space_in_characters = None 161 self._anchor_allow_white_space_in_characters_metadata = None 162 self._anchor_case_sensitive = None 163 self._anchor_case_sensitive_metadata = None 164 self._anchor_horizontal_alignment = None 165 self._anchor_horizontal_alignment_metadata = None 166 self._anchor_ignore_if_not_present = None 167 self._anchor_ignore_if_not_present_metadata = None 168 self._anchor_match_whole_word = None 169 self._anchor_match_whole_word_metadata = None 170 self._anchor_string = None 171 self._anchor_string_metadata = None 172 self._anchor_tab_processor_version = None 173 self._anchor_tab_processor_version_metadata = None 174 self._anchor_units = None 175 self._anchor_units_metadata = None 176 self._anchor_x_offset = None 177 self._anchor_x_offset_metadata = None 178 self._anchor_y_offset = None 179 self._anchor_y_offset_metadata = None 180 self._bold = None 181 self._bold_metadata = None 182 self._caption = None 183 self._caption_metadata = None 184 self._error_details = None 185 self._font = None 186 self._font_color = None 187 self._font_color_metadata = None 188 self._font_metadata = None 189 self._font_size = None 190 self._font_size_metadata = None 191 self._italic = None 192 self._italic_metadata = None 193 self._locked = None 194 self._locked_metadata = None 195 self._merge_field_xml = None 196 self._page_number = None 197 self._page_number_metadata = None 198 self._required = None 199 self._required_metadata = None 200 self._selected = None 201 self._selected_metadata = None 202 self._status = None 203 self._status_metadata = None 204 self._tab_id = None 205 self._tab_id_metadata = None 206 self._tab_order = None 207 self._tab_order_metadata = None 208 self._underline = None 209 self._underline_metadata = None 210 self._value = None 211 self._value_metadata = None 212 self._x_position = None 213 self._x_position_metadata = None 214 self._y_position = None 215 self._y_position_metadata = None 216 self.discriminator = None 217 218 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 219 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 220 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 221 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 222 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 223 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 224 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 225 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 226 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 227 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 228 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 229 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 230 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 231 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 232 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 233 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 234 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 235 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 236 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 237 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 238 setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) 239 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) 240 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 241 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 242 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 243 setattr(self, "_{}".format('font'), kwargs.get('font', None)) 244 setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None)) 245 setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None)) 246 setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None)) 247 setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None)) 248 setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None)) 249 setattr(self, "_{}".format('italic'), kwargs.get('italic', None)) 250 setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None)) 251 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 252 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 253 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 254 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 255 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 256 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 257 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 258 setattr(self, "_{}".format('selected'), kwargs.get('selected', None)) 259 setattr(self, "_{}".format('selected_metadata'), kwargs.get('selected_metadata', None)) 260 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 261 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 262 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 263 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 264 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 265 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 266 setattr(self, "_{}".format('underline'), kwargs.get('underline', None)) 267 setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None)) 268 setattr(self, "_{}".format('value'), kwargs.get('value', None)) 269 setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None)) 270 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 271 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 272 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 273 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None))
Radio - a model defined in Swagger
Gets the anchor_allow_white_space_in_characters of this Radio. # noqa: E501
# noqa: E501
Returns
The anchor_allow_white_space_in_characters of this Radio. # noqa: E501
Gets the anchor_allow_white_space_in_characters_metadata of this Radio. # noqa: E501
Metadata that indicates whether the anchorAllowWhiteSpaceInCharacters
property is editable. # noqa: E501
Returns
The anchor_allow_white_space_in_characters_metadata of this Radio. # noqa: E501
Gets the anchor_case_sensitive of this Radio. # 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 Radio. # noqa: E501
Gets the anchor_case_sensitive_metadata of this Radio. # noqa: E501
Metadata that indicates whether the anchorCaseSensitive
property is editable. # noqa: E501
Returns
The anchor_case_sensitive_metadata of this Radio. # noqa: E501
Gets the anchor_horizontal_alignment of this Radio. # 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 Radio. # noqa: E501
Gets the anchor_horizontal_alignment_metadata of this Radio. # noqa: E501
Metadata that indicates whether the anchorHorizontalAlignment
property is editable. # noqa: E501
Returns
The anchor_horizontal_alignment_metadata of this Radio. # noqa: E501
Gets the anchor_ignore_if_not_present of this Radio. # 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 Radio. # noqa: E501
Gets the anchor_ignore_if_not_present_metadata of this Radio. # noqa: E501
Metadata that indicates whether the anchorIgnoreIfNotPresent
property is editable. # noqa: E501
Returns
The anchor_ignore_if_not_present_metadata of this Radio. # noqa: E501
Gets the anchor_match_whole_word of this Radio. # 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 Radio. # noqa: E501
Gets the anchor_match_whole_word_metadata of this Radio. # noqa: E501
Metadata that indicates whether the anchorMatchWholeWord
property is editable. # noqa: E501
Returns
The anchor_match_whole_word_metadata of this Radio. # noqa: E501
Gets the anchor_string of this Radio. # noqa: E501
Anchor text information for a radio button. # noqa: E501
Returns
The anchor_string of this Radio. # noqa: E501
Gets the anchor_string_metadata of this Radio. # noqa: E501
Metadata that indicates whether the anchorString
property is editable. # noqa: E501
Returns
The anchor_string_metadata of this Radio. # noqa: E501
Gets the anchor_tab_processor_version of this Radio. # noqa: E501
# noqa: E501
Returns
The anchor_tab_processor_version of this Radio. # noqa: E501
Gets the anchor_tab_processor_version_metadata of this Radio. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The anchor_tab_processor_version_metadata of this Radio. # noqa: E501
Gets the anchor_units of this Radio. # 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 Radio. # noqa: E501
Gets the anchor_units_metadata of this Radio. # noqa: E501
Metadata that indicates whether the anchorUnits
property is editable. # noqa: E501
Returns
The anchor_units_metadata of this Radio. # noqa: E501
Gets the anchor_x_offset of this Radio. # 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 Radio. # noqa: E501
Gets the anchor_x_offset_metadata of this Radio. # noqa: E501
Metadata that indicates whether the anchorXOffset
property is editable. # noqa: E501
Returns
The anchor_x_offset_metadata of this Radio. # noqa: E501
Gets the anchor_y_offset of this Radio. # 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 Radio. # noqa: E501
Gets the anchor_y_offset_metadata of this Radio. # noqa: E501
Metadata that indicates whether the anchorYOffset
property is editable. # noqa: E501
Returns
The anchor_y_offset_metadata of this Radio. # noqa: E501
Gets the bold of this Radio. # noqa: E501
When set to true, the information in the tab is bold. # noqa: E501
Returns
The bold of this Radio. # noqa: E501
Gets the bold_metadata of this Radio. # noqa: E501
Metadata that indicates whether the bold
property is editable. # noqa: E501
Returns
The bold_metadata of this Radio. # noqa: E501
Gets the error_details of this Radio. # noqa: E501
Array or errors. # noqa: E501
Returns
The error_details of this Radio. # noqa: E501
Gets the font of this Radio. # 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 Radio. # noqa: E501
Gets the font_color of this Radio. # 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 Radio. # noqa: E501
Gets the font_color_metadata of this Radio. # noqa: E501
Metadata that indicates whether the fontColor
property is editable. # noqa: E501
Returns
The font_color_metadata of this Radio. # noqa: E501
Gets the font_metadata of this Radio. # noqa: E501
Metadata that indicates whether the font
property is editable. # noqa: E501
Returns
The font_metadata of this Radio. # noqa: E501
Gets the font_size of this Radio. # 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 Radio. # noqa: E501
Gets the font_size_metadata of this Radio. # noqa: E501
Metadata that indicates whether the fontSize
property is editable. # noqa: E501
Returns
The font_size_metadata of this Radio. # noqa: E501
Gets the italic of this Radio. # noqa: E501
When set to true, the information in the tab is italic. # noqa: E501
Returns
The italic of this Radio. # noqa: E501
Gets the italic_metadata of this Radio. # noqa: E501
Metadata that indicates whether the italic
property is editable. # noqa: E501
Returns
The italic_metadata of this Radio. # noqa: E501
Gets the locked of this Radio. # noqa: E501
When set to true, the signer cannot change the data of the custom tab. # noqa: E501
Returns
The locked of this Radio. # noqa: E501
Gets the locked_metadata of this Radio. # noqa: E501
Metadata that indicates whether the locked
property is editable. # noqa: E501
Returns
The locked_metadata of this Radio. # noqa: E501
Gets the merge_field_xml of this Radio. # noqa: E501
# noqa: E501
Returns
The merge_field_xml of this Radio. # noqa: E501
Gets the page_number of this Radio. # noqa: E501
Specifies the page number on which the tab is located. # noqa: E501
Returns
The page_number of this Radio. # noqa: E501
Gets the page_number_metadata of this Radio. # noqa: E501
Metadata that indicates whether the pageNumber
property is editable. # noqa: E501
Returns
The page_number_metadata of this Radio. # noqa: E501
Gets the required of this Radio. # noqa: E501
When set to true, the signer is required to fill out this tab # noqa: E501
Returns
The required of this Radio. # noqa: E501
Gets the required_metadata of this Radio. # noqa: E501
Metadata that indicates whether the required
property is editable. # noqa: E501
Returns
The required_metadata of this Radio. # noqa: E501
Gets the selected of this Radio. # noqa: E501
When set to true, the radio button is selected. # noqa: E501
Returns
The selected of this Radio. # noqa: E501
Gets the selected_metadata of this Radio. # noqa: E501
Metadata that indicates whether the selected
property is editable. # noqa: E501
Returns
The selected_metadata of this Radio. # noqa: E501
Gets the status of this Radio. # 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 Radio. # noqa: E501
Gets the status_metadata of this Radio. # noqa: E501
Metadata that indicates whether the status
property is editable. # noqa: E501
Returns
The status_metadata of this Radio. # noqa: E501
Gets the tab_id of this Radio. # 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 Radio. # noqa: E501
Gets the tab_id_metadata of this Radio. # noqa: E501
Metadata that indicates whether the tabId
property is editable. # noqa: E501
Returns
The tab_id_metadata of this Radio. # noqa: E501
Gets the tab_order of this Radio. # noqa: E501
# noqa: E501
Returns
The tab_order of this Radio. # noqa: E501
Gets the tab_order_metadata of this Radio. # noqa: E501
Metadata that indicates whether the tabOrder
property is editable. # noqa: E501
Returns
The tab_order_metadata of this Radio. # noqa: E501
Gets the underline of this Radio. # noqa: E501
When set to true, the information in the tab is underlined. # noqa: E501
Returns
The underline of this Radio. # noqa: E501
Gets the underline_metadata of this Radio. # noqa: E501
Metadata that indicates whether the underline
property is editable. # noqa: E501
Returns
The underline_metadata of this Radio. # noqa: E501
Gets the value of this Radio. # noqa: E501
Specifies the value of the tab. # noqa: E501
Returns
The value of this Radio. # noqa: E501
Gets the value_metadata of this Radio. # noqa: E501
Metadata that indicates whether the value
property is editable. # noqa: E501
Returns
The value_metadata of this Radio. # noqa: E501
Gets the x_position of this Radio. # 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 Radio. # noqa: E501
Gets the x_position_metadata of this Radio. # noqa: E501
Metadata that indicates whether the xPosition
property is editable. # noqa: E501
Returns
The x_position_metadata of this Radio. # noqa: E501
Gets the y_position of this Radio. # 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 Radio. # noqa: E501
Gets the y_position_metadata of this Radio. # noqa: E501
Metadata that indicates whether the yPosition
property is editable. # noqa: E501
Returns
The y_position_metadata of this Radio. # noqa: E501
1563 def to_dict(self): 1564 """Returns the model properties as a dict""" 1565 result = {} 1566 1567 for attr, _ in six.iteritems(self.swagger_types): 1568 value = getattr(self, attr) 1569 if isinstance(value, list): 1570 result[attr] = list(map( 1571 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 1572 value 1573 )) 1574 elif hasattr(value, "to_dict"): 1575 result[attr] = value.to_dict() 1576 elif isinstance(value, dict): 1577 result[attr] = dict(map( 1578 lambda item: (item[0], item[1].to_dict()) 1579 if hasattr(item[1], "to_dict") else item, 1580 value.items() 1581 )) 1582 else: 1583 result[attr] = value 1584 if issubclass(Radio, dict): 1585 for key, value in self.items(): 1586 result[key] = value 1587 1588 return result
Returns the model properties as a dict