docusign_esign.models.checkbox

DocuSign REST API

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

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

Checkbox - 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_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', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', 'conditional_parent_value_metadata': 'PropertyMetadata', 'custom_tab_id': 'str', 'custom_tab_id_metadata': 'PropertyMetadata', 'document_id': 'str', 'document_id_metadata': 'PropertyMetadata', 'error_details': 'ErrorDetails', 'font': 'str', 'font_color': 'str', 'font_color_metadata': 'PropertyMetadata', 'font_metadata': 'PropertyMetadata', 'font_size': 'str', 'font_size_metadata': 'PropertyMetadata', 'form_order': 'str', 'form_order_metadata': 'PropertyMetadata', 'form_page_label': 'str', 'form_page_label_metadata': 'PropertyMetadata', 'form_page_number': 'str', 'form_page_number_metadata': 'PropertyMetadata', 'height': 'str', 'height_metadata': 'PropertyMetadata', 'italic': 'str', 'italic_metadata': 'PropertyMetadata', 'locked': 'str', 'locked_metadata': 'PropertyMetadata', 'merge_field': 'MergeField', 'merge_field_xml': 'str', 'name': 'str', 'name_metadata': 'PropertyMetadata', 'page_number': 'str', 'page_number_metadata': 'PropertyMetadata', 'recipient_id': 'str', 'recipient_id_guid': 'str', 'recipient_id_guid_metadata': 'PropertyMetadata', 'recipient_id_metadata': 'PropertyMetadata', 'required': 'str', 'required_metadata': 'PropertyMetadata', 'require_initial_on_shared_change': 'str', 'require_initial_on_shared_change_metadata': 'PropertyMetadata', 'selected': 'str', 'selected_metadata': 'PropertyMetadata', 'selected_original': 'str', 'selected_original_metadata': 'PropertyMetadata', 'shared': 'str', 'shared_metadata': 'PropertyMetadata', 'share_to_recipients': 'str', 'share_to_recipients_metadata': 'PropertyMetadata', 'smart_contract_information': 'SmartContractInformation', 'source': 'str', 'status': 'str', 'status_metadata': 'PropertyMetadata', 'tab_group_labels': 'list[str]', 'tab_group_labels_metadata': 'PropertyMetadata', 'tab_id': 'str', 'tab_id_metadata': 'PropertyMetadata', 'tab_label': 'str', 'tab_label_metadata': 'PropertyMetadata', 'tab_order': 'str', 'tab_order_metadata': 'PropertyMetadata', 'tab_type': 'str', 'tab_type_metadata': 'PropertyMetadata', 'template_locked': 'str', 'template_locked_metadata': 'PropertyMetadata', 'template_required': 'str', 'template_required_metadata': 'PropertyMetadata', 'tooltip': 'str', 'tool_tip_metadata': 'PropertyMetadata', 'underline': 'str', 'underline_metadata': 'PropertyMetadata', 'width': 'str', 'width_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_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', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 'custom_tab_id': 'customTabId', 'custom_tab_id_metadata': 'customTabIdMetadata', 'document_id': 'documentId', 'document_id_metadata': 'documentIdMetadata', 'error_details': 'errorDetails', 'font': 'font', 'font_color': 'fontColor', 'font_color_metadata': 'fontColorMetadata', 'font_metadata': 'fontMetadata', 'font_size': 'fontSize', 'font_size_metadata': 'fontSizeMetadata', 'form_order': 'formOrder', 'form_order_metadata': 'formOrderMetadata', 'form_page_label': 'formPageLabel', 'form_page_label_metadata': 'formPageLabelMetadata', 'form_page_number': 'formPageNumber', 'form_page_number_metadata': 'formPageNumberMetadata', 'height': 'height', 'height_metadata': 'heightMetadata', 'italic': 'italic', 'italic_metadata': 'italicMetadata', 'locked': 'locked', 'locked_metadata': 'lockedMetadata', 'merge_field': 'mergeField', 'merge_field_xml': 'mergeFieldXml', 'name': 'name', 'name_metadata': 'nameMetadata', 'page_number': 'pageNumber', 'page_number_metadata': 'pageNumberMetadata', 'recipient_id': 'recipientId', 'recipient_id_guid': 'recipientIdGuid', 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', 'recipient_id_metadata': 'recipientIdMetadata', 'required': 'required', 'required_metadata': 'requiredMetadata', 'require_initial_on_shared_change': 'requireInitialOnSharedChange', 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', 'selected': 'selected', 'selected_metadata': 'selectedMetadata', 'selected_original': 'selectedOriginal', 'selected_original_metadata': 'selectedOriginalMetadata', 'shared': 'shared', 'shared_metadata': 'sharedMetadata', 'share_to_recipients': 'shareToRecipients', 'share_to_recipients_metadata': 'shareToRecipientsMetadata', 'smart_contract_information': 'smartContractInformation', 'source': 'source', 'status': 'status', 'status_metadata': 'statusMetadata', 'tab_group_labels': 'tabGroupLabels', 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 'tab_id': 'tabId', 'tab_id_metadata': 'tabIdMetadata', 'tab_label': 'tabLabel', 'tab_label_metadata': 'tabLabelMetadata', 'tab_order': 'tabOrder', 'tab_order_metadata': 'tabOrderMetadata', 'tab_type': 'tabType', 'tab_type_metadata': 'tabTypeMetadata', 'template_locked': 'templateLocked', 'template_locked_metadata': 'templateLockedMetadata', 'template_required': 'templateRequired', 'template_required_metadata': 'templateRequiredMetadata', 'tooltip': 'tooltip', 'tool_tip_metadata': 'toolTipMetadata', 'underline': 'underline', 'underline_metadata': 'underlineMetadata', 'width': 'width', 'width_metadata': 'widthMetadata', '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 Checkbox. # noqa: E501

