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

Radio(_configuration=None, **kwargs)
162    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
163        """Radio - a model defined in Swagger"""  # noqa: E501
164        if _configuration is None:
165            _configuration = Configuration()
166        self._configuration = _configuration
167
168        self._anchor_allow_white_space_in_characters = None
169        self._anchor_allow_white_space_in_characters_metadata = None
170        self._anchor_case_sensitive = None
171        self._anchor_case_sensitive_metadata = None
172        self._anchor_horizontal_alignment = None
173        self._anchor_horizontal_alignment_metadata = None
174        self._anchor_ignore_if_not_present = None
175        self._anchor_ignore_if_not_present_metadata = None
176        self._anchor_match_whole_word = None
177        self._anchor_match_whole_word_metadata = None
178        self._anchor_string = None
179        self._anchor_string_metadata = None
180        self._anchor_tab_processor_version = None
181        self._anchor_tab_processor_version_metadata = None
182        self._anchor_tab_scope = None
183        self._anchor_units = None
184        self._anchor_units_metadata = None
185        self._anchor_x_offset = None
186        self._anchor_x_offset_metadata = None
187        self._anchor_y_offset = None
188        self._anchor_y_offset_metadata = None
189        self._bold = None
190        self._bold_metadata = None
191        self._caption = None
192        self._caption_metadata = None
193        self._connected_object_details = None
194        self._error_details = None
195        self._extension_data = None
196        self._font = None
197        self._font_color = None
198        self._font_color_metadata = None
199        self._font_metadata = None
200        self._font_size = None
201        self._font_size_metadata = None
202        self._italic = None
203        self._italic_metadata = None
204        self._locked = None
205        self._locked_metadata = None
206        self._merge_field_xml = None
207        self._page_number = None
208        self._page_number_metadata = None
209        self._required = None
210        self._required_metadata = None
211        self._selected = None
212        self._selected_metadata = None
213        self._status = None
214        self._status_metadata = None
215        self._tab_fully_qualified_path = None
216        self._tab_id = None
217        self._tab_id_metadata = None
218        self._tab_order = None
219        self._tab_order_metadata = None
220        self._underline = None
221        self._underline_metadata = None
222        self._value = None
223        self._value_metadata = None
224        self._x_position = None
225        self._x_position_metadata = None
226        self._y_position = None
227        self._y_position_metadata = None
228        self.discriminator = None
229
230        setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None))
231        setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None))
232        setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None))
233        setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None))
234        setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None))
235        setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None))
236        setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None))
237        setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None))
238        setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None))
239        setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None))
240        setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None))
241        setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None))
242        setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None))
243        setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None))
244        setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None))
245        setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None))
246        setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None))
247        setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None))
248        setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None))
249        setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None))
250        setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None))
251        setattr(self, "_{}".format('bold'), kwargs.get('bold', None))
252        setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None))
253        setattr(self, "_{}".format('caption'), kwargs.get('caption', None))
254        setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None))
255        setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
256        setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None))
257        setattr(self, "_{}".format('extension_data'), kwargs.get('extension_data', None))
258        setattr(self, "_{}".format('font'), kwargs.get('font', None))
259        setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None))
260        setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None))
261        setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None))
262        setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None))
263        setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None))
264        setattr(self, "_{}".format('italic'), kwargs.get('italic', None))
265        setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None))
266        setattr(self, "_{}".format('locked'), kwargs.get('locked', None))
267        setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None))
268        setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None))
269        setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None))
270        setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None))
271        setattr(self, "_{}".format('required'), kwargs.get('required', None))
272        setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None))
273        setattr(self, "_{}".format('selected'), kwargs.get('selected', None))
274        setattr(self, "_{}".format('selected_metadata'), kwargs.get('selected_metadata', None))
275        setattr(self, "_{}".format('status'), kwargs.get('status', None))
276        setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
277        setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
278        setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
279        setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None))
280        setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None))
281        setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None))
282        setattr(self, "_{}".format('underline'), kwargs.get('underline', None))
283        setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
284        setattr(self, "_{}".format('value'), kwargs.get('value', None))
285        setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
286        setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
287        setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None))
288        setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None))
289        setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None))