# noqa: E501

Returns

The anchor_allow_white_space_in_characters of this Checkbox. # noqa: E501

anchor_allow_white_space_in_characters_metadata

Gets the anchor_allow_white_space_in_characters_metadata of this Checkbox. # noqa: E501

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

Returns

The anchor_allow_white_space_in_characters_metadata of this Checkbox. # noqa: E501

anchor_case_sensitive

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

anchor_case_sensitive_metadata

Gets the anchor_case_sensitive_metadata of this Checkbox. # noqa: E501

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

Returns

The anchor_case_sensitive_metadata of this Checkbox. # noqa: E501

anchor_horizontal_alignment

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

anchor_horizontal_alignment_metadata

Gets the anchor_horizontal_alignment_metadata of this Checkbox. # noqa: E501

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

Returns

The anchor_horizontal_alignment_metadata of this Checkbox. # noqa: E501

anchor_ignore_if_not_present

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

anchor_ignore_if_not_present_metadata

Gets the anchor_ignore_if_not_present_metadata of this Checkbox. # noqa: E501

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

Returns

The anchor_ignore_if_not_present_metadata of this Checkbox. # noqa: E501

anchor_match_whole_word

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

anchor_match_whole_word_metadata

Gets the anchor_match_whole_word_metadata of this Checkbox. # noqa: E501

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

Returns

The anchor_match_whole_word_metadata of this Checkbox. # noqa: E501

anchor_string

Gets the anchor_string of this Checkbox. # noqa: E501

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

Returns

The anchor_string of this Checkbox. # noqa: E501

anchor_string_metadata

Gets the anchor_string_metadata of this Checkbox. # noqa: E501

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

Returns

The anchor_string_metadata of this Checkbox. # noqa: E501

anchor_tab_processor_version

Gets the anchor_tab_processor_version of this Checkbox. # noqa: E501

# noqa: E501

Returns

The anchor_tab_processor_version of this Checkbox. # noqa: E501

anchor_tab_processor_version_metadata

Gets the anchor_tab_processor_version_metadata of this Checkbox. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The anchor_tab_processor_version_metadata of this Checkbox. # noqa: E501

anchor_units

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

anchor_units_metadata

Gets the anchor_units_metadata of this Checkbox. # noqa: E501

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

Returns

The anchor_units_metadata of this Checkbox. # noqa: E501

anchor_x_offset

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

anchor_x_offset_metadata

Gets the anchor_x_offset_metadata of this Checkbox. # noqa: E501

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

Returns

The anchor_x_offset_metadata of this Checkbox. # noqa: E501

anchor_y_offset

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

anchor_y_offset_metadata

Gets the anchor_y_offset_metadata of this Checkbox. # noqa: E501

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

Returns

The anchor_y_offset_metadata of this Checkbox. # noqa: E501

bold

Gets the bold of this Checkbox. # noqa: E501

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

Returns

The bold of this Checkbox. # noqa: E501

bold_metadata

Gets the bold_metadata of this Checkbox. # noqa: E501

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

Returns

The bold_metadata of this Checkbox. # noqa: E501

caption

Gets the caption of this Checkbox. # noqa: E501

# noqa: E501

Returns

The caption of this Checkbox. # noqa: E501

caption_metadata

Gets the caption_metadata of this Checkbox. # noqa: E501

# noqa: E501

Returns

The caption_metadata of this Checkbox. # noqa: E501

conditional_parent_label

Gets the conditional_parent_label of this Checkbox. # noqa: E501

For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501

Returns

The conditional_parent_label of this Checkbox. # noqa: E501

conditional_parent_label_metadata

Gets the conditional_parent_label_metadata of this Checkbox. # noqa: E501

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

Returns

The conditional_parent_label_metadata of this Checkbox. # noqa: E501

conditional_parent_value

Gets the conditional_parent_value of this Checkbox. # noqa: E501

For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use "on" as the value to show that the parent tab is active. # noqa: E501

Returns

The conditional_parent_value of this Checkbox. # noqa: E501

conditional_parent_value_metadata

Gets the conditional_parent_value_metadata of this Checkbox. # noqa: E501

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

Returns

The conditional_parent_value_metadata of this Checkbox. # noqa: E501

custom_tab_id

Gets the custom_tab_id of this Checkbox. # noqa: E501

The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501

Returns

The custom_tab_id of this Checkbox. # noqa: E501

custom_tab_id_metadata

Gets the custom_tab_id_metadata of this Checkbox. # noqa: E501

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

Returns

The custom_tab_id_metadata of this Checkbox. # noqa: E501

document_id

Gets the document_id of this Checkbox. # noqa: E501

Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501

Returns

The document_id of this Checkbox. # noqa: E501

document_id_metadata

Gets the document_id_metadata of this Checkbox. # noqa: E501

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

Returns

The document_id_metadata of this Checkbox. # noqa: E501

error_details

Gets the error_details of this Checkbox. # noqa: E501

Array or errors. # noqa: E501

Returns

The error_details of this Checkbox. # noqa: E501

font

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

font_color

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

font_color_metadata

Gets the font_color_metadata of this Checkbox. # noqa: E501

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

Returns

The font_color_metadata of this Checkbox. # noqa: E501

font_metadata

Gets the font_metadata of this Checkbox. # noqa: E501

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

Returns

The font_metadata of this Checkbox. # noqa: E501

font_size

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

font_size_metadata

Gets the font_size_metadata of this Checkbox. # noqa: E501

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

Returns

The font_size_metadata of this Checkbox. # noqa: E501

form_order

Gets the form_order of this Checkbox. # noqa: E501

# noqa: E501

Returns

The form_order of this Checkbox. # noqa: E501

form_order_metadata

Gets the form_order_metadata of this Checkbox. # noqa: E501

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

Returns

The form_order_metadata of this Checkbox. # noqa: E501

form_page_label

Gets the form_page_label of this Checkbox. # noqa: E501

# noqa: E501

Returns

The form_page_label of this Checkbox. # noqa: E501

form_page_label_metadata

Gets the form_page_label_metadata of this Checkbox. # noqa: E501

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

Returns

The form_page_label_metadata of this Checkbox. # noqa: E501

form_page_number

Gets the form_page_number of this Checkbox. # noqa: E501

# noqa: E501

Returns

The form_page_number of this Checkbox. # noqa: E501

form_page_number_metadata

Gets the form_page_number_metadata of this Checkbox. # noqa: E501

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

Returns

The form_page_number_metadata of this Checkbox. # noqa: E501

height

Gets the height of this Checkbox. # noqa: E501

Height of the tab in pixels. # noqa: E501

Returns

The height of this Checkbox. # noqa: E501

height_metadata

Gets the height_metadata of this Checkbox. # noqa: E501

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

Returns

The height_metadata of this Checkbox. # noqa: E501

italic

Gets the italic of this Checkbox. # noqa: E501

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

Returns

The italic of this Checkbox. # noqa: E501

italic_metadata

Gets the italic_metadata of this Checkbox. # noqa: E501

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

Returns

The italic_metadata of this Checkbox. # noqa: E501

locked

Gets the locked of this Checkbox. # noqa: E501

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

Returns

The locked of this Checkbox. # noqa: E501

locked_metadata

Gets the locked_metadata of this Checkbox. # noqa: E501

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