Radio - a model defined in Swagger

swagger_types = {'anchor_allow_white_space_in_characters': 'str', 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', 'anchor_case_sensitive': 'str', 'anchor_case_sensitive_metadata': 'PropertyMetadata', 'anchor_horizontal_alignment': 'str', 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', 'anchor_ignore_if_not_present': 'str', 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', 'anchor_match_whole_word': 'str', 'anchor_match_whole_word_metadata': 'PropertyMetadata', 'anchor_string': 'str', 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', 'anchor_x_offset_metadata': 'PropertyMetadata', 'anchor_y_offset': 'str', 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', 'caption': 'str', 'caption_metadata': 'PropertyMetadata', 'connected_object_details': 'ConnectedObjectDetails', 'error_details': 'ErrorDetails', 'extension_data': 'ExtensionData', 'font': 'str', 'font_color': 'str', 'font_color_metadata': 'PropertyMetadata', 'font_metadata': 'PropertyMetadata', 'font_size': 'str', 'font_size_metadata': 'PropertyMetadata', 'italic': 'str', 'italic_metadata': 'PropertyMetadata', 'locked': 'str', 'locked_metadata': 'PropertyMetadata', 'merge_field_xml': 'str', 'page_number': 'str', 'page_number_metadata': 'PropertyMetadata', 'required': 'str', 'required_metadata': 'PropertyMetadata', 'selected': 'str', 'selected_metadata': 'PropertyMetadata', 'status': 'str', 'status_metadata': 'PropertyMetadata', 'tab_fully_qualified_path': 'str', 'tab_id': 'str', 'tab_id_metadata': 'PropertyMetadata', 'tab_order': 'str', 'tab_order_metadata': 'PropertyMetadata', 'underline': 'str', 'underline_metadata': 'PropertyMetadata', 'value': 'str', 'value_metadata': 'PropertyMetadata', 'x_position': 'str', 'x_position_metadata': 'PropertyMetadata', 'y_position': 'str', 'y_position_metadata': 'PropertyMetadata'}
attribute_map = {'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 'anchor_case_sensitive': 'anchorCaseSensitive', 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 'anchor_match_whole_word': 'anchorMatchWholeWord', 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 'anchor_string': 'anchorString', 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 'anchor_y_offset': 'anchorYOffset', 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', 'caption': 'caption', 'caption_metadata': 'captionMetadata', 'connected_object_details': 'connectedObjectDetails', 'error_details': 'errorDetails', 'extension_data': 'extensionData', 'font': 'font', 'font_color': 'fontColor', 'font_color_metadata': 'fontColorMetadata', 'font_metadata': 'fontMetadata', 'font_size': 'fontSize', 'font_size_metadata': 'fontSizeMetadata', 'italic': 'italic', 'italic_metadata': 'italicMetadata', 'locked': 'locked', 'locked_metadata': 'lockedMetadata', 'merge_field_xml': 'mergeFieldXml', 'page_number': 'pageNumber', 'page_number_metadata': 'pageNumberMetadata', 'required': 'required', 'required_metadata': 'requiredMetadata', 'selected': 'selected', 'selected_metadata': 'selectedMetadata', 'status': 'status', 'status_metadata': 'statusMetadata', 'tab_fully_qualified_path': 'tabFullyQualifiedPath', 'tab_id': 'tabId', 'tab_id_metadata': 'tabIdMetadata', 'tab_order': 'tabOrder', 'tab_order_metadata': 'tabOrderMetadata', 'underline': 'underline', 'underline_metadata': 'underlineMetadata', 'value': 'value', 'value_metadata': 'valueMetadata', 'x_position': 'xPosition', 'x_position_metadata': 'xPositionMetadata', 'y_position': 'yPosition', 'y_position_metadata': 'yPositionMetadata'}
anchor_allow_white_space_in_characters

Gets the anchor_allow_white_space_in_characters of this Radio. # noqa: E501

# noqa: E501

Returns

The anchor_allow_white_space_in_characters of this Radio. # noqa: E501

anchor_allow_white_space_in_characters_metadata

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

anchor_case_sensitive

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

anchor_case_sensitive_metadata

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

anchor_horizontal_alignment

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

anchor_horizontal_alignment_metadata

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

anchor_ignore_if_not_present

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

anchor_ignore_if_not_present_metadata

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

anchor_match_whole_word

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

anchor_match_whole_word_metadata

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

anchor_string

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

anchor_string_metadata

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

anchor_tab_processor_version

Gets the anchor_tab_processor_version of this Radio. # noqa: E501

# noqa: E501

Returns

The anchor_tab_processor_version of this Radio. # noqa: E501

anchor_tab_processor_version_metadata

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

anchor_tab_scope

Gets the anchor_tab_scope of this Radio. # noqa: E501

# noqa: E501

Returns

The anchor_tab_scope of this Radio. # noqa: E501

anchor_units

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

anchor_units_metadata

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

anchor_x_offset

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

anchor_x_offset_metadata

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

anchor_y_offset

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

anchor_y_offset_metadata

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

bold

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

bold_metadata

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

caption

Gets the caption of this Radio. # noqa: E501

# noqa: E501

Returns

The caption of this Radio. # noqa: E501

caption_metadata

Gets the caption_metadata of this Radio. # noqa: E501

# noqa: E501

Returns

The caption_metadata of this Radio. # noqa: E501

connected_object_details

Gets the connected_object_details of this Radio. # noqa: E501

# noqa: E501

Returns

The connected_object_details of this Radio. # noqa: E501

error_details

Gets the error_details of this Radio. # noqa: E501

Array or errors. # noqa: E501

Returns

The error_details of this Radio. # noqa: E501

extension_data

Gets the extension_data of this Radio. # noqa: E501

# noqa: E501

Returns

The extension_data of this Radio. # noqa: E501

font

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

font_color

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

font_color_metadata

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

font_metadata

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

font_size

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

font_size_metadata

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

italic

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

italic_metadata

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

locked

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

locked_metadata

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

merge_field_xml

Gets the merge_field_xml of this Radio. # noqa: E501

# noqa: E501

Returns

The merge_field_xml of this Radio. # noqa: E501

page_number

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

page_number_metadata

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

required

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

required_metadata

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

selected

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

selected_metadata

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

status

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

status_metadata

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

tab_fully_qualified_path

Gets the tab_fully_qualified_path of this Radio. # noqa: E501

# noqa: E501

Returns

The tab_fully_qualified_path of this Radio. # noqa: E501

tab_id

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

tab_id_metadata

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

tab_order

Gets the tab_order of this Radio. # noqa: E501

# noqa: E501

Returns

The tab_order of this Radio. # noqa: E501

tab_order_metadata

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

underline

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

underline_metadata

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

value

Gets the value of this Radio. # noqa: E501

Specifies the value of the tab. # noqa: E501

Returns

The value of this Radio. # noqa: E501

value_metadata

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

x_position

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

x_position_metadata

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

y_position

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

y_position_metadata

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

def to_dict(self)
1671    def to_dict(self):
1672        """Returns the model properties as a dict"""
1673        result = {}
1674
1675        for attr, _ in six.iteritems(self.swagger_types):
1676            value = getattr(self, attr)
1677            if isinstance(value, list):
1678                result[attr] = list(map(
1679                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
1680                    value
1681                ))
1682            elif hasattr(value, "to_dict"):
1683                result[attr] = value.to_dict()
1684            elif isinstance(value, dict):
1685                result[attr] = dict(map(
1686                    lambda item: (item[0], item[1].to_dict())
1687                    if hasattr(item[1], "to_dict") else item,
1688                    value.items()
1689                ))
1690            else:
1691                result[attr] = value
1692        if issubclass(Radio, dict):
1693            for key, value in self.items():
1694                result[key] = value
1695
1696        return result

Returns the model properties as a dict

def to_str(self)
1698    def to_str(self):
1699        """Returns the string representation of the model"""
1700        return pprint.pformat(self.to_dict())

Returns the string representation of the model