Returns

The locked_metadata of this Checkbox. # noqa: E501

merge_field

Gets the merge_field of this Checkbox. # noqa: E501

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

Returns

The merge_field of this Checkbox. # noqa: E501

merge_field_xml

Gets the merge_field_xml of this Checkbox. # noqa: E501

# noqa: E501

Returns

The merge_field_xml of this Checkbox. # noqa: E501

name

Gets the name of this Checkbox. # noqa: E501

Specifies the tool tip text for the tab. # noqa: E501

Returns

The name of this Checkbox. # noqa: E501

name_metadata

Gets the name_metadata of this Checkbox. # noqa: E501

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

Returns

The name_metadata of this Checkbox. # noqa: E501

page_number

Gets the page_number of this Checkbox. # noqa: E501

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

Returns

The page_number of this Checkbox. # noqa: E501

page_number_metadata

Gets the page_number_metadata of this Checkbox. # noqa: E501

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

Returns

The page_number_metadata of this Checkbox. # noqa: E501

recipient_id

Gets the recipient_id of this Checkbox. # noqa: E501

Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501

Returns

The recipient_id of this Checkbox. # noqa: E501

recipient_id_guid

Gets the recipient_id_guid of this Checkbox. # noqa: E501

# noqa: E501

Returns

The recipient_id_guid of this Checkbox. # noqa: E501

recipient_id_guid_metadata

Gets the recipient_id_guid_metadata of this Checkbox. # noqa: E501

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

Returns

The recipient_id_guid_metadata of this Checkbox. # noqa: E501

recipient_id_metadata

Gets the recipient_id_metadata of this Checkbox. # noqa: E501

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

Returns

The recipient_id_metadata of this Checkbox. # noqa: E501

required

Gets the required of this Checkbox. # noqa: E501

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

Returns

The required of this Checkbox. # noqa: E501

required_metadata

Gets the required_metadata of this Checkbox. # noqa: E501

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

Returns

The required_metadata of this Checkbox. # noqa: E501

require_initial_on_shared_change

Gets the require_initial_on_shared_change of this Checkbox. # noqa: E501

Optional element for field markup. When set to true, the signer is required to initial when they modify a shared field. # noqa: E501

Returns

The require_initial_on_shared_change of this Checkbox. # noqa: E501

require_initial_on_shared_change_metadata

Gets the require_initial_on_shared_change_metadata of this Checkbox. # noqa: E501

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

Returns

The require_initial_on_shared_change_metadata of this Checkbox. # noqa: E501

selected

Gets the selected of this Checkbox. # noqa: E501

When set to true, the checkbox is selected. # noqa: E501

Returns

The selected of this Checkbox. # noqa: E501

selected_metadata

Gets the selected_metadata of this Checkbox. # noqa: E501

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

Returns

The selected_metadata of this Checkbox. # noqa: E501

selected_original

Gets the selected_original of this Checkbox. # noqa: E501

# noqa: E501

Returns

The selected_original of this Checkbox. # noqa: E501

selected_original_metadata

Gets the selected_original_metadata of this Checkbox. # noqa: E501

# noqa: E501

Returns

The selected_original_metadata of this Checkbox. # noqa: E501

shared

Gets the shared of this Checkbox. # noqa: E501

When set to true, this custom tab is shared. # noqa: E501

Returns

The shared of this Checkbox. # noqa: E501

shared_metadata

Gets the shared_metadata of this Checkbox. # noqa: E501

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

Returns

The shared_metadata of this Checkbox. # noqa: E501

share_to_recipients

Gets the share_to_recipients of this Checkbox. # noqa: E501

# noqa: E501

Returns

The share_to_recipients of this Checkbox. # noqa: E501

share_to_recipients_metadata

Gets the share_to_recipients_metadata of this Checkbox. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The share_to_recipients_metadata of this Checkbox. # noqa: E501

smart_contract_information

Gets the smart_contract_information of this Checkbox. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The smart_contract_information of this Checkbox. # noqa: E501

source

Gets the source of this Checkbox. # noqa: E501

# noqa: E501

Returns

The source of this Checkbox. # noqa: E501

status

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

status_metadata

Gets the status_metadata of this Checkbox. # noqa: E501

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

Returns

The status_metadata of this Checkbox. # noqa: E501

tab_group_labels

Gets the tab_group_labels of this Checkbox. # noqa: E501

# noqa: E501

Returns

The tab_group_labels of this Checkbox. # noqa: E501

tab_group_labels_metadata

Gets the tab_group_labels_metadata of this Checkbox. # noqa: E501

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

Returns

The tab_group_labels_metadata of this Checkbox. # noqa: E501

tab_id

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

tab_id_metadata

Gets the tab_id_metadata of this Checkbox. # noqa: E501

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

Returns

The tab_id_metadata of this Checkbox. # noqa: E501

tab_label

Gets the tab_label of this Checkbox. # noqa: E501

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

Returns

The tab_label of this Checkbox. # noqa: E501

tab_label_metadata

Gets the tab_label_metadata of this Checkbox. # noqa: E501

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

Returns

The tab_label_metadata of this Checkbox. # noqa: E501

tab_order

Gets the tab_order of this Checkbox. # noqa: E501

# noqa: E501

Returns

The tab_order of this Checkbox. # noqa: E501

tab_order_metadata

Gets the tab_order_metadata of this Checkbox. # noqa: E501

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

Returns

The tab_order_metadata of this Checkbox. # noqa: E501

tab_type

Gets the tab_type of this Checkbox. # noqa: E501

# noqa: E501

Returns

The tab_type of this Checkbox. # noqa: E501

tab_type_metadata

Gets the tab_type_metadata of this Checkbox. # noqa: E501

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

Returns

The tab_type_metadata of this Checkbox. # noqa: E501

template_locked

Gets the template_locked of this Checkbox. # noqa: E501

When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501

Returns

The template_locked of this Checkbox. # noqa: E501

template_locked_metadata

Gets the template_locked_metadata of this Checkbox. # noqa: E501

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

Returns

The template_locked_metadata of this Checkbox. # noqa: E501

template_required

Gets the template_required of this Checkbox. # noqa: E501

When set to true, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501

Returns

The template_required of this Checkbox. # noqa: E501

template_required_metadata

Gets the template_required_metadata of this Checkbox. # noqa: E501

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

Returns

The template_required_metadata of this Checkbox. # noqa: E501

tooltip

Gets the tooltip of this Checkbox. # noqa: E501

# noqa: E501

Returns

The tooltip of this Checkbox. # noqa: E501

tool_tip_metadata

Gets the tool_tip_metadata of this Checkbox. # noqa: E501

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

Returns

The tool_tip_metadata of this Checkbox. # noqa: E501

underline

Gets the underline of this Checkbox. # noqa: E501

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

Returns

The underline of this Checkbox. # noqa: E501

underline_metadata

Gets the underline_metadata of this Checkbox. # noqa: E501

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

Returns

The underline_metadata of this Checkbox. # noqa: E501

width

Gets the width of this Checkbox. # noqa: E501

Width of the tab in pixels. # noqa: E501

Returns

The width of this Checkbox. # noqa: E501

width_metadata

Gets the width_metadata of this Checkbox. # noqa: E501

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

Returns

The width_metadata of this Checkbox. # noqa: E501

x_position

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

x_position_metadata

Gets the x_position_metadata of this Checkbox. # noqa: E501

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

Returns

The x_position_metadata of this Checkbox. # noqa: E501

y_position

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

y_position_metadata

Gets the y_position_metadata of this Checkbox. # noqa: E501

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

Returns

The y_position_metadata of this Checkbox. # noqa: E501

def to_dict(self)
2778    def to_dict(self):
2779        """Returns the model properties as a dict"""
2780        result = {}
2781
2782        for attr, _ in six.iteritems(self.swagger_types):
2783            value = getattr(self, attr)
2784            if isinstance(value, list):
2785                result[attr] = list(map(
2786                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
2787                    value
2788                ))
2789            elif hasattr(value, "to_dict"):
2790                result[attr] = value.to_dict()
2791            elif isinstance(value, dict):
2792                result[attr] = dict(map(
2793                    lambda item: (item[0], item[1].to_dict())
2794                    if hasattr(item[1], "to_dict") else item,
2795                    value.items()
2796                ))
2797            else:
2798                result[attr] = value
2799        if issubclass(Checkbox, dict):
2800            for key, value in self.items():
2801                result[key] = value
2802
2803        return result

Returns the model properties as a dict

def to_str(self)
2805    def to_str(self):
2806        """Returns the string representation of the model"""
2807        return pprint.pformat(self.to_dict())

Returns the string representation of the model