docusign_esign.models.user_settings_information

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 UserSettingsInformation(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        'account_management_granular': 'UserAccountManagementGranularInformation',
  37        'admin_only': 'str',
  38        'admin_only_metadata': 'SettingsMetadata',
  39        'allow_auto_tagging': 'str',
  40        'allow_envelope_transfer_to': 'str',
  41        'allow_envelope_transfer_to_metadata': 'SettingsMetadata',
  42        'allow_eseal_recipients': 'str',
  43        'allow_eseal_recipients_metadata': 'SettingsMetadata',
  44        'allow_power_forms_admin_to_access_all_power_form_envelope': 'str',
  45        'allow_power_forms_admin_to_access_all_power_form_envelope_metadata': 'SettingsMetadata',
  46        'allow_recipient_language_selection': 'str',
  47        'allow_recipient_language_selection_metadata': 'SettingsMetadata',
  48        'allow_send_on_behalf_of': 'str',
  49        'allow_send_on_behalf_of_metadata': 'SettingsMetadata',
  50        'allow_supplemental_documents': 'str',
  51        'allow_supplemental_documents_metadata': 'SettingsMetadata',
  52        'anchor_tag_versioned_placement_enabled': 'str',
  53        'api_account_wide_access': 'str',
  54        'api_account_wide_access_metadata': 'SettingsMetadata',
  55        'api_can_export_ac': 'str',
  56        'api_can_export_ac_metadata': 'SettingsMetadata',
  57        'bulk_send': 'str',
  58        'bulk_send_metadata': 'SettingsMetadata',
  59        'can_charge_account': 'str',
  60        'can_charge_account_metadata': 'SettingsMetadata',
  61        'can_edit_shared_addressbook': 'str',
  62        'can_edit_shared_addressbook_metadata': 'SettingsMetadata',
  63        'can_lock_envelopes': 'str',
  64        'can_lock_envelopes_metadata': 'SettingsMetadata',
  65        'can_manage_account': 'str',
  66        'can_manage_account_metadata': 'SettingsMetadata',
  67        'can_manage_distributor': 'str',
  68        'can_manage_distributor_metadata': 'SettingsMetadata',
  69        'can_manage_templates': 'str',
  70        'can_manage_templates_metadata': 'SettingsMetadata',
  71        'can_send_api_requests': 'str',
  72        'can_send_api_requests_metadata': 'SettingsMetadata',
  73        'can_send_envelope': 'str',
  74        'can_send_envelope_metadata': 'SettingsMetadata',
  75        'can_send_envelopes_via_sms': 'str',
  76        'can_send_envelopes_via_sms_metadata': 'SettingsMetadata',
  77        'can_sign_envelope': 'str',
  78        'can_sign_envelope_metadata': 'SettingsMetadata',
  79        'can_use_scratchpad': 'str',
  80        'can_use_scratchpad_metadata': 'SettingsMetadata',
  81        'can_use_smart_contracts': 'str',
  82        'can_use_smart_contracts_metadata': 'SettingsMetadata',
  83        'disable_document_upload': 'str',
  84        'disable_document_upload_metadata': 'SettingsMetadata',
  85        'disable_other_actions': 'str',
  86        'disable_other_actions_metadata': 'SettingsMetadata',
  87        'enable_ds_pro': 'str',
  88        'enable_ds_pro_metadata': 'SettingsMetadata',
  89        'enable_key_terms_suggestions_by_document_type': 'str',
  90        'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata',
  91        'enable_sequential_signing_api': 'str',
  92        'enable_sequential_signing_api_metadata': 'SettingsMetadata',
  93        'enable_sequential_signing_ui': 'str',
  94        'enable_sequential_signing_ui_metadata': 'SettingsMetadata',
  95        'enable_signer_attachments': 'str',
  96        'enable_signer_attachments_metadata': 'SettingsMetadata',
  97        'enable_sign_on_paper_override': 'str',
  98        'enable_sign_on_paper_override_metadata': 'SettingsMetadata',
  99        'enable_transaction_point': 'str',
 100        'enable_transaction_point_metadata': 'SettingsMetadata',
 101        'enable_vaulting': 'str',
 102        'enable_vaulting_metadata': 'SettingsMetadata',
 103        'express_send_only': 'str',
 104        'locale': 'str',
 105        'locale_metadata': 'SettingsMetadata',
 106        'locale_policy': 'LocalePolicy',
 107        'manage_clickwraps_mode': 'str',
 108        'manage_clickwraps_mode_metadata': 'SettingsMetadata',
 109        'modified_by': 'str',
 110        'modified_by_metadata': 'SettingsMetadata',
 111        'modified_date': 'str',
 112        'modified_date_metadata': 'SettingsMetadata',
 113        'modified_page': 'str',
 114        'modified_page_metadata': 'SettingsMetadata',
 115        'new_send_ui': 'str',
 116        'new_send_ui_metadata': 'SettingsMetadata',
 117        'power_form_mode': 'str',
 118        'power_form_mode_metadata': 'SettingsMetadata',
 119        'recipient_viewed_notification': 'str',
 120        'recipient_viewed_notification_metadata': 'SettingsMetadata',
 121        'seal_identifiers': 'list[SealIdentifier]',
 122        'self_signed_recipient_email_document': 'str',
 123        'self_signed_recipient_email_document_metadata': 'SettingsMetadata',
 124        'sender_email_notifications': 'SenderEmailNotifications',
 125        'signer_email_notifications': 'SignerEmailNotifications',
 126        'supplemental_document_include_in_download': 'str',
 127        'supplemental_documents_must_accept': 'str',
 128        'supplemental_documents_must_accept_metadata': 'SettingsMetadata',
 129        'supplemental_documents_must_read': 'str',
 130        'supplemental_documents_must_read_metadata': 'SettingsMetadata',
 131        'supplemental_documents_must_view': 'str',
 132        'supplemental_documents_must_view_metadata': 'SettingsMetadata',
 133        'template_active_creation': 'str',
 134        'template_active_creation_metadata': 'SettingsMetadata',
 135        'template_apply_notify': 'str',
 136        'template_apply_notify_metadata': 'SettingsMetadata',
 137        'template_auto_matching': 'str',
 138        'template_auto_matching_metadata': 'SettingsMetadata',
 139        'template_matching_sensitivity': 'str',
 140        'template_matching_sensitivity_metadata': 'SettingsMetadata',
 141        'template_page_level_matching': 'str',
 142        'template_page_level_matching_metadata': 'SettingsMetadata',
 143        'timezone_dst': 'str',
 144        'timezone_dst_metadata': 'SettingsMetadata',
 145        'timezone_mask': 'str',
 146        'timezone_mask_metadata': 'SettingsMetadata',
 147        'timezone_offset': 'str',
 148        'timezone_offset_metadata': 'SettingsMetadata',
 149        'timezone_sending_pref': 'str',
 150        'timezone_sending_pref_metadata': 'SettingsMetadata',
 151        'timezone_signing_pref': 'str',
 152        'timezone_signing_pref_metadata': 'SettingsMetadata',
 153        'transaction_point_site_name_url': 'str',
 154        'transaction_point_site_name_url_metadata': 'SettingsMetadata',
 155        'transaction_point_user_name': 'str',
 156        'transaction_point_user_name_metadata': 'SettingsMetadata',
 157        'vaulting_mode': 'str',
 158        'vaulting_mode_metadata': 'SettingsMetadata',
 159        'web_forms': 'str',
 160        'web_forms_metadata': 'SettingsMetadata'
 161    }
 162
 163    attribute_map = {
 164        'account_management_granular': 'accountManagementGranular',
 165        'admin_only': 'adminOnly',
 166        'admin_only_metadata': 'adminOnlyMetadata',
 167        'allow_auto_tagging': 'allowAutoTagging',
 168        'allow_envelope_transfer_to': 'allowEnvelopeTransferTo',
 169        'allow_envelope_transfer_to_metadata': 'allowEnvelopeTransferToMetadata',
 170        'allow_eseal_recipients': 'allowEsealRecipients',
 171        'allow_eseal_recipients_metadata': 'allowEsealRecipientsMetadata',
 172        'allow_power_forms_admin_to_access_all_power_form_envelope': 'allowPowerFormsAdminToAccessAllPowerFormEnvelope',
 173        'allow_power_forms_admin_to_access_all_power_form_envelope_metadata': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata',
 174        'allow_recipient_language_selection': 'allowRecipientLanguageSelection',
 175        'allow_recipient_language_selection_metadata': 'allowRecipientLanguageSelectionMetadata',
 176        'allow_send_on_behalf_of': 'allowSendOnBehalfOf',
 177        'allow_send_on_behalf_of_metadata': 'allowSendOnBehalfOfMetadata',
 178        'allow_supplemental_documents': 'allowSupplementalDocuments',
 179        'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata',
 180        'anchor_tag_versioned_placement_enabled': 'anchorTagVersionedPlacementEnabled',
 181        'api_account_wide_access': 'apiAccountWideAccess',
 182        'api_account_wide_access_metadata': 'apiAccountWideAccessMetadata',
 183        'api_can_export_ac': 'apiCanExportAC',
 184        'api_can_export_ac_metadata': 'apiCanExportACMetadata',
 185        'bulk_send': 'bulkSend',
 186        'bulk_send_metadata': 'bulkSendMetadata',
 187        'can_charge_account': 'canChargeAccount',
 188        'can_charge_account_metadata': 'canChargeAccountMetadata',
 189        'can_edit_shared_addressbook': 'canEditSharedAddressbook',
 190        'can_edit_shared_addressbook_metadata': 'canEditSharedAddressbookMetadata',
 191        'can_lock_envelopes': 'canLockEnvelopes',
 192        'can_lock_envelopes_metadata': 'canLockEnvelopesMetadata',
 193        'can_manage_account': 'canManageAccount',
 194        'can_manage_account_metadata': 'canManageAccountMetadata',
 195        'can_manage_distributor': 'canManageDistributor',
 196        'can_manage_distributor_metadata': 'canManageDistributorMetadata',
 197        'can_manage_templates': 'canManageTemplates',
 198        'can_manage_templates_metadata': 'canManageTemplatesMetadata',
 199        'can_send_api_requests': 'canSendAPIRequests',
 200        'can_send_api_requests_metadata': 'canSendAPIRequestsMetadata',
 201        'can_send_envelope': 'canSendEnvelope',
 202        'can_send_envelope_metadata': 'canSendEnvelopeMetadata',
 203        'can_send_envelopes_via_sms': 'canSendEnvelopesViaSMS',
 204        'can_send_envelopes_via_sms_metadata': 'canSendEnvelopesViaSMSMetadata',
 205        'can_sign_envelope': 'canSignEnvelope',
 206        'can_sign_envelope_metadata': 'canSignEnvelopeMetadata',
 207        'can_use_scratchpad': 'canUseScratchpad',
 208        'can_use_scratchpad_metadata': 'canUseScratchpadMetadata',
 209        'can_use_smart_contracts': 'canUseSmartContracts',
 210        'can_use_smart_contracts_metadata': 'canUseSmartContractsMetadata',
 211        'disable_document_upload': 'disableDocumentUpload',
 212        'disable_document_upload_metadata': 'disableDocumentUploadMetadata',
 213        'disable_other_actions': 'disableOtherActions',
 214        'disable_other_actions_metadata': 'disableOtherActionsMetadata',
 215        'enable_ds_pro': 'enableDSPro',
 216        'enable_ds_pro_metadata': 'enableDSProMetadata',
 217        'enable_key_terms_suggestions_by_document_type': 'enableKeyTermsSuggestionsByDocumentType',
 218        'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata',
 219        'enable_sequential_signing_api': 'enableSequentialSigningAPI',
 220        'enable_sequential_signing_api_metadata': 'enableSequentialSigningAPIMetadata',
 221        'enable_sequential_signing_ui': 'enableSequentialSigningUI',
 222        'enable_sequential_signing_ui_metadata': 'enableSequentialSigningUIMetadata',
 223        'enable_signer_attachments': 'enableSignerAttachments',
 224        'enable_signer_attachments_metadata': 'enableSignerAttachmentsMetadata',
 225        'enable_sign_on_paper_override': 'enableSignOnPaperOverride',
 226        'enable_sign_on_paper_override_metadata': 'enableSignOnPaperOverrideMetadata',
 227        'enable_transaction_point': 'enableTransactionPoint',
 228        'enable_transaction_point_metadata': 'enableTransactionPointMetadata',
 229        'enable_vaulting': 'enableVaulting',
 230        'enable_vaulting_metadata': 'enableVaultingMetadata',
 231        'express_send_only': 'expressSendOnly',
 232        'locale': 'locale',
 233        'locale_metadata': 'localeMetadata',
 234        'locale_policy': 'localePolicy',
 235        'manage_clickwraps_mode': 'manageClickwrapsMode',
 236        'manage_clickwraps_mode_metadata': 'manageClickwrapsModeMetadata',
 237        'modified_by': 'modifiedBy',
 238        'modified_by_metadata': 'modifiedByMetadata',
 239        'modified_date': 'modifiedDate',
 240        'modified_date_metadata': 'modifiedDateMetadata',
 241        'modified_page': 'modifiedPage',
 242        'modified_page_metadata': 'modifiedPageMetadata',
 243        'new_send_ui': 'newSendUI',
 244        'new_send_ui_metadata': 'newSendUIMetadata',
 245        'power_form_mode': 'powerFormMode',
 246        'power_form_mode_metadata': 'powerFormModeMetadata',
 247        'recipient_viewed_notification': 'recipientViewedNotification',
 248        'recipient_viewed_notification_metadata': 'recipientViewedNotificationMetadata',
 249        'seal_identifiers': 'sealIdentifiers',
 250        'self_signed_recipient_email_document': 'selfSignedRecipientEmailDocument',
 251        'self_signed_recipient_email_document_metadata': 'selfSignedRecipientEmailDocumentMetadata',
 252        'sender_email_notifications': 'senderEmailNotifications',
 253        'signer_email_notifications': 'signerEmailNotifications',
 254        'supplemental_document_include_in_download': 'supplementalDocumentIncludeInDownload',
 255        'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept',
 256        'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata',
 257        'supplemental_documents_must_read': 'supplementalDocumentsMustRead',
 258        'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata',
 259        'supplemental_documents_must_view': 'supplementalDocumentsMustView',
 260        'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata',
 261        'template_active_creation': 'templateActiveCreation',
 262        'template_active_creation_metadata': 'templateActiveCreationMetadata',
 263        'template_apply_notify': 'templateApplyNotify',
 264        'template_apply_notify_metadata': 'templateApplyNotifyMetadata',
 265        'template_auto_matching': 'templateAutoMatching',
 266        'template_auto_matching_metadata': 'templateAutoMatchingMetadata',
 267        'template_matching_sensitivity': 'templateMatchingSensitivity',
 268        'template_matching_sensitivity_metadata': 'templateMatchingSensitivityMetadata',
 269        'template_page_level_matching': 'templatePageLevelMatching',
 270        'template_page_level_matching_metadata': 'templatePageLevelMatchingMetadata',
 271        'timezone_dst': 'timezoneDST',
 272        'timezone_dst_metadata': 'timezoneDSTMetadata',
 273        'timezone_mask': 'timezoneMask',
 274        'timezone_mask_metadata': 'timezoneMaskMetadata',
 275        'timezone_offset': 'timezoneOffset',
 276        'timezone_offset_metadata': 'timezoneOffsetMetadata',
 277        'timezone_sending_pref': 'timezoneSendingPref',
 278        'timezone_sending_pref_metadata': 'timezoneSendingPrefMetadata',
 279        'timezone_signing_pref': 'timezoneSigningPref',
 280        'timezone_signing_pref_metadata': 'timezoneSigningPrefMetadata',
 281        'transaction_point_site_name_url': 'transactionPointSiteNameURL',
 282        'transaction_point_site_name_url_metadata': 'transactionPointSiteNameURLMetadata',
 283        'transaction_point_user_name': 'transactionPointUserName',
 284        'transaction_point_user_name_metadata': 'transactionPointUserNameMetadata',
 285        'vaulting_mode': 'vaultingMode',
 286        'vaulting_mode_metadata': 'vaultingModeMetadata',
 287        'web_forms': 'webForms',
 288        'web_forms_metadata': 'webFormsMetadata'
 289    }
 290
 291    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
 292        """UserSettingsInformation - a model defined in Swagger"""  # noqa: E501
 293        if _configuration is None:
 294            _configuration = Configuration()
 295        self._configuration = _configuration
 296
 297        self._account_management_granular = None
 298        self._admin_only = None
 299        self._admin_only_metadata = None
 300        self._allow_auto_tagging = None
 301        self._allow_envelope_transfer_to = None
 302        self._allow_envelope_transfer_to_metadata = None
 303        self._allow_eseal_recipients = None
 304        self._allow_eseal_recipients_metadata = None
 305        self._allow_power_forms_admin_to_access_all_power_form_envelope = None
 306        self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata = None
 307        self._allow_recipient_language_selection = None
 308        self._allow_recipient_language_selection_metadata = None
 309        self._allow_send_on_behalf_of = None
 310        self._allow_send_on_behalf_of_metadata = None
 311        self._allow_supplemental_documents = None
 312        self._allow_supplemental_documents_metadata = None
 313        self._anchor_tag_versioned_placement_enabled = None
 314        self._api_account_wide_access = None
 315        self._api_account_wide_access_metadata = None
 316        self._api_can_export_ac = None
 317        self._api_can_export_ac_metadata = None
 318        self._bulk_send = None
 319        self._bulk_send_metadata = None
 320        self._can_charge_account = None
 321        self._can_charge_account_metadata = None
 322        self._can_edit_shared_addressbook = None
 323        self._can_edit_shared_addressbook_metadata = None
 324        self._can_lock_envelopes = None
 325        self._can_lock_envelopes_metadata = None
 326        self._can_manage_account = None
 327        self._can_manage_account_metadata = None
 328        self._can_manage_distributor = None
 329        self._can_manage_distributor_metadata = None
 330        self._can_manage_templates = None
 331        self._can_manage_templates_metadata = None
 332        self._can_send_api_requests = None
 333        self._can_send_api_requests_metadata = None
 334        self._can_send_envelope = None
 335        self._can_send_envelope_metadata = None
 336        self._can_send_envelopes_via_sms = None
 337        self._can_send_envelopes_via_sms_metadata = None
 338        self._can_sign_envelope = None
 339        self._can_sign_envelope_metadata = None
 340        self._can_use_scratchpad = None
 341        self._can_use_scratchpad_metadata = None
 342        self._can_use_smart_contracts = None
 343        self._can_use_smart_contracts_metadata = None
 344        self._disable_document_upload = None
 345        self._disable_document_upload_metadata = None
 346        self._disable_other_actions = None
 347        self._disable_other_actions_metadata = None
 348        self._enable_ds_pro = None
 349        self._enable_ds_pro_metadata = None
 350        self._enable_key_terms_suggestions_by_document_type = None
 351        self._enable_key_terms_suggestions_by_document_type_metadata = None
 352        self._enable_sequential_signing_api = None
 353        self._enable_sequential_signing_api_metadata = None
 354        self._enable_sequential_signing_ui = None
 355        self._enable_sequential_signing_ui_metadata = None
 356        self._enable_signer_attachments = None
 357        self._enable_signer_attachments_metadata = None
 358        self._enable_sign_on_paper_override = None
 359        self._enable_sign_on_paper_override_metadata = None
 360        self._enable_transaction_point = None
 361        self._enable_transaction_point_metadata = None
 362        self._enable_vaulting = None
 363        self._enable_vaulting_metadata = None
 364        self._express_send_only = None
 365        self._locale = None
 366        self._locale_metadata = None
 367        self._locale_policy = None
 368        self._manage_clickwraps_mode = None
 369        self._manage_clickwraps_mode_metadata = None
 370        self._modified_by = None
 371        self._modified_by_metadata = None
 372        self._modified_date = None
 373        self._modified_date_metadata = None
 374        self._modified_page = None
 375        self._modified_page_metadata = None
 376        self._new_send_ui = None
 377        self._new_send_ui_metadata = None
 378        self._power_form_mode = None
 379        self._power_form_mode_metadata = None
 380        self._recipient_viewed_notification = None
 381        self._recipient_viewed_notification_metadata = None
 382        self._seal_identifiers = None
 383        self._self_signed_recipient_email_document = None
 384        self._self_signed_recipient_email_document_metadata = None
 385        self._sender_email_notifications = None
 386        self._signer_email_notifications = None
 387        self._supplemental_document_include_in_download = None
 388        self._supplemental_documents_must_accept = None
 389        self._supplemental_documents_must_accept_metadata = None
 390        self._supplemental_documents_must_read = None
 391        self._supplemental_documents_must_read_metadata = None
 392        self._supplemental_documents_must_view = None
 393        self._supplemental_documents_must_view_metadata = None
 394        self._template_active_creation = None
 395        self._template_active_creation_metadata = None
 396        self._template_apply_notify = None
 397        self._template_apply_notify_metadata = None
 398        self._template_auto_matching = None
 399        self._template_auto_matching_metadata = None
 400        self._template_matching_sensitivity = None
 401        self._template_matching_sensitivity_metadata = None
 402        self._template_page_level_matching = None
 403        self._template_page_level_matching_metadata = None
 404        self._timezone_dst = None
 405        self._timezone_dst_metadata = None
 406        self._timezone_mask = None
 407        self._timezone_mask_metadata = None
 408        self._timezone_offset = None
 409        self._timezone_offset_metadata = None
 410        self._timezone_sending_pref = None
 411        self._timezone_sending_pref_metadata = None
 412        self._timezone_signing_pref = None
 413        self._timezone_signing_pref_metadata = None
 414        self._transaction_point_site_name_url = None
 415        self._transaction_point_site_name_url_metadata = None
 416        self._transaction_point_user_name = None
 417        self._transaction_point_user_name_metadata = None
 418        self._vaulting_mode = None
 419        self._vaulting_mode_metadata = None
 420        self._web_forms = None
 421        self._web_forms_metadata = None
 422        self.discriminator = None
 423
 424        setattr(self, "_{}".format('account_management_granular'), kwargs.get('account_management_granular', None))
 425        setattr(self, "_{}".format('admin_only'), kwargs.get('admin_only', None))
 426        setattr(self, "_{}".format('admin_only_metadata'), kwargs.get('admin_only_metadata', None))
 427        setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None))
 428        setattr(self, "_{}".format('allow_envelope_transfer_to'), kwargs.get('allow_envelope_transfer_to', None))
 429        setattr(self, "_{}".format('allow_envelope_transfer_to_metadata'), kwargs.get('allow_envelope_transfer_to_metadata', None))
 430        setattr(self, "_{}".format('allow_eseal_recipients'), kwargs.get('allow_eseal_recipients', None))
 431        setattr(self, "_{}".format('allow_eseal_recipients_metadata'), kwargs.get('allow_eseal_recipients_metadata', None))
 432        setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelope'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelope', None))
 433        setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelope_metadata'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelope_metadata', None))
 434        setattr(self, "_{}".format('allow_recipient_language_selection'), kwargs.get('allow_recipient_language_selection', None))
 435        setattr(self, "_{}".format('allow_recipient_language_selection_metadata'), kwargs.get('allow_recipient_language_selection_metadata', None))
 436        setattr(self, "_{}".format('allow_send_on_behalf_of'), kwargs.get('allow_send_on_behalf_of', None))
 437        setattr(self, "_{}".format('allow_send_on_behalf_of_metadata'), kwargs.get('allow_send_on_behalf_of_metadata', None))
 438        setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None))
 439        setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None))
 440        setattr(self, "_{}".format('anchor_tag_versioned_placement_enabled'), kwargs.get('anchor_tag_versioned_placement_enabled', None))
 441        setattr(self, "_{}".format('api_account_wide_access'), kwargs.get('api_account_wide_access', None))
 442        setattr(self, "_{}".format('api_account_wide_access_metadata'), kwargs.get('api_account_wide_access_metadata', None))
 443        setattr(self, "_{}".format('api_can_export_ac'), kwargs.get('api_can_export_ac', None))
 444        setattr(self, "_{}".format('api_can_export_ac_metadata'), kwargs.get('api_can_export_ac_metadata', None))
 445        setattr(self, "_{}".format('bulk_send'), kwargs.get('bulk_send', None))
 446        setattr(self, "_{}".format('bulk_send_metadata'), kwargs.get('bulk_send_metadata', None))
 447        setattr(self, "_{}".format('can_charge_account'), kwargs.get('can_charge_account', None))
 448        setattr(self, "_{}".format('can_charge_account_metadata'), kwargs.get('can_charge_account_metadata', None))
 449        setattr(self, "_{}".format('can_edit_shared_addressbook'), kwargs.get('can_edit_shared_addressbook', None))
 450        setattr(self, "_{}".format('can_edit_shared_addressbook_metadata'), kwargs.get('can_edit_shared_addressbook_metadata', None))
 451        setattr(self, "_{}".format('can_lock_envelopes'), kwargs.get('can_lock_envelopes', None))
 452        setattr(self, "_{}".format('can_lock_envelopes_metadata'), kwargs.get('can_lock_envelopes_metadata', None))
 453        setattr(self, "_{}".format('can_manage_account'), kwargs.get('can_manage_account', None))
 454        setattr(self, "_{}".format('can_manage_account_metadata'), kwargs.get('can_manage_account_metadata', None))
 455        setattr(self, "_{}".format('can_manage_distributor'), kwargs.get('can_manage_distributor', None))
 456        setattr(self, "_{}".format('can_manage_distributor_metadata'), kwargs.get('can_manage_distributor_metadata', None))
 457        setattr(self, "_{}".format('can_manage_templates'), kwargs.get('can_manage_templates', None))
 458        setattr(self, "_{}".format('can_manage_templates_metadata'), kwargs.get('can_manage_templates_metadata', None))
 459        setattr(self, "_{}".format('can_send_api_requests'), kwargs.get('can_send_api_requests', None))
 460        setattr(self, "_{}".format('can_send_api_requests_metadata'), kwargs.get('can_send_api_requests_metadata', None))
 461        setattr(self, "_{}".format('can_send_envelope'), kwargs.get('can_send_envelope', None))
 462        setattr(self, "_{}".format('can_send_envelope_metadata'), kwargs.get('can_send_envelope_metadata', None))
 463        setattr(self, "_{}".format('can_send_envelopes_via_sms'), kwargs.get('can_send_envelopes_via_sms', None))
 464        setattr(self, "_{}".format('can_send_envelopes_via_sms_metadata'), kwargs.get('can_send_envelopes_via_sms_metadata', None))
 465        setattr(self, "_{}".format('can_sign_envelope'), kwargs.get('can_sign_envelope', None))
 466        setattr(self, "_{}".format('can_sign_envelope_metadata'), kwargs.get('can_sign_envelope_metadata', None))
 467        setattr(self, "_{}".format('can_use_scratchpad'), kwargs.get('can_use_scratchpad', None))
 468        setattr(self, "_{}".format('can_use_scratchpad_metadata'), kwargs.get('can_use_scratchpad_metadata', None))
 469        setattr(self, "_{}".format('can_use_smart_contracts'), kwargs.get('can_use_smart_contracts', None))
 470        setattr(self, "_{}".format('can_use_smart_contracts_metadata'), kwargs.get('can_use_smart_contracts_metadata', None))
 471        setattr(self, "_{}".format('disable_document_upload'), kwargs.get('disable_document_upload', None))
 472        setattr(self, "_{}".format('disable_document_upload_metadata'), kwargs.get('disable_document_upload_metadata', None))
 473        setattr(self, "_{}".format('disable_other_actions'), kwargs.get('disable_other_actions', None))
 474        setattr(self, "_{}".format('disable_other_actions_metadata'), kwargs.get('disable_other_actions_metadata', None))
 475        setattr(self, "_{}".format('enable_ds_pro'), kwargs.get('enable_ds_pro', None))
 476        setattr(self, "_{}".format('enable_ds_pro_metadata'), kwargs.get('enable_ds_pro_metadata', None))
 477        setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None))
 478        setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None))
 479        setattr(self, "_{}".format('enable_sequential_signing_api'), kwargs.get('enable_sequential_signing_api', None))
 480        setattr(self, "_{}".format('enable_sequential_signing_api_metadata'), kwargs.get('enable_sequential_signing_api_metadata', None))
 481        setattr(self, "_{}".format('enable_sequential_signing_ui'), kwargs.get('enable_sequential_signing_ui', None))
 482        setattr(self, "_{}".format('enable_sequential_signing_ui_metadata'), kwargs.get('enable_sequential_signing_ui_metadata', None))
 483        setattr(self, "_{}".format('enable_signer_attachments'), kwargs.get('enable_signer_attachments', None))
 484        setattr(self, "_{}".format('enable_signer_attachments_metadata'), kwargs.get('enable_signer_attachments_metadata', None))
 485        setattr(self, "_{}".format('enable_sign_on_paper_override'), kwargs.get('enable_sign_on_paper_override', None))
 486        setattr(self, "_{}".format('enable_sign_on_paper_override_metadata'), kwargs.get('enable_sign_on_paper_override_metadata', None))
 487        setattr(self, "_{}".format('enable_transaction_point'), kwargs.get('enable_transaction_point', None))
 488        setattr(self, "_{}".format('enable_transaction_point_metadata'), kwargs.get('enable_transaction_point_metadata', None))
 489        setattr(self, "_{}".format('enable_vaulting'), kwargs.get('enable_vaulting', None))
 490        setattr(self, "_{}".format('enable_vaulting_metadata'), kwargs.get('enable_vaulting_metadata', None))
 491        setattr(self, "_{}".format('express_send_only'), kwargs.get('express_send_only', None))
 492        setattr(self, "_{}".format('locale'), kwargs.get('locale', None))
 493        setattr(self, "_{}".format('locale_metadata'), kwargs.get('locale_metadata', None))
 494        setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None))
 495        setattr(self, "_{}".format('manage_clickwraps_mode'), kwargs.get('manage_clickwraps_mode', None))
 496        setattr(self, "_{}".format('manage_clickwraps_mode_metadata'), kwargs.get('manage_clickwraps_mode_metadata', None))
 497        setattr(self, "_{}".format('modified_by'), kwargs.get('modified_by', None))
 498        setattr(self, "_{}".format('modified_by_metadata'), kwargs.get('modified_by_metadata', None))
 499        setattr(self, "_{}".format('modified_date'), kwargs.get('modified_date', None))
 500        setattr(self, "_{}".format('modified_date_metadata'), kwargs.get('modified_date_metadata', None))
 501        setattr(self, "_{}".format('modified_page'), kwargs.get('modified_page', None))
 502        setattr(self, "_{}".format('modified_page_metadata'), kwargs.get('modified_page_metadata', None))
 503        setattr(self, "_{}".format('new_send_ui'), kwargs.get('new_send_ui', None))
 504        setattr(self, "_{}".format('new_send_ui_metadata'), kwargs.get('new_send_ui_metadata', None))
 505        setattr(self, "_{}".format('power_form_mode'), kwargs.get('power_form_mode', None))
 506        setattr(self, "_{}".format('power_form_mode_metadata'), kwargs.get('power_form_mode_metadata', None))
 507        setattr(self, "_{}".format('recipient_viewed_notification'), kwargs.get('recipient_viewed_notification', None))
 508        setattr(self, "_{}".format('recipient_viewed_notification_metadata'), kwargs.get('recipient_viewed_notification_metadata', None))
 509        setattr(self, "_{}".format('seal_identifiers'), kwargs.get('seal_identifiers', None))
 510        setattr(self, "_{}".format('self_signed_recipient_email_document'), kwargs.get('self_signed_recipient_email_document', None))
 511        setattr(self, "_{}".format('self_signed_recipient_email_document_metadata'), kwargs.get('self_signed_recipient_email_document_metadata', None))
 512        setattr(self, "_{}".format('sender_email_notifications'), kwargs.get('sender_email_notifications', None))
 513        setattr(self, "_{}".format('signer_email_notifications'), kwargs.get('signer_email_notifications', None))
 514        setattr(self, "_{}".format('supplemental_document_include_in_download'), kwargs.get('supplemental_document_include_in_download', None))
 515        setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None))
 516        setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None))
 517        setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None))
 518        setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None))
 519        setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None))
 520        setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None))
 521        setattr(self, "_{}".format('template_active_creation'), kwargs.get('template_active_creation', None))
 522        setattr(self, "_{}".format('template_active_creation_metadata'), kwargs.get('template_active_creation_metadata', None))
 523        setattr(self, "_{}".format('template_apply_notify'), kwargs.get('template_apply_notify', None))
 524        setattr(self, "_{}".format('template_apply_notify_metadata'), kwargs.get('template_apply_notify_metadata', None))
 525        setattr(self, "_{}".format('template_auto_matching'), kwargs.get('template_auto_matching', None))
 526        setattr(self, "_{}".format('template_auto_matching_metadata'), kwargs.get('template_auto_matching_metadata', None))
 527        setattr(self, "_{}".format('template_matching_sensitivity'), kwargs.get('template_matching_sensitivity', None))
 528        setattr(self, "_{}".format('template_matching_sensitivity_metadata'), kwargs.get('template_matching_sensitivity_metadata', None))
 529        setattr(self, "_{}".format('template_page_level_matching'), kwargs.get('template_page_level_matching', None))
 530        setattr(self, "_{}".format('template_page_level_matching_metadata'), kwargs.get('template_page_level_matching_metadata', None))
 531        setattr(self, "_{}".format('timezone_dst'), kwargs.get('timezone_dst', None))
 532        setattr(self, "_{}".format('timezone_dst_metadata'), kwargs.get('timezone_dst_metadata', None))
 533        setattr(self, "_{}".format('timezone_mask'), kwargs.get('timezone_mask', None))
 534        setattr(self, "_{}".format('timezone_mask_metadata'), kwargs.get('timezone_mask_metadata', None))
 535        setattr(self, "_{}".format('timezone_offset'), kwargs.get('timezone_offset', None))
 536        setattr(self, "_{}".format('timezone_offset_metadata'), kwargs.get('timezone_offset_metadata', None))
 537        setattr(self, "_{}".format('timezone_sending_pref'), kwargs.get('timezone_sending_pref', None))
 538        setattr(self, "_{}".format('timezone_sending_pref_metadata'), kwargs.get('timezone_sending_pref_metadata', None))
 539        setattr(self, "_{}".format('timezone_signing_pref'), kwargs.get('timezone_signing_pref', None))
 540        setattr(self, "_{}".format('timezone_signing_pref_metadata'), kwargs.get('timezone_signing_pref_metadata', None))
 541        setattr(self, "_{}".format('transaction_point_site_name_url'), kwargs.get('transaction_point_site_name_url', None))
 542        setattr(self, "_{}".format('transaction_point_site_name_url_metadata'), kwargs.get('transaction_point_site_name_url_metadata', None))
 543        setattr(self, "_{}".format('transaction_point_user_name'), kwargs.get('transaction_point_user_name', None))
 544        setattr(self, "_{}".format('transaction_point_user_name_metadata'), kwargs.get('transaction_point_user_name_metadata', None))
 545        setattr(self, "_{}".format('vaulting_mode'), kwargs.get('vaulting_mode', None))
 546        setattr(self, "_{}".format('vaulting_mode_metadata'), kwargs.get('vaulting_mode_metadata', None))
 547        setattr(self, "_{}".format('web_forms'), kwargs.get('web_forms', None))
 548        setattr(self, "_{}".format('web_forms_metadata'), kwargs.get('web_forms_metadata', None))
 549
 550    @property
 551    def account_management_granular(self):
 552        """Gets the account_management_granular of this UserSettingsInformation.  # noqa: E501
 553
 554        Describes which account management capabilities a user has.  # noqa: E501
 555
 556        :return: The account_management_granular of this UserSettingsInformation.  # noqa: E501
 557        :rtype: UserAccountManagementGranularInformation
 558        """
 559        return self._account_management_granular
 560
 561    @account_management_granular.setter
 562    def account_management_granular(self, account_management_granular):
 563        """Sets the account_management_granular of this UserSettingsInformation.
 564
 565        Describes which account management capabilities a user has.  # noqa: E501
 566
 567        :param account_management_granular: The account_management_granular of this UserSettingsInformation.  # noqa: E501
 568        :type: UserAccountManagementGranularInformation
 569        """
 570
 571        self._account_management_granular = account_management_granular
 572
 573    @property
 574    def admin_only(self):
 575        """Gets the admin_only of this UserSettingsInformation.  # noqa: E501
 576
 577          # noqa: E501
 578
 579        :return: The admin_only of this UserSettingsInformation.  # noqa: E501
 580        :rtype: str
 581        """
 582        return self._admin_only
 583
 584    @admin_only.setter
 585    def admin_only(self, admin_only):
 586        """Sets the admin_only of this UserSettingsInformation.
 587
 588          # noqa: E501
 589
 590        :param admin_only: The admin_only of this UserSettingsInformation.  # noqa: E501
 591        :type: str
 592        """
 593
 594        self._admin_only = admin_only
 595
 596    @property
 597    def admin_only_metadata(self):
 598        """Gets the admin_only_metadata of this UserSettingsInformation.  # noqa: E501
 599
 600        Reserved for DocuSign.  # noqa: E501
 601
 602        :return: The admin_only_metadata of this UserSettingsInformation.  # noqa: E501
 603        :rtype: SettingsMetadata
 604        """
 605        return self._admin_only_metadata
 606
 607    @admin_only_metadata.setter
 608    def admin_only_metadata(self, admin_only_metadata):
 609        """Sets the admin_only_metadata of this UserSettingsInformation.
 610
 611        Reserved for DocuSign.  # noqa: E501
 612
 613        :param admin_only_metadata: The admin_only_metadata of this UserSettingsInformation.  # noqa: E501
 614        :type: SettingsMetadata
 615        """
 616
 617        self._admin_only_metadata = admin_only_metadata
 618
 619    @property
 620    def allow_auto_tagging(self):
 621        """Gets the allow_auto_tagging of this UserSettingsInformation.  # noqa: E501
 622
 623          # noqa: E501
 624
 625        :return: The allow_auto_tagging of this UserSettingsInformation.  # noqa: E501
 626        :rtype: str
 627        """
 628        return self._allow_auto_tagging
 629
 630    @allow_auto_tagging.setter
 631    def allow_auto_tagging(self, allow_auto_tagging):
 632        """Sets the allow_auto_tagging of this UserSettingsInformation.
 633
 634          # noqa: E501
 635
 636        :param allow_auto_tagging: The allow_auto_tagging of this UserSettingsInformation.  # noqa: E501
 637        :type: str
 638        """
 639
 640        self._allow_auto_tagging = allow_auto_tagging
 641
 642    @property
 643    def allow_envelope_transfer_to(self):
 644        """Gets the allow_envelope_transfer_to of this UserSettingsInformation.  # noqa: E501
 645
 646          # noqa: E501
 647
 648        :return: The allow_envelope_transfer_to of this UserSettingsInformation.  # noqa: E501
 649        :rtype: str
 650        """
 651        return self._allow_envelope_transfer_to
 652
 653    @allow_envelope_transfer_to.setter
 654    def allow_envelope_transfer_to(self, allow_envelope_transfer_to):
 655        """Sets the allow_envelope_transfer_to of this UserSettingsInformation.
 656
 657          # noqa: E501
 658
 659        :param allow_envelope_transfer_to: The allow_envelope_transfer_to of this UserSettingsInformation.  # noqa: E501
 660        :type: str
 661        """
 662
 663        self._allow_envelope_transfer_to = allow_envelope_transfer_to
 664
 665    @property
 666    def allow_envelope_transfer_to_metadata(self):
 667        """Gets the allow_envelope_transfer_to_metadata of this UserSettingsInformation.  # noqa: E501
 668
 669        Reserved for DocuSign.  # noqa: E501
 670
 671        :return: The allow_envelope_transfer_to_metadata of this UserSettingsInformation.  # noqa: E501
 672        :rtype: SettingsMetadata
 673        """
 674        return self._allow_envelope_transfer_to_metadata
 675
 676    @allow_envelope_transfer_to_metadata.setter
 677    def allow_envelope_transfer_to_metadata(self, allow_envelope_transfer_to_metadata):
 678        """Sets the allow_envelope_transfer_to_metadata of this UserSettingsInformation.
 679
 680        Reserved for DocuSign.  # noqa: E501
 681
 682        :param allow_envelope_transfer_to_metadata: The allow_envelope_transfer_to_metadata of this UserSettingsInformation.  # noqa: E501
 683        :type: SettingsMetadata
 684        """
 685
 686        self._allow_envelope_transfer_to_metadata = allow_envelope_transfer_to_metadata
 687
 688    @property
 689    def allow_eseal_recipients(self):
 690        """Gets the allow_eseal_recipients of this UserSettingsInformation.  # noqa: E501
 691
 692          # noqa: E501
 693
 694        :return: The allow_eseal_recipients of this UserSettingsInformation.  # noqa: E501
 695        :rtype: str
 696        """
 697        return self._allow_eseal_recipients
 698
 699    @allow_eseal_recipients.setter
 700    def allow_eseal_recipients(self, allow_eseal_recipients):
 701        """Sets the allow_eseal_recipients of this UserSettingsInformation.
 702
 703          # noqa: E501
 704
 705        :param allow_eseal_recipients: The allow_eseal_recipients of this UserSettingsInformation.  # noqa: E501
 706        :type: str
 707        """
 708
 709        self._allow_eseal_recipients = allow_eseal_recipients
 710
 711    @property
 712    def allow_eseal_recipients_metadata(self):
 713        """Gets the allow_eseal_recipients_metadata of this UserSettingsInformation.  # noqa: E501
 714
 715        Metadata about the `allowEsealRecipientsMetadata` property.  # noqa: E501
 716
 717        :return: The allow_eseal_recipients_metadata of this UserSettingsInformation.  # noqa: E501
 718        :rtype: SettingsMetadata
 719        """
 720        return self._allow_eseal_recipients_metadata
 721
 722    @allow_eseal_recipients_metadata.setter
 723    def allow_eseal_recipients_metadata(self, allow_eseal_recipients_metadata):
 724        """Sets the allow_eseal_recipients_metadata of this UserSettingsInformation.
 725
 726        Metadata about the `allowEsealRecipientsMetadata` property.  # noqa: E501
 727
 728        :param allow_eseal_recipients_metadata: The allow_eseal_recipients_metadata of this UserSettingsInformation.  # noqa: E501
 729        :type: SettingsMetadata
 730        """
 731
 732        self._allow_eseal_recipients_metadata = allow_eseal_recipients_metadata
 733
 734    @property
 735    def allow_power_forms_admin_to_access_all_power_form_envelope(self):
 736        """Gets the allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation.  # noqa: E501
 737
 738          # noqa: E501
 739
 740        :return: The allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation.  # noqa: E501
 741        :rtype: str
 742        """
 743        return self._allow_power_forms_admin_to_access_all_power_form_envelope
 744
 745    @allow_power_forms_admin_to_access_all_power_form_envelope.setter
 746    def allow_power_forms_admin_to_access_all_power_form_envelope(self, allow_power_forms_admin_to_access_all_power_form_envelope):
 747        """Sets the allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation.
 748
 749          # noqa: E501
 750
 751        :param allow_power_forms_admin_to_access_all_power_form_envelope: The allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation.  # noqa: E501
 752        :type: str
 753        """
 754
 755        self._allow_power_forms_admin_to_access_all_power_form_envelope = allow_power_forms_admin_to_access_all_power_form_envelope
 756
 757    @property
 758    def allow_power_forms_admin_to_access_all_power_form_envelope_metadata(self):
 759        """Gets the allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation.  # noqa: E501
 760
 761        Metadata about the `allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata` property.  # noqa: E501
 762
 763        :return: The allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation.  # noqa: E501
 764        :rtype: SettingsMetadata
 765        """
 766        return self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata
 767
 768    @allow_power_forms_admin_to_access_all_power_form_envelope_metadata.setter
 769    def allow_power_forms_admin_to_access_all_power_form_envelope_metadata(self, allow_power_forms_admin_to_access_all_power_form_envelope_metadata):
 770        """Sets the allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation.
 771
 772        Metadata about the `allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata` property.  # noqa: E501
 773
 774        :param allow_power_forms_admin_to_access_all_power_form_envelope_metadata: The allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation.  # noqa: E501
 775        :type: SettingsMetadata
 776        """
 777
 778        self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata = allow_power_forms_admin_to_access_all_power_form_envelope_metadata
 779
 780    @property
 781    def allow_recipient_language_selection(self):
 782        """Gets the allow_recipient_language_selection of this UserSettingsInformation.  # noqa: E501
 783
 784          # noqa: E501
 785
 786        :return: The allow_recipient_language_selection of this UserSettingsInformation.  # noqa: E501
 787        :rtype: str
 788        """
 789        return self._allow_recipient_language_selection
 790
 791    @allow_recipient_language_selection.setter
 792    def allow_recipient_language_selection(self, allow_recipient_language_selection):
 793        """Sets the allow_recipient_language_selection of this UserSettingsInformation.
 794
 795          # noqa: E501
 796
 797        :param allow_recipient_language_selection: The allow_recipient_language_selection of this UserSettingsInformation.  # noqa: E501
 798        :type: str
 799        """
 800
 801        self._allow_recipient_language_selection = allow_recipient_language_selection
 802
 803    @property
 804    def allow_recipient_language_selection_metadata(self):
 805        """Gets the allow_recipient_language_selection_metadata of this UserSettingsInformation.  # noqa: E501
 806
 807        Metadata for allowRecipientLanguageSelection.  # noqa: E501
 808
 809        :return: The allow_recipient_language_selection_metadata of this UserSettingsInformation.  # noqa: E501
 810        :rtype: SettingsMetadata
 811        """
 812        return self._allow_recipient_language_selection_metadata
 813
 814    @allow_recipient_language_selection_metadata.setter
 815    def allow_recipient_language_selection_metadata(self, allow_recipient_language_selection_metadata):
 816        """Sets the allow_recipient_language_selection_metadata of this UserSettingsInformation.
 817
 818        Metadata for allowRecipientLanguageSelection.  # noqa: E501
 819
 820        :param allow_recipient_language_selection_metadata: The allow_recipient_language_selection_metadata of this UserSettingsInformation.  # noqa: E501
 821        :type: SettingsMetadata
 822        """
 823
 824        self._allow_recipient_language_selection_metadata = allow_recipient_language_selection_metadata
 825
 826    @property
 827    def allow_send_on_behalf_of(self):
 828        """Gets the allow_send_on_behalf_of of this UserSettingsInformation.  # noqa: E501
 829
 830          # noqa: E501
 831
 832        :return: The allow_send_on_behalf_of of this UserSettingsInformation.  # noqa: E501
 833        :rtype: str
 834        """
 835        return self._allow_send_on_behalf_of
 836
 837    @allow_send_on_behalf_of.setter
 838    def allow_send_on_behalf_of(self, allow_send_on_behalf_of):
 839        """Sets the allow_send_on_behalf_of of this UserSettingsInformation.
 840
 841          # noqa: E501
 842
 843        :param allow_send_on_behalf_of: The allow_send_on_behalf_of of this UserSettingsInformation.  # noqa: E501
 844        :type: str
 845        """
 846
 847        self._allow_send_on_behalf_of = allow_send_on_behalf_of
 848
 849    @property
 850    def allow_send_on_behalf_of_metadata(self):
 851        """Gets the allow_send_on_behalf_of_metadata of this UserSettingsInformation.  # noqa: E501
 852
 853        Metadata for allowSendOnBehalfOf.  # noqa: E501
 854
 855        :return: The allow_send_on_behalf_of_metadata of this UserSettingsInformation.  # noqa: E501
 856        :rtype: SettingsMetadata
 857        """
 858        return self._allow_send_on_behalf_of_metadata
 859
 860    @allow_send_on_behalf_of_metadata.setter
 861    def allow_send_on_behalf_of_metadata(self, allow_send_on_behalf_of_metadata):
 862        """Sets the allow_send_on_behalf_of_metadata of this UserSettingsInformation.
 863
 864        Metadata for allowSendOnBehalfOf.  # noqa: E501
 865
 866        :param allow_send_on_behalf_of_metadata: The allow_send_on_behalf_of_metadata of this UserSettingsInformation.  # noqa: E501
 867        :type: SettingsMetadata
 868        """
 869
 870        self._allow_send_on_behalf_of_metadata = allow_send_on_behalf_of_metadata
 871
 872    @property
 873    def allow_supplemental_documents(self):
 874        """Gets the allow_supplemental_documents of this UserSettingsInformation.  # noqa: E501
 875
 876          # noqa: E501
 877
 878        :return: The allow_supplemental_documents of this UserSettingsInformation.  # noqa: E501
 879        :rtype: str
 880        """
 881        return self._allow_supplemental_documents
 882
 883    @allow_supplemental_documents.setter
 884    def allow_supplemental_documents(self, allow_supplemental_documents):
 885        """Sets the allow_supplemental_documents of this UserSettingsInformation.
 886
 887          # noqa: E501
 888
 889        :param allow_supplemental_documents: The allow_supplemental_documents of this UserSettingsInformation.  # noqa: E501
 890        :type: str
 891        """
 892
 893        self._allow_supplemental_documents = allow_supplemental_documents
 894
 895    @property
 896    def allow_supplemental_documents_metadata(self):
 897        """Gets the allow_supplemental_documents_metadata of this UserSettingsInformation.  # noqa: E501
 898
 899        Metadata that indicates whether the `allowSupplementalDocuments` property is editable.  # noqa: E501
 900
 901        :return: The allow_supplemental_documents_metadata of this UserSettingsInformation.  # noqa: E501
 902        :rtype: SettingsMetadata
 903        """
 904        return self._allow_supplemental_documents_metadata
 905
 906    @allow_supplemental_documents_metadata.setter
 907    def allow_supplemental_documents_metadata(self, allow_supplemental_documents_metadata):
 908        """Sets the allow_supplemental_documents_metadata of this UserSettingsInformation.
 909
 910        Metadata that indicates whether the `allowSupplementalDocuments` property is editable.  # noqa: E501
 911
 912        :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this UserSettingsInformation.  # noqa: E501
 913        :type: SettingsMetadata
 914        """
 915
 916        self._allow_supplemental_documents_metadata = allow_supplemental_documents_metadata
 917
 918    @property
 919    def anchor_tag_versioned_placement_enabled(self):
 920        """Gets the anchor_tag_versioned_placement_enabled of this UserSettingsInformation.  # noqa: E501
 921
 922          # noqa: E501
 923
 924        :return: The anchor_tag_versioned_placement_enabled of this UserSettingsInformation.  # noqa: E501
 925        :rtype: str
 926        """
 927        return self._anchor_tag_versioned_placement_enabled
 928
 929    @anchor_tag_versioned_placement_enabled.setter
 930    def anchor_tag_versioned_placement_enabled(self, anchor_tag_versioned_placement_enabled):
 931        """Sets the anchor_tag_versioned_placement_enabled of this UserSettingsInformation.
 932
 933          # noqa: E501
 934
 935        :param anchor_tag_versioned_placement_enabled: The anchor_tag_versioned_placement_enabled of this UserSettingsInformation.  # noqa: E501
 936        :type: str
 937        """
 938
 939        self._anchor_tag_versioned_placement_enabled = anchor_tag_versioned_placement_enabled
 940
 941    @property
 942    def api_account_wide_access(self):
 943        """Gets the api_account_wide_access of this UserSettingsInformation.  # noqa: E501
 944
 945          # noqa: E501
 946
 947        :return: The api_account_wide_access of this UserSettingsInformation.  # noqa: E501
 948        :rtype: str
 949        """
 950        return self._api_account_wide_access
 951
 952    @api_account_wide_access.setter
 953    def api_account_wide_access(self, api_account_wide_access):
 954        """Sets the api_account_wide_access of this UserSettingsInformation.
 955
 956          # noqa: E501
 957
 958        :param api_account_wide_access: The api_account_wide_access of this UserSettingsInformation.  # noqa: E501
 959        :type: str
 960        """
 961
 962        self._api_account_wide_access = api_account_wide_access
 963
 964    @property
 965    def api_account_wide_access_metadata(self):
 966        """Gets the api_account_wide_access_metadata of this UserSettingsInformation.  # noqa: E501
 967
 968        Metadata for apiAccountWideAccess.  # noqa: E501
 969
 970        :return: The api_account_wide_access_metadata of this UserSettingsInformation.  # noqa: E501
 971        :rtype: SettingsMetadata
 972        """
 973        return self._api_account_wide_access_metadata
 974
 975    @api_account_wide_access_metadata.setter
 976    def api_account_wide_access_metadata(self, api_account_wide_access_metadata):
 977        """Sets the api_account_wide_access_metadata of this UserSettingsInformation.
 978
 979        Metadata for apiAccountWideAccess.  # noqa: E501
 980
 981        :param api_account_wide_access_metadata: The api_account_wide_access_metadata of this UserSettingsInformation.  # noqa: E501
 982        :type: SettingsMetadata
 983        """
 984
 985        self._api_account_wide_access_metadata = api_account_wide_access_metadata
 986
 987    @property
 988    def api_can_export_ac(self):
 989        """Gets the api_can_export_ac of this UserSettingsInformation.  # noqa: E501
 990
 991          # noqa: E501
 992
 993        :return: The api_can_export_ac of this UserSettingsInformation.  # noqa: E501
 994        :rtype: str
 995        """
 996        return self._api_can_export_ac
 997
 998    @api_can_export_ac.setter
 999    def api_can_export_ac(self, api_can_export_ac):
1000        """Sets the api_can_export_ac of this UserSettingsInformation.
1001
1002          # noqa: E501
1003
1004        :param api_can_export_ac: The api_can_export_ac of this UserSettingsInformation.  # noqa: E501
1005        :type: str
1006        """
1007
1008        self._api_can_export_ac = api_can_export_ac
1009
1010    @property
1011    def api_can_export_ac_metadata(self):
1012        """Gets the api_can_export_ac_metadata of this UserSettingsInformation.  # noqa: E501
1013
1014        Metadata about the `apiCanExportACMetadata` property.  # noqa: E501
1015
1016        :return: The api_can_export_ac_metadata of this UserSettingsInformation.  # noqa: E501
1017        :rtype: SettingsMetadata
1018        """
1019        return self._api_can_export_ac_metadata
1020
1021    @api_can_export_ac_metadata.setter
1022    def api_can_export_ac_metadata(self, api_can_export_ac_metadata):
1023        """Sets the api_can_export_ac_metadata of this UserSettingsInformation.
1024
1025        Metadata about the `apiCanExportACMetadata` property.  # noqa: E501
1026
1027        :param api_can_export_ac_metadata: The api_can_export_ac_metadata of this UserSettingsInformation.  # noqa: E501
1028        :type: SettingsMetadata
1029        """
1030
1031        self._api_can_export_ac_metadata = api_can_export_ac_metadata
1032
1033    @property
1034    def bulk_send(self):
1035        """Gets the bulk_send of this UserSettingsInformation.  # noqa: E501
1036
1037          # noqa: E501
1038
1039        :return: The bulk_send of this UserSettingsInformation.  # noqa: E501
1040        :rtype: str
1041        """
1042        return self._bulk_send
1043
1044    @bulk_send.setter
1045    def bulk_send(self, bulk_send):
1046        """Sets the bulk_send of this UserSettingsInformation.
1047
1048          # noqa: E501
1049
1050        :param bulk_send: The bulk_send of this UserSettingsInformation.  # noqa: E501
1051        :type: str
1052        """
1053
1054        self._bulk_send = bulk_send
1055
1056    @property
1057    def bulk_send_metadata(self):
1058        """Gets the bulk_send_metadata of this UserSettingsInformation.  # noqa: E501
1059
1060        Metadata that indicates whether the `bulkSend` property is editable.   # noqa: E501
1061
1062        :return: The bulk_send_metadata of this UserSettingsInformation.  # noqa: E501
1063        :rtype: SettingsMetadata
1064        """
1065        return self._bulk_send_metadata
1066
1067    @bulk_send_metadata.setter
1068    def bulk_send_metadata(self, bulk_send_metadata):
1069        """Sets the bulk_send_metadata of this UserSettingsInformation.
1070
1071        Metadata that indicates whether the `bulkSend` property is editable.   # noqa: E501
1072
1073        :param bulk_send_metadata: The bulk_send_metadata of this UserSettingsInformation.  # noqa: E501
1074        :type: SettingsMetadata
1075        """
1076
1077        self._bulk_send_metadata = bulk_send_metadata
1078
1079    @property
1080    def can_charge_account(self):
1081        """Gets the can_charge_account of this UserSettingsInformation.  # noqa: E501
1082
1083          # noqa: E501
1084
1085        :return: The can_charge_account of this UserSettingsInformation.  # noqa: E501
1086        :rtype: str
1087        """
1088        return self._can_charge_account
1089
1090    @can_charge_account.setter
1091    def can_charge_account(self, can_charge_account):
1092        """Sets the can_charge_account of this UserSettingsInformation.
1093
1094          # noqa: E501
1095
1096        :param can_charge_account: The can_charge_account of this UserSettingsInformation.  # noqa: E501
1097        :type: str
1098        """
1099
1100        self._can_charge_account = can_charge_account
1101
1102    @property
1103    def can_charge_account_metadata(self):
1104        """Gets the can_charge_account_metadata of this UserSettingsInformation.  # noqa: E501
1105
1106        Reserved for DocuSign.  # noqa: E501
1107
1108        :return: The can_charge_account_metadata of this UserSettingsInformation.  # noqa: E501
1109        :rtype: SettingsMetadata
1110        """
1111        return self._can_charge_account_metadata
1112
1113    @can_charge_account_metadata.setter
1114    def can_charge_account_metadata(self, can_charge_account_metadata):
1115        """Sets the can_charge_account_metadata of this UserSettingsInformation.
1116
1117        Reserved for DocuSign.  # noqa: E501
1118
1119        :param can_charge_account_metadata: The can_charge_account_metadata of this UserSettingsInformation.  # noqa: E501
1120        :type: SettingsMetadata
1121        """
1122
1123        self._can_charge_account_metadata = can_charge_account_metadata
1124
1125    @property
1126    def can_edit_shared_addressbook(self):
1127        """Gets the can_edit_shared_addressbook of this UserSettingsInformation.  # noqa: E501
1128
1129          # noqa: E501
1130
1131        :return: The can_edit_shared_addressbook of this UserSettingsInformation.  # noqa: E501
1132        :rtype: str
1133        """
1134        return self._can_edit_shared_addressbook
1135
1136    @can_edit_shared_addressbook.setter
1137    def can_edit_shared_addressbook(self, can_edit_shared_addressbook):
1138        """Sets the can_edit_shared_addressbook of this UserSettingsInformation.
1139
1140          # noqa: E501
1141
1142        :param can_edit_shared_addressbook: The can_edit_shared_addressbook of this UserSettingsInformation.  # noqa: E501
1143        :type: str
1144        """
1145
1146        self._can_edit_shared_addressbook = can_edit_shared_addressbook
1147
1148    @property
1149    def can_edit_shared_addressbook_metadata(self):
1150        """Gets the can_edit_shared_addressbook_metadata of this UserSettingsInformation.  # noqa: E501
1151
1152        Metadata about the `canEditSharedAddressbookMetadata` property.  # noqa: E501
1153
1154        :return: The can_edit_shared_addressbook_metadata of this UserSettingsInformation.  # noqa: E501
1155        :rtype: SettingsMetadata
1156        """
1157        return self._can_edit_shared_addressbook_metadata
1158
1159    @can_edit_shared_addressbook_metadata.setter
1160    def can_edit_shared_addressbook_metadata(self, can_edit_shared_addressbook_metadata):
1161        """Sets the can_edit_shared_addressbook_metadata of this UserSettingsInformation.
1162
1163        Metadata about the `canEditSharedAddressbookMetadata` property.  # noqa: E501
1164
1165        :param can_edit_shared_addressbook_metadata: The can_edit_shared_addressbook_metadata of this UserSettingsInformation.  # noqa: E501
1166        :type: SettingsMetadata
1167        """
1168
1169        self._can_edit_shared_addressbook_metadata = can_edit_shared_addressbook_metadata
1170
1171    @property
1172    def can_lock_envelopes(self):
1173        """Gets the can_lock_envelopes of this UserSettingsInformation.  # noqa: E501
1174
1175          # noqa: E501
1176
1177        :return: The can_lock_envelopes of this UserSettingsInformation.  # noqa: E501
1178        :rtype: str
1179        """
1180        return self._can_lock_envelopes
1181
1182    @can_lock_envelopes.setter
1183    def can_lock_envelopes(self, can_lock_envelopes):
1184        """Sets the can_lock_envelopes of this UserSettingsInformation.
1185
1186          # noqa: E501
1187
1188        :param can_lock_envelopes: The can_lock_envelopes of this UserSettingsInformation.  # noqa: E501
1189        :type: str
1190        """
1191
1192        self._can_lock_envelopes = can_lock_envelopes
1193
1194    @property
1195    def can_lock_envelopes_metadata(self):
1196        """Gets the can_lock_envelopes_metadata of this UserSettingsInformation.  # noqa: E501
1197
1198        Metadata about the `canLockEnvelopes` property.  # noqa: E501
1199
1200        :return: The can_lock_envelopes_metadata of this UserSettingsInformation.  # noqa: E501
1201        :rtype: SettingsMetadata
1202        """
1203        return self._can_lock_envelopes_metadata
1204
1205    @can_lock_envelopes_metadata.setter
1206    def can_lock_envelopes_metadata(self, can_lock_envelopes_metadata):
1207        """Sets the can_lock_envelopes_metadata of this UserSettingsInformation.
1208
1209        Metadata about the `canLockEnvelopes` property.  # noqa: E501
1210
1211        :param can_lock_envelopes_metadata: The can_lock_envelopes_metadata of this UserSettingsInformation.  # noqa: E501
1212        :type: SettingsMetadata
1213        """
1214
1215        self._can_lock_envelopes_metadata = can_lock_envelopes_metadata
1216
1217    @property
1218    def can_manage_account(self):
1219        """Gets the can_manage_account of this UserSettingsInformation.  # noqa: E501
1220
1221          # noqa: E501
1222
1223        :return: The can_manage_account of this UserSettingsInformation.  # noqa: E501
1224        :rtype: str
1225        """
1226        return self._can_manage_account
1227
1228    @can_manage_account.setter
1229    def can_manage_account(self, can_manage_account):
1230        """Sets the can_manage_account of this UserSettingsInformation.
1231
1232          # noqa: E501
1233
1234        :param can_manage_account: The can_manage_account of this UserSettingsInformation.  # noqa: E501
1235        :type: str
1236        """
1237
1238        self._can_manage_account = can_manage_account
1239
1240    @property
1241    def can_manage_account_metadata(self):
1242        """Gets the can_manage_account_metadata of this UserSettingsInformation.  # noqa: E501
1243
1244        Metadata about the `canManageAccountMetadata` property.  # noqa: E501
1245
1246        :return: The can_manage_account_metadata of this UserSettingsInformation.  # noqa: E501
1247        :rtype: SettingsMetadata
1248        """
1249        return self._can_manage_account_metadata
1250
1251    @can_manage_account_metadata.setter
1252    def can_manage_account_metadata(self, can_manage_account_metadata):
1253        """Sets the can_manage_account_metadata of this UserSettingsInformation.
1254
1255        Metadata about the `canManageAccountMetadata` property.  # noqa: E501
1256
1257        :param can_manage_account_metadata: The can_manage_account_metadata of this UserSettingsInformation.  # noqa: E501
1258        :type: SettingsMetadata
1259        """
1260
1261        self._can_manage_account_metadata = can_manage_account_metadata
1262
1263    @property
1264    def can_manage_distributor(self):
1265        """Gets the can_manage_distributor of this UserSettingsInformation.  # noqa: E501
1266
1267          # noqa: E501
1268
1269        :return: The can_manage_distributor of this UserSettingsInformation.  # noqa: E501
1270        :rtype: str
1271        """
1272        return self._can_manage_distributor
1273
1274    @can_manage_distributor.setter
1275    def can_manage_distributor(self, can_manage_distributor):
1276        """Sets the can_manage_distributor of this UserSettingsInformation.
1277
1278          # noqa: E501
1279
1280        :param can_manage_distributor: The can_manage_distributor of this UserSettingsInformation.  # noqa: E501
1281        :type: str
1282        """
1283
1284        self._can_manage_distributor = can_manage_distributor
1285
1286    @property
1287    def can_manage_distributor_metadata(self):
1288        """Gets the can_manage_distributor_metadata of this UserSettingsInformation.  # noqa: E501
1289
1290        Metadata about the `canManageDistributor` property.  # noqa: E501
1291
1292        :return: The can_manage_distributor_metadata of this UserSettingsInformation.  # noqa: E501
1293        :rtype: SettingsMetadata
1294        """
1295        return self._can_manage_distributor_metadata
1296
1297    @can_manage_distributor_metadata.setter
1298    def can_manage_distributor_metadata(self, can_manage_distributor_metadata):
1299        """Sets the can_manage_distributor_metadata of this UserSettingsInformation.
1300
1301        Metadata about the `canManageDistributor` property.  # noqa: E501
1302
1303        :param can_manage_distributor_metadata: The can_manage_distributor_metadata of this UserSettingsInformation.  # noqa: E501
1304        :type: SettingsMetadata
1305        """
1306
1307        self._can_manage_distributor_metadata = can_manage_distributor_metadata
1308
1309    @property
1310    def can_manage_templates(self):
1311        """Gets the can_manage_templates of this UserSettingsInformation.  # noqa: E501
1312
1313          # noqa: E501
1314
1315        :return: The can_manage_templates of this UserSettingsInformation.  # noqa: E501
1316        :rtype: str
1317        """
1318        return self._can_manage_templates
1319
1320    @can_manage_templates.setter
1321    def can_manage_templates(self, can_manage_templates):
1322        """Sets the can_manage_templates of this UserSettingsInformation.
1323
1324          # noqa: E501
1325
1326        :param can_manage_templates: The can_manage_templates of this UserSettingsInformation.  # noqa: E501
1327        :type: str
1328        """
1329
1330        self._can_manage_templates = can_manage_templates
1331
1332    @property
1333    def can_manage_templates_metadata(self):
1334        """Gets the can_manage_templates_metadata of this UserSettingsInformation.  # noqa: E501
1335
1336        Metadata about the `canManageTemplates` property.  # noqa: E501
1337
1338        :return: The can_manage_templates_metadata of this UserSettingsInformation.  # noqa: E501
1339        :rtype: SettingsMetadata
1340        """
1341        return self._can_manage_templates_metadata
1342
1343    @can_manage_templates_metadata.setter
1344    def can_manage_templates_metadata(self, can_manage_templates_metadata):
1345        """Sets the can_manage_templates_metadata of this UserSettingsInformation.
1346
1347        Metadata about the `canManageTemplates` property.  # noqa: E501
1348
1349        :param can_manage_templates_metadata: The can_manage_templates_metadata of this UserSettingsInformation.  # noqa: E501
1350        :type: SettingsMetadata
1351        """
1352
1353        self._can_manage_templates_metadata = can_manage_templates_metadata
1354
1355    @property
1356    def can_send_api_requests(self):
1357        """Gets the can_send_api_requests of this UserSettingsInformation.  # noqa: E501
1358
1359          # noqa: E501
1360
1361        :return: The can_send_api_requests of this UserSettingsInformation.  # noqa: E501
1362        :rtype: str
1363        """
1364        return self._can_send_api_requests
1365
1366    @can_send_api_requests.setter
1367    def can_send_api_requests(self, can_send_api_requests):
1368        """Sets the can_send_api_requests of this UserSettingsInformation.
1369
1370          # noqa: E501
1371
1372        :param can_send_api_requests: The can_send_api_requests of this UserSettingsInformation.  # noqa: E501
1373        :type: str
1374        """
1375
1376        self._can_send_api_requests = can_send_api_requests
1377
1378    @property
1379    def can_send_api_requests_metadata(self):
1380        """Gets the can_send_api_requests_metadata of this UserSettingsInformation.  # noqa: E501
1381
1382        Metadata about the `canSendAPIRequests` property.  # noqa: E501
1383
1384        :return: The can_send_api_requests_metadata of this UserSettingsInformation.  # noqa: E501
1385        :rtype: SettingsMetadata
1386        """
1387        return self._can_send_api_requests_metadata
1388
1389    @can_send_api_requests_metadata.setter
1390    def can_send_api_requests_metadata(self, can_send_api_requests_metadata):
1391        """Sets the can_send_api_requests_metadata of this UserSettingsInformation.
1392
1393        Metadata about the `canSendAPIRequests` property.  # noqa: E501
1394
1395        :param can_send_api_requests_metadata: The can_send_api_requests_metadata of this UserSettingsInformation.  # noqa: E501
1396        :type: SettingsMetadata
1397        """
1398
1399        self._can_send_api_requests_metadata = can_send_api_requests_metadata
1400
1401    @property
1402    def can_send_envelope(self):
1403        """Gets the can_send_envelope of this UserSettingsInformation.  # noqa: E501
1404
1405          # noqa: E501
1406
1407        :return: The can_send_envelope of this UserSettingsInformation.  # noqa: E501
1408        :rtype: str
1409        """
1410        return self._can_send_envelope
1411
1412    @can_send_envelope.setter
1413    def can_send_envelope(self, can_send_envelope):
1414        """Sets the can_send_envelope of this UserSettingsInformation.
1415
1416          # noqa: E501
1417
1418        :param can_send_envelope: The can_send_envelope of this UserSettingsInformation.  # noqa: E501
1419        :type: str
1420        """
1421
1422        self._can_send_envelope = can_send_envelope
1423
1424    @property
1425    def can_send_envelope_metadata(self):
1426        """Gets the can_send_envelope_metadata of this UserSettingsInformation.  # noqa: E501
1427
1428        Metadata about the `canSendEnvelope` property.  # noqa: E501
1429
1430        :return: The can_send_envelope_metadata of this UserSettingsInformation.  # noqa: E501
1431        :rtype: SettingsMetadata
1432        """
1433        return self._can_send_envelope_metadata
1434
1435    @can_send_envelope_metadata.setter
1436    def can_send_envelope_metadata(self, can_send_envelope_metadata):
1437        """Sets the can_send_envelope_metadata of this UserSettingsInformation.
1438
1439        Metadata about the `canSendEnvelope` property.  # noqa: E501
1440
1441        :param can_send_envelope_metadata: The can_send_envelope_metadata of this UserSettingsInformation.  # noqa: E501
1442        :type: SettingsMetadata
1443        """
1444
1445        self._can_send_envelope_metadata = can_send_envelope_metadata
1446
1447    @property
1448    def can_send_envelopes_via_sms(self):
1449        """Gets the can_send_envelopes_via_sms of this UserSettingsInformation.  # noqa: E501
1450
1451          # noqa: E501
1452
1453        :return: The can_send_envelopes_via_sms of this UserSettingsInformation.  # noqa: E501
1454        :rtype: str
1455        """
1456        return self._can_send_envelopes_via_sms
1457
1458    @can_send_envelopes_via_sms.setter
1459    def can_send_envelopes_via_sms(self, can_send_envelopes_via_sms):
1460        """Sets the can_send_envelopes_via_sms of this UserSettingsInformation.
1461
1462          # noqa: E501
1463
1464        :param can_send_envelopes_via_sms: The can_send_envelopes_via_sms of this UserSettingsInformation.  # noqa: E501
1465        :type: str
1466        """
1467
1468        self._can_send_envelopes_via_sms = can_send_envelopes_via_sms
1469
1470    @property
1471    def can_send_envelopes_via_sms_metadata(self):
1472        """Gets the can_send_envelopes_via_sms_metadata of this UserSettingsInformation.  # noqa: E501
1473
1474          # noqa: E501
1475
1476        :return: The can_send_envelopes_via_sms_metadata of this UserSettingsInformation.  # noqa: E501
1477        :rtype: SettingsMetadata
1478        """
1479        return self._can_send_envelopes_via_sms_metadata
1480
1481    @can_send_envelopes_via_sms_metadata.setter
1482    def can_send_envelopes_via_sms_metadata(self, can_send_envelopes_via_sms_metadata):
1483        """Sets the can_send_envelopes_via_sms_metadata of this UserSettingsInformation.
1484
1485          # noqa: E501
1486
1487        :param can_send_envelopes_via_sms_metadata: The can_send_envelopes_via_sms_metadata of this UserSettingsInformation.  # noqa: E501
1488        :type: SettingsMetadata
1489        """
1490
1491        self._can_send_envelopes_via_sms_metadata = can_send_envelopes_via_sms_metadata
1492
1493    @property
1494    def can_sign_envelope(self):
1495        """Gets the can_sign_envelope of this UserSettingsInformation.  # noqa: E501
1496
1497          # noqa: E501
1498
1499        :return: The can_sign_envelope of this UserSettingsInformation.  # noqa: E501
1500        :rtype: str
1501        """
1502        return self._can_sign_envelope
1503
1504    @can_sign_envelope.setter
1505    def can_sign_envelope(self, can_sign_envelope):
1506        """Sets the can_sign_envelope of this UserSettingsInformation.
1507
1508          # noqa: E501
1509
1510        :param can_sign_envelope: The can_sign_envelope of this UserSettingsInformation.  # noqa: E501
1511        :type: str
1512        """
1513
1514        self._can_sign_envelope = can_sign_envelope
1515
1516    @property
1517    def can_sign_envelope_metadata(self):
1518        """Gets the can_sign_envelope_metadata of this UserSettingsInformation.  # noqa: E501
1519
1520        Metadata about the `canSignEnvelope` property.  # noqa: E501
1521
1522        :return: The can_sign_envelope_metadata of this UserSettingsInformation.  # noqa: E501
1523        :rtype: SettingsMetadata
1524        """
1525        return self._can_sign_envelope_metadata
1526
1527    @can_sign_envelope_metadata.setter
1528    def can_sign_envelope_metadata(self, can_sign_envelope_metadata):
1529        """Sets the can_sign_envelope_metadata of this UserSettingsInformation.
1530
1531        Metadata about the `canSignEnvelope` property.  # noqa: E501
1532
1533        :param can_sign_envelope_metadata: The can_sign_envelope_metadata of this UserSettingsInformation.  # noqa: E501
1534        :type: SettingsMetadata
1535        """
1536
1537        self._can_sign_envelope_metadata = can_sign_envelope_metadata
1538
1539    @property
1540    def can_use_scratchpad(self):
1541        """Gets the can_use_scratchpad of this UserSettingsInformation.  # noqa: E501
1542
1543          # noqa: E501
1544
1545        :return: The can_use_scratchpad of this UserSettingsInformation.  # noqa: E501
1546        :rtype: str
1547        """
1548        return self._can_use_scratchpad
1549
1550    @can_use_scratchpad.setter
1551    def can_use_scratchpad(self, can_use_scratchpad):
1552        """Sets the can_use_scratchpad of this UserSettingsInformation.
1553
1554          # noqa: E501
1555
1556        :param can_use_scratchpad: The can_use_scratchpad of this UserSettingsInformation.  # noqa: E501
1557        :type: str
1558        """
1559
1560        self._can_use_scratchpad = can_use_scratchpad
1561
1562    @property
1563    def can_use_scratchpad_metadata(self):
1564        """Gets the can_use_scratchpad_metadata of this UserSettingsInformation.  # noqa: E501
1565
1566        Metadata about the `canUseScratchpad` property.  # noqa: E501
1567
1568        :return: The can_use_scratchpad_metadata of this UserSettingsInformation.  # noqa: E501
1569        :rtype: SettingsMetadata
1570        """
1571        return self._can_use_scratchpad_metadata
1572
1573    @can_use_scratchpad_metadata.setter
1574    def can_use_scratchpad_metadata(self, can_use_scratchpad_metadata):
1575        """Sets the can_use_scratchpad_metadata of this UserSettingsInformation.
1576
1577        Metadata about the `canUseScratchpad` property.  # noqa: E501
1578
1579        :param can_use_scratchpad_metadata: The can_use_scratchpad_metadata of this UserSettingsInformation.  # noqa: E501
1580        :type: SettingsMetadata
1581        """
1582
1583        self._can_use_scratchpad_metadata = can_use_scratchpad_metadata
1584
1585    @property
1586    def can_use_smart_contracts(self):
1587        """Gets the can_use_smart_contracts of this UserSettingsInformation.  # noqa: E501
1588
1589          # noqa: E501
1590
1591        :return: The can_use_smart_contracts of this UserSettingsInformation.  # noqa: E501
1592        :rtype: str
1593        """
1594        return self._can_use_smart_contracts
1595
1596    @can_use_smart_contracts.setter
1597    def can_use_smart_contracts(self, can_use_smart_contracts):
1598        """Sets the can_use_smart_contracts of this UserSettingsInformation.
1599
1600          # noqa: E501
1601
1602        :param can_use_smart_contracts: The can_use_smart_contracts of this UserSettingsInformation.  # noqa: E501
1603        :type: str
1604        """
1605
1606        self._can_use_smart_contracts = can_use_smart_contracts
1607
1608    @property
1609    def can_use_smart_contracts_metadata(self):
1610        """Gets the can_use_smart_contracts_metadata of this UserSettingsInformation.  # noqa: E501
1611
1612        Reserved for DocuSign.  # noqa: E501
1613
1614        :return: The can_use_smart_contracts_metadata of this UserSettingsInformation.  # noqa: E501
1615        :rtype: SettingsMetadata
1616        """
1617        return self._can_use_smart_contracts_metadata
1618
1619    @can_use_smart_contracts_metadata.setter
1620    def can_use_smart_contracts_metadata(self, can_use_smart_contracts_metadata):
1621        """Sets the can_use_smart_contracts_metadata of this UserSettingsInformation.
1622
1623        Reserved for DocuSign.  # noqa: E501
1624
1625        :param can_use_smart_contracts_metadata: The can_use_smart_contracts_metadata of this UserSettingsInformation.  # noqa: E501
1626        :type: SettingsMetadata
1627        """
1628
1629        self._can_use_smart_contracts_metadata = can_use_smart_contracts_metadata
1630
1631    @property
1632    def disable_document_upload(self):
1633        """Gets the disable_document_upload of this UserSettingsInformation.  # noqa: E501
1634
1635          # noqa: E501
1636
1637        :return: The disable_document_upload of this UserSettingsInformation.  # noqa: E501
1638        :rtype: str
1639        """
1640        return self._disable_document_upload
1641
1642    @disable_document_upload.setter
1643    def disable_document_upload(self, disable_document_upload):
1644        """Sets the disable_document_upload of this UserSettingsInformation.
1645
1646          # noqa: E501
1647
1648        :param disable_document_upload: The disable_document_upload of this UserSettingsInformation.  # noqa: E501
1649        :type: str
1650        """
1651
1652        self._disable_document_upload = disable_document_upload
1653
1654    @property
1655    def disable_document_upload_metadata(self):
1656        """Gets the disable_document_upload_metadata of this UserSettingsInformation.  # noqa: E501
1657
1658        Metadata that indicates whether the `disableDocumentUpload` property is editable.   # noqa: E501
1659
1660        :return: The disable_document_upload_metadata of this UserSettingsInformation.  # noqa: E501
1661        :rtype: SettingsMetadata
1662        """
1663        return self._disable_document_upload_metadata
1664
1665    @disable_document_upload_metadata.setter
1666    def disable_document_upload_metadata(self, disable_document_upload_metadata):
1667        """Sets the disable_document_upload_metadata of this UserSettingsInformation.
1668
1669        Metadata that indicates whether the `disableDocumentUpload` property is editable.   # noqa: E501
1670
1671        :param disable_document_upload_metadata: The disable_document_upload_metadata of this UserSettingsInformation.  # noqa: E501
1672        :type: SettingsMetadata
1673        """
1674
1675        self._disable_document_upload_metadata = disable_document_upload_metadata
1676
1677    @property
1678    def disable_other_actions(self):
1679        """Gets the disable_other_actions of this UserSettingsInformation.  # noqa: E501
1680
1681          # noqa: E501
1682
1683        :return: The disable_other_actions of this UserSettingsInformation.  # noqa: E501
1684        :rtype: str
1685        """
1686        return self._disable_other_actions
1687
1688    @disable_other_actions.setter
1689    def disable_other_actions(self, disable_other_actions):
1690        """Sets the disable_other_actions of this UserSettingsInformation.
1691
1692          # noqa: E501
1693
1694        :param disable_other_actions: The disable_other_actions of this UserSettingsInformation.  # noqa: E501
1695        :type: str
1696        """
1697
1698        self._disable_other_actions = disable_other_actions
1699
1700    @property
1701    def disable_other_actions_metadata(self):
1702        """Gets the disable_other_actions_metadata of this UserSettingsInformation.  # noqa: E501
1703
1704        Metadata that indicates whether the `disableOtherActions` property is editable.   # noqa: E501
1705
1706        :return: The disable_other_actions_metadata of this UserSettingsInformation.  # noqa: E501
1707        :rtype: SettingsMetadata
1708        """
1709        return self._disable_other_actions_metadata
1710
1711    @disable_other_actions_metadata.setter
1712    def disable_other_actions_metadata(self, disable_other_actions_metadata):
1713        """Sets the disable_other_actions_metadata of this UserSettingsInformation.
1714
1715        Metadata that indicates whether the `disableOtherActions` property is editable.   # noqa: E501
1716
1717        :param disable_other_actions_metadata: The disable_other_actions_metadata of this UserSettingsInformation.  # noqa: E501
1718        :type: SettingsMetadata
1719        """
1720
1721        self._disable_other_actions_metadata = disable_other_actions_metadata
1722
1723    @property
1724    def enable_ds_pro(self):
1725        """Gets the enable_ds_pro of this UserSettingsInformation.  # noqa: E501
1726
1727          # noqa: E501
1728
1729        :return: The enable_ds_pro of this UserSettingsInformation.  # noqa: E501
1730        :rtype: str
1731        """
1732        return self._enable_ds_pro
1733
1734    @enable_ds_pro.setter
1735    def enable_ds_pro(self, enable_ds_pro):
1736        """Sets the enable_ds_pro of this UserSettingsInformation.
1737
1738          # noqa: E501
1739
1740        :param enable_ds_pro: The enable_ds_pro of this UserSettingsInformation.  # noqa: E501
1741        :type: str
1742        """
1743
1744        self._enable_ds_pro = enable_ds_pro
1745
1746    @property
1747    def enable_ds_pro_metadata(self):
1748        """Gets the enable_ds_pro_metadata of this UserSettingsInformation.  # noqa: E501
1749
1750        Metadata that indicates whether the `enableDSPro` property is editable.   # noqa: E501
1751
1752        :return: The enable_ds_pro_metadata of this UserSettingsInformation.  # noqa: E501
1753        :rtype: SettingsMetadata
1754        """
1755        return self._enable_ds_pro_metadata
1756
1757    @enable_ds_pro_metadata.setter
1758    def enable_ds_pro_metadata(self, enable_ds_pro_metadata):
1759        """Sets the enable_ds_pro_metadata of this UserSettingsInformation.
1760
1761        Metadata that indicates whether the `enableDSPro` property is editable.   # noqa: E501
1762
1763        :param enable_ds_pro_metadata: The enable_ds_pro_metadata of this UserSettingsInformation.  # noqa: E501
1764        :type: SettingsMetadata
1765        """
1766
1767        self._enable_ds_pro_metadata = enable_ds_pro_metadata
1768
1769    @property
1770    def enable_key_terms_suggestions_by_document_type(self):
1771        """Gets the enable_key_terms_suggestions_by_document_type of this UserSettingsInformation.  # noqa: E501
1772
1773          # noqa: E501
1774
1775        :return: The enable_key_terms_suggestions_by_document_type of this UserSettingsInformation.  # noqa: E501
1776        :rtype: str
1777        """
1778        return self._enable_key_terms_suggestions_by_document_type
1779
1780    @enable_key_terms_suggestions_by_document_type.setter
1781    def enable_key_terms_suggestions_by_document_type(self, enable_key_terms_suggestions_by_document_type):
1782        """Sets the enable_key_terms_suggestions_by_document_type of this UserSettingsInformation.
1783
1784          # noqa: E501
1785
1786        :param enable_key_terms_suggestions_by_document_type: The enable_key_terms_suggestions_by_document_type of this UserSettingsInformation.  # noqa: E501
1787        :type: str
1788        """
1789
1790        self._enable_key_terms_suggestions_by_document_type = enable_key_terms_suggestions_by_document_type
1791
1792    @property
1793    def enable_key_terms_suggestions_by_document_type_metadata(self):
1794        """Gets the enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation.  # noqa: E501
1795
1796          # noqa: E501
1797
1798        :return: The enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation.  # noqa: E501
1799        :rtype: SettingsMetadata
1800        """
1801        return self._enable_key_terms_suggestions_by_document_type_metadata
1802
1803    @enable_key_terms_suggestions_by_document_type_metadata.setter
1804    def enable_key_terms_suggestions_by_document_type_metadata(self, enable_key_terms_suggestions_by_document_type_metadata):
1805        """Sets the enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation.
1806
1807          # noqa: E501
1808
1809        :param enable_key_terms_suggestions_by_document_type_metadata: The enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation.  # noqa: E501
1810        :type: SettingsMetadata
1811        """
1812
1813        self._enable_key_terms_suggestions_by_document_type_metadata = enable_key_terms_suggestions_by_document_type_metadata
1814
1815    @property
1816    def enable_sequential_signing_api(self):
1817        """Gets the enable_sequential_signing_api of this UserSettingsInformation.  # noqa: E501
1818
1819          # noqa: E501
1820
1821        :return: The enable_sequential_signing_api of this UserSettingsInformation.  # noqa: E501
1822        :rtype: str
1823        """
1824        return self._enable_sequential_signing_api
1825
1826    @enable_sequential_signing_api.setter
1827    def enable_sequential_signing_api(self, enable_sequential_signing_api):
1828        """Sets the enable_sequential_signing_api of this UserSettingsInformation.
1829
1830          # noqa: E501
1831
1832        :param enable_sequential_signing_api: The enable_sequential_signing_api of this UserSettingsInformation.  # noqa: E501
1833        :type: str
1834        """
1835
1836        self._enable_sequential_signing_api = enable_sequential_signing_api
1837
1838    @property
1839    def enable_sequential_signing_api_metadata(self):
1840        """Gets the enable_sequential_signing_api_metadata of this UserSettingsInformation.  # noqa: E501
1841
1842        Metadata that indicates whether the `enableSequentialSigningAPI` property is editable.   # noqa: E501
1843
1844        :return: The enable_sequential_signing_api_metadata of this UserSettingsInformation.  # noqa: E501
1845        :rtype: SettingsMetadata
1846        """
1847        return self._enable_sequential_signing_api_metadata
1848
1849    @enable_sequential_signing_api_metadata.setter
1850    def enable_sequential_signing_api_metadata(self, enable_sequential_signing_api_metadata):
1851        """Sets the enable_sequential_signing_api_metadata of this UserSettingsInformation.
1852
1853        Metadata that indicates whether the `enableSequentialSigningAPI` property is editable.   # noqa: E501
1854
1855        :param enable_sequential_signing_api_metadata: The enable_sequential_signing_api_metadata of this UserSettingsInformation.  # noqa: E501
1856        :type: SettingsMetadata
1857        """
1858
1859        self._enable_sequential_signing_api_metadata = enable_sequential_signing_api_metadata
1860
1861    @property
1862    def enable_sequential_signing_ui(self):
1863        """Gets the enable_sequential_signing_ui of this UserSettingsInformation.  # noqa: E501
1864
1865          # noqa: E501
1866
1867        :return: The enable_sequential_signing_ui of this UserSettingsInformation.  # noqa: E501
1868        :rtype: str
1869        """
1870        return self._enable_sequential_signing_ui
1871
1872    @enable_sequential_signing_ui.setter
1873    def enable_sequential_signing_ui(self, enable_sequential_signing_ui):
1874        """Sets the enable_sequential_signing_ui of this UserSettingsInformation.
1875
1876          # noqa: E501
1877
1878        :param enable_sequential_signing_ui: The enable_sequential_signing_ui of this UserSettingsInformation.  # noqa: E501
1879        :type: str
1880        """
1881
1882        self._enable_sequential_signing_ui = enable_sequential_signing_ui
1883
1884    @property
1885    def enable_sequential_signing_ui_metadata(self):
1886        """Gets the enable_sequential_signing_ui_metadata of this UserSettingsInformation.  # noqa: E501
1887
1888        Metadata that indicates whether the `enableSequentialSigningUI` property is editable.   # noqa: E501
1889
1890        :return: The enable_sequential_signing_ui_metadata of this UserSettingsInformation.  # noqa: E501
1891        :rtype: SettingsMetadata
1892        """
1893        return self._enable_sequential_signing_ui_metadata
1894
1895    @enable_sequential_signing_ui_metadata.setter
1896    def enable_sequential_signing_ui_metadata(self, enable_sequential_signing_ui_metadata):
1897        """Sets the enable_sequential_signing_ui_metadata of this UserSettingsInformation.
1898
1899        Metadata that indicates whether the `enableSequentialSigningUI` property is editable.   # noqa: E501
1900
1901        :param enable_sequential_signing_ui_metadata: The enable_sequential_signing_ui_metadata of this UserSettingsInformation.  # noqa: E501
1902        :type: SettingsMetadata
1903        """
1904
1905        self._enable_sequential_signing_ui_metadata = enable_sequential_signing_ui_metadata
1906
1907    @property
1908    def enable_signer_attachments(self):
1909        """Gets the enable_signer_attachments of this UserSettingsInformation.  # noqa: E501
1910
1911          # noqa: E501
1912
1913        :return: The enable_signer_attachments of this UserSettingsInformation.  # noqa: E501
1914        :rtype: str
1915        """
1916        return self._enable_signer_attachments
1917
1918    @enable_signer_attachments.setter
1919    def enable_signer_attachments(self, enable_signer_attachments):
1920        """Sets the enable_signer_attachments of this UserSettingsInformation.
1921
1922          # noqa: E501
1923
1924        :param enable_signer_attachments: The enable_signer_attachments of this UserSettingsInformation.  # noqa: E501
1925        :type: str
1926        """
1927
1928        self._enable_signer_attachments = enable_signer_attachments
1929
1930    @property
1931    def enable_signer_attachments_metadata(self):
1932        """Gets the enable_signer_attachments_metadata of this UserSettingsInformation.  # noqa: E501
1933
1934        Metadata that indicates whether the `enableSignerAttachments` property is editable.   # noqa: E501
1935
1936        :return: The enable_signer_attachments_metadata of this UserSettingsInformation.  # noqa: E501
1937        :rtype: SettingsMetadata
1938        """
1939        return self._enable_signer_attachments_metadata
1940
1941    @enable_signer_attachments_metadata.setter
1942    def enable_signer_attachments_metadata(self, enable_signer_attachments_metadata):
1943        """Sets the enable_signer_attachments_metadata of this UserSettingsInformation.
1944
1945        Metadata that indicates whether the `enableSignerAttachments` property is editable.   # noqa: E501
1946
1947        :param enable_signer_attachments_metadata: The enable_signer_attachments_metadata of this UserSettingsInformation.  # noqa: E501
1948        :type: SettingsMetadata
1949        """
1950
1951        self._enable_signer_attachments_metadata = enable_signer_attachments_metadata
1952
1953    @property
1954    def enable_sign_on_paper_override(self):
1955        """Gets the enable_sign_on_paper_override of this UserSettingsInformation.  # noqa: E501
1956
1957          # noqa: E501
1958
1959        :return: The enable_sign_on_paper_override of this UserSettingsInformation.  # noqa: E501
1960        :rtype: str
1961        """
1962        return self._enable_sign_on_paper_override
1963
1964    @enable_sign_on_paper_override.setter
1965    def enable_sign_on_paper_override(self, enable_sign_on_paper_override):
1966        """Sets the enable_sign_on_paper_override of this UserSettingsInformation.
1967
1968          # noqa: E501
1969
1970        :param enable_sign_on_paper_override: The enable_sign_on_paper_override of this UserSettingsInformation.  # noqa: E501
1971        :type: str
1972        """
1973
1974        self._enable_sign_on_paper_override = enable_sign_on_paper_override
1975
1976    @property
1977    def enable_sign_on_paper_override_metadata(self):
1978        """Gets the enable_sign_on_paper_override_metadata of this UserSettingsInformation.  # noqa: E501
1979
1980        Metadata that indicates whether the `enableSignOnPaperOverride` property is editable.   # noqa: E501
1981
1982        :return: The enable_sign_on_paper_override_metadata of this UserSettingsInformation.  # noqa: E501
1983        :rtype: SettingsMetadata
1984        """
1985        return self._enable_sign_on_paper_override_metadata
1986
1987    @enable_sign_on_paper_override_metadata.setter
1988    def enable_sign_on_paper_override_metadata(self, enable_sign_on_paper_override_metadata):
1989        """Sets the enable_sign_on_paper_override_metadata of this UserSettingsInformation.
1990
1991        Metadata that indicates whether the `enableSignOnPaperOverride` property is editable.   # noqa: E501
1992
1993        :param enable_sign_on_paper_override_metadata: The enable_sign_on_paper_override_metadata of this UserSettingsInformation.  # noqa: E501
1994        :type: SettingsMetadata
1995        """
1996
1997        self._enable_sign_on_paper_override_metadata = enable_sign_on_paper_override_metadata
1998
1999    @property
2000    def enable_transaction_point(self):
2001        """Gets the enable_transaction_point of this UserSettingsInformation.  # noqa: E501
2002
2003          # noqa: E501
2004
2005        :return: The enable_transaction_point of this UserSettingsInformation.  # noqa: E501
2006        :rtype: str
2007        """
2008        return self._enable_transaction_point
2009
2010    @enable_transaction_point.setter
2011    def enable_transaction_point(self, enable_transaction_point):
2012        """Sets the enable_transaction_point of this UserSettingsInformation.
2013
2014          # noqa: E501
2015
2016        :param enable_transaction_point: The enable_transaction_point of this UserSettingsInformation.  # noqa: E501
2017        :type: str
2018        """
2019
2020        self._enable_transaction_point = enable_transaction_point
2021
2022    @property
2023    def enable_transaction_point_metadata(self):
2024        """Gets the enable_transaction_point_metadata of this UserSettingsInformation.  # noqa: E501
2025
2026        Reserved for DocuSign.  # noqa: E501
2027
2028        :return: The enable_transaction_point_metadata of this UserSettingsInformation.  # noqa: E501
2029        :rtype: SettingsMetadata
2030        """
2031        return self._enable_transaction_point_metadata
2032
2033    @enable_transaction_point_metadata.setter
2034    def enable_transaction_point_metadata(self, enable_transaction_point_metadata):
2035        """Sets the enable_transaction_point_metadata of this UserSettingsInformation.
2036
2037        Reserved for DocuSign.  # noqa: E501
2038
2039        :param enable_transaction_point_metadata: The enable_transaction_point_metadata of this UserSettingsInformation.  # noqa: E501
2040        :type: SettingsMetadata
2041        """
2042
2043        self._enable_transaction_point_metadata = enable_transaction_point_metadata
2044
2045    @property
2046    def enable_vaulting(self):
2047        """Gets the enable_vaulting of this UserSettingsInformation.  # noqa: E501
2048
2049          # noqa: E501
2050
2051        :return: The enable_vaulting of this UserSettingsInformation.  # noqa: E501
2052        :rtype: str
2053        """
2054        return self._enable_vaulting
2055
2056    @enable_vaulting.setter
2057    def enable_vaulting(self, enable_vaulting):
2058        """Sets the enable_vaulting of this UserSettingsInformation.
2059
2060          # noqa: E501
2061
2062        :param enable_vaulting: The enable_vaulting of this UserSettingsInformation.  # noqa: E501
2063        :type: str
2064        """
2065
2066        self._enable_vaulting = enable_vaulting
2067
2068    @property
2069    def enable_vaulting_metadata(self):
2070        """Gets the enable_vaulting_metadata of this UserSettingsInformation.  # noqa: E501
2071
2072        Metadata that indicates whether the `enableVaulting` property is editable.   # noqa: E501
2073
2074        :return: The enable_vaulting_metadata of this UserSettingsInformation.  # noqa: E501
2075        :rtype: SettingsMetadata
2076        """
2077        return self._enable_vaulting_metadata
2078
2079    @enable_vaulting_metadata.setter
2080    def enable_vaulting_metadata(self, enable_vaulting_metadata):
2081        """Sets the enable_vaulting_metadata of this UserSettingsInformation.
2082
2083        Metadata that indicates whether the `enableVaulting` property is editable.   # noqa: E501
2084
2085        :param enable_vaulting_metadata: The enable_vaulting_metadata of this UserSettingsInformation.  # noqa: E501
2086        :type: SettingsMetadata
2087        """
2088
2089        self._enable_vaulting_metadata = enable_vaulting_metadata
2090
2091    @property
2092    def express_send_only(self):
2093        """Gets the express_send_only of this UserSettingsInformation.  # noqa: E501
2094
2095          # noqa: E501
2096
2097        :return: The express_send_only of this UserSettingsInformation.  # noqa: E501
2098        :rtype: str
2099        """
2100        return self._express_send_only
2101
2102    @express_send_only.setter
2103    def express_send_only(self, express_send_only):
2104        """Sets the express_send_only of this UserSettingsInformation.
2105
2106          # noqa: E501
2107
2108        :param express_send_only: The express_send_only of this UserSettingsInformation.  # noqa: E501
2109        :type: str
2110        """
2111
2112        self._express_send_only = express_send_only
2113
2114    @property
2115    def locale(self):
2116        """Gets the locale of this UserSettingsInformation.  # noqa: E501
2117
2118          # noqa: E501
2119
2120        :return: The locale of this UserSettingsInformation.  # noqa: E501
2121        :rtype: str
2122        """
2123        return self._locale
2124
2125    @locale.setter
2126    def locale(self, locale):
2127        """Sets the locale of this UserSettingsInformation.
2128
2129          # noqa: E501
2130
2131        :param locale: The locale of this UserSettingsInformation.  # noqa: E501
2132        :type: str
2133        """
2134
2135        self._locale = locale
2136
2137    @property
2138    def locale_metadata(self):
2139        """Gets the locale_metadata of this UserSettingsInformation.  # noqa: E501
2140
2141        Metadata about the `locale` property.  # noqa: E501
2142
2143        :return: The locale_metadata of this UserSettingsInformation.  # noqa: E501
2144        :rtype: SettingsMetadata
2145        """
2146        return self._locale_metadata
2147
2148    @locale_metadata.setter
2149    def locale_metadata(self, locale_metadata):
2150        """Sets the locale_metadata of this UserSettingsInformation.
2151
2152        Metadata about the `locale` property.  # noqa: E501
2153
2154        :param locale_metadata: The locale_metadata of this UserSettingsInformation.  # noqa: E501
2155        :type: SettingsMetadata
2156        """
2157
2158        self._locale_metadata = locale_metadata
2159
2160    @property
2161    def locale_policy(self):
2162        """Gets the locale_policy of this UserSettingsInformation.  # noqa: E501
2163
2164        Reserved for DocuSign.  # noqa: E501
2165
2166        :return: The locale_policy of this UserSettingsInformation.  # noqa: E501
2167        :rtype: LocalePolicy
2168        """
2169        return self._locale_policy
2170
2171    @locale_policy.setter
2172    def locale_policy(self, locale_policy):
2173        """Sets the locale_policy of this UserSettingsInformation.
2174
2175        Reserved for DocuSign.  # noqa: E501
2176
2177        :param locale_policy: The locale_policy of this UserSettingsInformation.  # noqa: E501
2178        :type: LocalePolicy
2179        """
2180
2181        self._locale_policy = locale_policy
2182
2183    @property
2184    def manage_clickwraps_mode(self):
2185        """Gets the manage_clickwraps_mode of this UserSettingsInformation.  # noqa: E501
2186
2187          # noqa: E501
2188
2189        :return: The manage_clickwraps_mode of this UserSettingsInformation.  # noqa: E501
2190        :rtype: str
2191        """
2192        return self._manage_clickwraps_mode
2193
2194    @manage_clickwraps_mode.setter
2195    def manage_clickwraps_mode(self, manage_clickwraps_mode):
2196        """Sets the manage_clickwraps_mode of this UserSettingsInformation.
2197
2198          # noqa: E501
2199
2200        :param manage_clickwraps_mode: The manage_clickwraps_mode of this UserSettingsInformation.  # noqa: E501
2201        :type: str
2202        """
2203
2204        self._manage_clickwraps_mode = manage_clickwraps_mode
2205
2206    @property
2207    def manage_clickwraps_mode_metadata(self):
2208        """Gets the manage_clickwraps_mode_metadata of this UserSettingsInformation.  # noqa: E501
2209
2210        Metadata about the `manageClickwrapsMode` property.  # noqa: E501
2211
2212        :return: The manage_clickwraps_mode_metadata of this UserSettingsInformation.  # noqa: E501
2213        :rtype: SettingsMetadata
2214        """
2215        return self._manage_clickwraps_mode_metadata
2216
2217    @manage_clickwraps_mode_metadata.setter
2218    def manage_clickwraps_mode_metadata(self, manage_clickwraps_mode_metadata):
2219        """Sets the manage_clickwraps_mode_metadata of this UserSettingsInformation.
2220
2221        Metadata about the `manageClickwrapsMode` property.  # noqa: E501
2222
2223        :param manage_clickwraps_mode_metadata: The manage_clickwraps_mode_metadata of this UserSettingsInformation.  # noqa: E501
2224        :type: SettingsMetadata
2225        """
2226
2227        self._manage_clickwraps_mode_metadata = manage_clickwraps_mode_metadata
2228
2229    @property
2230    def modified_by(self):
2231        """Gets the modified_by of this UserSettingsInformation.  # noqa: E501
2232
2233          # noqa: E501
2234
2235        :return: The modified_by of this UserSettingsInformation.  # noqa: E501
2236        :rtype: str
2237        """
2238        return self._modified_by
2239
2240    @modified_by.setter
2241    def modified_by(self, modified_by):
2242        """Sets the modified_by of this UserSettingsInformation.
2243
2244          # noqa: E501
2245
2246        :param modified_by: The modified_by of this UserSettingsInformation.  # noqa: E501
2247        :type: str
2248        """
2249
2250        self._modified_by = modified_by
2251
2252    @property
2253    def modified_by_metadata(self):
2254        """Gets the modified_by_metadata of this UserSettingsInformation.  # noqa: E501
2255
2256        Metadata about the `modifiedBy` property.  # noqa: E501
2257
2258        :return: The modified_by_metadata of this UserSettingsInformation.  # noqa: E501
2259        :rtype: SettingsMetadata
2260        """
2261        return self._modified_by_metadata
2262
2263    @modified_by_metadata.setter
2264    def modified_by_metadata(self, modified_by_metadata):
2265        """Sets the modified_by_metadata of this UserSettingsInformation.
2266
2267        Metadata about the `modifiedBy` property.  # noqa: E501
2268
2269        :param modified_by_metadata: The modified_by_metadata of this UserSettingsInformation.  # noqa: E501
2270        :type: SettingsMetadata
2271        """
2272
2273        self._modified_by_metadata = modified_by_metadata
2274
2275    @property
2276    def modified_date(self):
2277        """Gets the modified_date of this UserSettingsInformation.  # noqa: E501
2278
2279          # noqa: E501
2280
2281        :return: The modified_date of this UserSettingsInformation.  # noqa: E501
2282        :rtype: str
2283        """
2284        return self._modified_date
2285
2286    @modified_date.setter
2287    def modified_date(self, modified_date):
2288        """Sets the modified_date of this UserSettingsInformation.
2289
2290          # noqa: E501
2291
2292        :param modified_date: The modified_date of this UserSettingsInformation.  # noqa: E501
2293        :type: str
2294        """
2295
2296        self._modified_date = modified_date
2297
2298    @property
2299    def modified_date_metadata(self):
2300        """Gets the modified_date_metadata of this UserSettingsInformation.  # noqa: E501
2301
2302        Metadata about the `modifiedDate` property.  # noqa: E501
2303
2304        :return: The modified_date_metadata of this UserSettingsInformation.  # noqa: E501
2305        :rtype: SettingsMetadata
2306        """
2307        return self._modified_date_metadata
2308
2309    @modified_date_metadata.setter
2310    def modified_date_metadata(self, modified_date_metadata):
2311        """Sets the modified_date_metadata of this UserSettingsInformation.
2312
2313        Metadata about the `modifiedDate` property.  # noqa: E501
2314
2315        :param modified_date_metadata: The modified_date_metadata of this UserSettingsInformation.  # noqa: E501
2316        :type: SettingsMetadata
2317        """
2318
2319        self._modified_date_metadata = modified_date_metadata
2320
2321    @property
2322    def modified_page(self):
2323        """Gets the modified_page of this UserSettingsInformation.  # noqa: E501
2324
2325          # noqa: E501
2326
2327        :return: The modified_page of this UserSettingsInformation.  # noqa: E501
2328        :rtype: str
2329        """
2330        return self._modified_page
2331
2332    @modified_page.setter
2333    def modified_page(self, modified_page):
2334        """Sets the modified_page of this UserSettingsInformation.
2335
2336          # noqa: E501
2337
2338        :param modified_page: The modified_page of this UserSettingsInformation.  # noqa: E501
2339        :type: str
2340        """
2341
2342        self._modified_page = modified_page
2343
2344    @property
2345    def modified_page_metadata(self):
2346        """Gets the modified_page_metadata of this UserSettingsInformation.  # noqa: E501
2347
2348        Metadata about the `modifiedPage` property.  # noqa: E501
2349
2350        :return: The modified_page_metadata of this UserSettingsInformation.  # noqa: E501
2351        :rtype: SettingsMetadata
2352        """
2353        return self._modified_page_metadata
2354
2355    @modified_page_metadata.setter
2356    def modified_page_metadata(self, modified_page_metadata):
2357        """Sets the modified_page_metadata of this UserSettingsInformation.
2358
2359        Metadata about the `modifiedPage` property.  # noqa: E501
2360
2361        :param modified_page_metadata: The modified_page_metadata of this UserSettingsInformation.  # noqa: E501
2362        :type: SettingsMetadata
2363        """
2364
2365        self._modified_page_metadata = modified_page_metadata
2366
2367    @property
2368    def new_send_ui(self):
2369        """Gets the new_send_ui of this UserSettingsInformation.  # noqa: E501
2370
2371          # noqa: E501
2372
2373        :return: The new_send_ui of this UserSettingsInformation.  # noqa: E501
2374        :rtype: str
2375        """
2376        return self._new_send_ui
2377
2378    @new_send_ui.setter
2379    def new_send_ui(self, new_send_ui):
2380        """Sets the new_send_ui of this UserSettingsInformation.
2381
2382          # noqa: E501
2383
2384        :param new_send_ui: The new_send_ui of this UserSettingsInformation.  # noqa: E501
2385        :type: str
2386        """
2387
2388        self._new_send_ui = new_send_ui
2389
2390    @property
2391    def new_send_ui_metadata(self):
2392        """Gets the new_send_ui_metadata of this UserSettingsInformation.  # noqa: E501
2393
2394        Metadata about the `newSendUI` property.  # noqa: E501
2395
2396        :return: The new_send_ui_metadata of this UserSettingsInformation.  # noqa: E501
2397        :rtype: SettingsMetadata
2398        """
2399        return self._new_send_ui_metadata
2400
2401    @new_send_ui_metadata.setter
2402    def new_send_ui_metadata(self, new_send_ui_metadata):
2403        """Sets the new_send_ui_metadata of this UserSettingsInformation.
2404
2405        Metadata about the `newSendUI` property.  # noqa: E501
2406
2407        :param new_send_ui_metadata: The new_send_ui_metadata of this UserSettingsInformation.  # noqa: E501
2408        :type: SettingsMetadata
2409        """
2410
2411        self._new_send_ui_metadata = new_send_ui_metadata
2412
2413    @property
2414    def power_form_mode(self):
2415        """Gets the power_form_mode of this UserSettingsInformation.  # noqa: E501
2416
2417          # noqa: E501
2418
2419        :return: The power_form_mode of this UserSettingsInformation.  # noqa: E501
2420        :rtype: str
2421        """
2422        return self._power_form_mode
2423
2424    @power_form_mode.setter
2425    def power_form_mode(self, power_form_mode):
2426        """Sets the power_form_mode of this UserSettingsInformation.
2427
2428          # noqa: E501
2429
2430        :param power_form_mode: The power_form_mode of this UserSettingsInformation.  # noqa: E501
2431        :type: str
2432        """
2433
2434        self._power_form_mode = power_form_mode
2435
2436    @property
2437    def power_form_mode_metadata(self):
2438        """Gets the power_form_mode_metadata of this UserSettingsInformation.  # noqa: E501
2439
2440        Metadata about the `powerFormMode` property.  # noqa: E501
2441
2442        :return: The power_form_mode_metadata of this UserSettingsInformation.  # noqa: E501
2443        :rtype: SettingsMetadata
2444        """
2445        return self._power_form_mode_metadata
2446
2447    @power_form_mode_metadata.setter
2448    def power_form_mode_metadata(self, power_form_mode_metadata):
2449        """Sets the power_form_mode_metadata of this UserSettingsInformation.
2450
2451        Metadata about the `powerFormMode` property.  # noqa: E501
2452
2453        :param power_form_mode_metadata: The power_form_mode_metadata of this UserSettingsInformation.  # noqa: E501
2454        :type: SettingsMetadata
2455        """
2456
2457        self._power_form_mode_metadata = power_form_mode_metadata
2458
2459    @property
2460    def recipient_viewed_notification(self):
2461        """Gets the recipient_viewed_notification of this UserSettingsInformation.  # noqa: E501
2462
2463          # noqa: E501
2464
2465        :return: The recipient_viewed_notification of this UserSettingsInformation.  # noqa: E501
2466        :rtype: str
2467        """
2468        return self._recipient_viewed_notification
2469
2470    @recipient_viewed_notification.setter
2471    def recipient_viewed_notification(self, recipient_viewed_notification):
2472        """Sets the recipient_viewed_notification of this UserSettingsInformation.
2473
2474          # noqa: E501
2475
2476        :param recipient_viewed_notification: The recipient_viewed_notification of this UserSettingsInformation.  # noqa: E501
2477        :type: str
2478        """
2479
2480        self._recipient_viewed_notification = recipient_viewed_notification
2481
2482    @property
2483    def recipient_viewed_notification_metadata(self):
2484        """Gets the recipient_viewed_notification_metadata of this UserSettingsInformation.  # noqa: E501
2485
2486        Metadata about the `recipientViewedNotification` property.  # noqa: E501
2487
2488        :return: The recipient_viewed_notification_metadata of this UserSettingsInformation.  # noqa: E501
2489        :rtype: SettingsMetadata
2490        """
2491        return self._recipient_viewed_notification_metadata
2492
2493    @recipient_viewed_notification_metadata.setter
2494    def recipient_viewed_notification_metadata(self, recipient_viewed_notification_metadata):
2495        """Sets the recipient_viewed_notification_metadata of this UserSettingsInformation.
2496
2497        Metadata about the `recipientViewedNotification` property.  # noqa: E501
2498
2499        :param recipient_viewed_notification_metadata: The recipient_viewed_notification_metadata of this UserSettingsInformation.  # noqa: E501
2500        :type: SettingsMetadata
2501        """
2502
2503        self._recipient_viewed_notification_metadata = recipient_viewed_notification_metadata
2504
2505    @property
2506    def seal_identifiers(self):
2507        """Gets the seal_identifiers of this UserSettingsInformation.  # noqa: E501
2508
2509          # noqa: E501
2510
2511        :return: The seal_identifiers of this UserSettingsInformation.  # noqa: E501
2512        :rtype: list[SealIdentifier]
2513        """
2514        return self._seal_identifiers
2515
2516    @seal_identifiers.setter
2517    def seal_identifiers(self, seal_identifiers):
2518        """Sets the seal_identifiers of this UserSettingsInformation.
2519
2520          # noqa: E501
2521
2522        :param seal_identifiers: The seal_identifiers of this UserSettingsInformation.  # noqa: E501
2523        :type: list[SealIdentifier]
2524        """
2525
2526        self._seal_identifiers = seal_identifiers
2527
2528    @property
2529    def self_signed_recipient_email_document(self):
2530        """Gets the self_signed_recipient_email_document of this UserSettingsInformation.  # noqa: E501
2531
2532          # noqa: E501
2533
2534        :return: The self_signed_recipient_email_document of this UserSettingsInformation.  # noqa: E501
2535        :rtype: str
2536        """
2537        return self._self_signed_recipient_email_document
2538
2539    @self_signed_recipient_email_document.setter
2540    def self_signed_recipient_email_document(self, self_signed_recipient_email_document):
2541        """Sets the self_signed_recipient_email_document of this UserSettingsInformation.
2542
2543          # noqa: E501
2544
2545        :param self_signed_recipient_email_document: The self_signed_recipient_email_document of this UserSettingsInformation.  # noqa: E501
2546        :type: str
2547        """
2548
2549        self._self_signed_recipient_email_document = self_signed_recipient_email_document
2550
2551    @property
2552    def self_signed_recipient_email_document_metadata(self):
2553        """Gets the self_signed_recipient_email_document_metadata of this UserSettingsInformation.  # noqa: E501
2554
2555        Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable.   # noqa: E501
2556
2557        :return: The self_signed_recipient_email_document_metadata of this UserSettingsInformation.  # noqa: E501
2558        :rtype: SettingsMetadata
2559        """
2560        return self._self_signed_recipient_email_document_metadata
2561
2562    @self_signed_recipient_email_document_metadata.setter
2563    def self_signed_recipient_email_document_metadata(self, self_signed_recipient_email_document_metadata):
2564        """Sets the self_signed_recipient_email_document_metadata of this UserSettingsInformation.
2565
2566        Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable.   # noqa: E501
2567
2568        :param self_signed_recipient_email_document_metadata: The self_signed_recipient_email_document_metadata of this UserSettingsInformation.  # noqa: E501
2569        :type: SettingsMetadata
2570        """
2571
2572        self._self_signed_recipient_email_document_metadata = self_signed_recipient_email_document_metadata
2573
2574    @property
2575    def sender_email_notifications(self):
2576        """Gets the sender_email_notifications of this UserSettingsInformation.  # noqa: E501
2577
2578          An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign.   The user inherits the default account sender email notification settings when the user is created. The email notifications are:  * envelopeComplete * changedSigner  * senderEnvelopeDeclined  * withdrawnConsent  * recipientViewed  * deliveryFailed     # noqa: E501
2579
2580        :return: The sender_email_notifications of this UserSettingsInformation.  # noqa: E501
2581        :rtype: SenderEmailNotifications
2582        """
2583        return self._sender_email_notifications
2584
2585    @sender_email_notifications.setter
2586    def sender_email_notifications(self, sender_email_notifications):
2587        """Sets the sender_email_notifications of this UserSettingsInformation.
2588
2589          An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign.   The user inherits the default account sender email notification settings when the user is created. The email notifications are:  * envelopeComplete * changedSigner  * senderEnvelopeDeclined  * withdrawnConsent  * recipientViewed  * deliveryFailed     # noqa: E501
2590
2591        :param sender_email_notifications: The sender_email_notifications of this UserSettingsInformation.  # noqa: E501
2592        :type: SenderEmailNotifications
2593        """
2594
2595        self._sender_email_notifications = sender_email_notifications
2596
2597    @property
2598    def signer_email_notifications(self):
2599        """Gets the signer_email_notifications of this UserSettingsInformation.  # noqa: E501
2600
2601        An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created.   # noqa: E501
2602
2603        :return: The signer_email_notifications of this UserSettingsInformation.  # noqa: E501
2604        :rtype: SignerEmailNotifications
2605        """
2606        return self._signer_email_notifications
2607
2608    @signer_email_notifications.setter
2609    def signer_email_notifications(self, signer_email_notifications):
2610        """Sets the signer_email_notifications of this UserSettingsInformation.
2611
2612        An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created.   # noqa: E501
2613
2614        :param signer_email_notifications: The signer_email_notifications of this UserSettingsInformation.  # noqa: E501
2615        :type: SignerEmailNotifications
2616        """
2617
2618        self._signer_email_notifications = signer_email_notifications
2619
2620    @property
2621    def supplemental_document_include_in_download(self):
2622        """Gets the supplemental_document_include_in_download of this UserSettingsInformation.  # noqa: E501
2623
2624          # noqa: E501
2625
2626        :return: The supplemental_document_include_in_download of this UserSettingsInformation.  # noqa: E501
2627        :rtype: str
2628        """
2629        return self._supplemental_document_include_in_download
2630
2631    @supplemental_document_include_in_download.setter
2632    def supplemental_document_include_in_download(self, supplemental_document_include_in_download):
2633        """Sets the supplemental_document_include_in_download of this UserSettingsInformation.
2634
2635          # noqa: E501
2636
2637        :param supplemental_document_include_in_download: The supplemental_document_include_in_download of this UserSettingsInformation.  # noqa: E501
2638        :type: str
2639        """
2640
2641        self._supplemental_document_include_in_download = supplemental_document_include_in_download
2642
2643    @property
2644    def supplemental_documents_must_accept(self):
2645        """Gets the supplemental_documents_must_accept of this UserSettingsInformation.  # noqa: E501
2646
2647          # noqa: E501
2648
2649        :return: The supplemental_documents_must_accept of this UserSettingsInformation.  # noqa: E501
2650        :rtype: str
2651        """
2652        return self._supplemental_documents_must_accept
2653
2654    @supplemental_documents_must_accept.setter
2655    def supplemental_documents_must_accept(self, supplemental_documents_must_accept):
2656        """Sets the supplemental_documents_must_accept of this UserSettingsInformation.
2657
2658          # noqa: E501
2659
2660        :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this UserSettingsInformation.  # noqa: E501
2661        :type: str
2662        """
2663
2664        self._supplemental_documents_must_accept = supplemental_documents_must_accept
2665
2666    @property
2667    def supplemental_documents_must_accept_metadata(self):
2668        """Gets the supplemental_documents_must_accept_metadata of this UserSettingsInformation.  # noqa: E501
2669
2670        Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable.   # noqa: E501
2671
2672        :return: The supplemental_documents_must_accept_metadata of this UserSettingsInformation.  # noqa: E501
2673        :rtype: SettingsMetadata
2674        """
2675        return self._supplemental_documents_must_accept_metadata
2676
2677    @supplemental_documents_must_accept_metadata.setter
2678    def supplemental_documents_must_accept_metadata(self, supplemental_documents_must_accept_metadata):
2679        """Sets the supplemental_documents_must_accept_metadata of this UserSettingsInformation.
2680
2681        Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable.   # noqa: E501
2682
2683        :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this UserSettingsInformation.  # noqa: E501
2684        :type: SettingsMetadata
2685        """
2686
2687        self._supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata
2688
2689    @property
2690    def supplemental_documents_must_read(self):
2691        """Gets the supplemental_documents_must_read of this UserSettingsInformation.  # noqa: E501
2692
2693          # noqa: E501
2694
2695        :return: The supplemental_documents_must_read of this UserSettingsInformation.  # noqa: E501
2696        :rtype: str
2697        """
2698        return self._supplemental_documents_must_read
2699
2700    @supplemental_documents_must_read.setter
2701    def supplemental_documents_must_read(self, supplemental_documents_must_read):
2702        """Sets the supplemental_documents_must_read of this UserSettingsInformation.
2703
2704          # noqa: E501
2705
2706        :param supplemental_documents_must_read: The supplemental_documents_must_read of this UserSettingsInformation.  # noqa: E501
2707        :type: str
2708        """
2709
2710        self._supplemental_documents_must_read = supplemental_documents_must_read
2711
2712    @property
2713    def supplemental_documents_must_read_metadata(self):
2714        """Gets the supplemental_documents_must_read_metadata of this UserSettingsInformation.  # noqa: E501
2715
2716        Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable.   # noqa: E501
2717
2718        :return: The supplemental_documents_must_read_metadata of this UserSettingsInformation.  # noqa: E501
2719        :rtype: SettingsMetadata
2720        """
2721        return self._supplemental_documents_must_read_metadata
2722
2723    @supplemental_documents_must_read_metadata.setter
2724    def supplemental_documents_must_read_metadata(self, supplemental_documents_must_read_metadata):
2725        """Sets the supplemental_documents_must_read_metadata of this UserSettingsInformation.
2726
2727        Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable.   # noqa: E501
2728
2729        :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this UserSettingsInformation.  # noqa: E501
2730        :type: SettingsMetadata
2731        """
2732
2733        self._supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata
2734
2735    @property
2736    def supplemental_documents_must_view(self):
2737        """Gets the supplemental_documents_must_view of this UserSettingsInformation.  # noqa: E501
2738
2739          # noqa: E501
2740
2741        :return: The supplemental_documents_must_view of this UserSettingsInformation.  # noqa: E501
2742        :rtype: str
2743        """
2744        return self._supplemental_documents_must_view
2745
2746    @supplemental_documents_must_view.setter
2747    def supplemental_documents_must_view(self, supplemental_documents_must_view):
2748        """Sets the supplemental_documents_must_view of this UserSettingsInformation.
2749
2750          # noqa: E501
2751
2752        :param supplemental_documents_must_view: The supplemental_documents_must_view of this UserSettingsInformation.  # noqa: E501
2753        :type: str
2754        """
2755
2756        self._supplemental_documents_must_view = supplemental_documents_must_view
2757
2758    @property
2759    def supplemental_documents_must_view_metadata(self):
2760        """Gets the supplemental_documents_must_view_metadata of this UserSettingsInformation.  # noqa: E501
2761
2762        Metadata that indicates whether the `supplementalDocumentsMustView` property is editable.   # noqa: E501
2763
2764        :return: The supplemental_documents_must_view_metadata of this UserSettingsInformation.  # noqa: E501
2765        :rtype: SettingsMetadata
2766        """
2767        return self._supplemental_documents_must_view_metadata
2768
2769    @supplemental_documents_must_view_metadata.setter
2770    def supplemental_documents_must_view_metadata(self, supplemental_documents_must_view_metadata):
2771        """Sets the supplemental_documents_must_view_metadata of this UserSettingsInformation.
2772
2773        Metadata that indicates whether the `supplementalDocumentsMustView` property is editable.   # noqa: E501
2774
2775        :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this UserSettingsInformation.  # noqa: E501
2776        :type: SettingsMetadata
2777        """
2778
2779        self._supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata
2780
2781    @property
2782    def template_active_creation(self):
2783        """Gets the template_active_creation of this UserSettingsInformation.  # noqa: E501
2784
2785          # noqa: E501
2786
2787        :return: The template_active_creation of this UserSettingsInformation.  # noqa: E501
2788        :rtype: str
2789        """
2790        return self._template_active_creation
2791
2792    @template_active_creation.setter
2793    def template_active_creation(self, template_active_creation):
2794        """Sets the template_active_creation of this UserSettingsInformation.
2795
2796          # noqa: E501
2797
2798        :param template_active_creation: The template_active_creation of this UserSettingsInformation.  # noqa: E501
2799        :type: str
2800        """
2801
2802        self._template_active_creation = template_active_creation
2803
2804    @property
2805    def template_active_creation_metadata(self):
2806        """Gets the template_active_creation_metadata of this UserSettingsInformation.  # noqa: E501
2807
2808        Metadata about the `templateActiveCreation` property.  # noqa: E501
2809
2810        :return: The template_active_creation_metadata of this UserSettingsInformation.  # noqa: E501
2811        :rtype: SettingsMetadata
2812        """
2813        return self._template_active_creation_metadata
2814
2815    @template_active_creation_metadata.setter
2816    def template_active_creation_metadata(self, template_active_creation_metadata):
2817        """Sets the template_active_creation_metadata of this UserSettingsInformation.
2818
2819        Metadata about the `templateActiveCreation` property.  # noqa: E501
2820
2821        :param template_active_creation_metadata: The template_active_creation_metadata of this UserSettingsInformation.  # noqa: E501
2822        :type: SettingsMetadata
2823        """
2824
2825        self._template_active_creation_metadata = template_active_creation_metadata
2826
2827    @property
2828    def template_apply_notify(self):
2829        """Gets the template_apply_notify of this UserSettingsInformation.  # noqa: E501
2830
2831          # noqa: E501
2832
2833        :return: The template_apply_notify of this UserSettingsInformation.  # noqa: E501
2834        :rtype: str
2835        """
2836        return self._template_apply_notify
2837
2838    @template_apply_notify.setter
2839    def template_apply_notify(self, template_apply_notify):
2840        """Sets the template_apply_notify of this UserSettingsInformation.
2841
2842          # noqa: E501
2843
2844        :param template_apply_notify: The template_apply_notify of this UserSettingsInformation.  # noqa: E501
2845        :type: str
2846        """
2847
2848        self._template_apply_notify = template_apply_notify
2849
2850    @property
2851    def template_apply_notify_metadata(self):
2852        """Gets the template_apply_notify_metadata of this UserSettingsInformation.  # noqa: E501
2853
2854        Metadata about the `templateApplyNotify` property.  # noqa: E501
2855
2856        :return: The template_apply_notify_metadata of this UserSettingsInformation.  # noqa: E501
2857        :rtype: SettingsMetadata
2858        """
2859        return self._template_apply_notify_metadata
2860
2861    @template_apply_notify_metadata.setter
2862    def template_apply_notify_metadata(self, template_apply_notify_metadata):
2863        """Sets the template_apply_notify_metadata of this UserSettingsInformation.
2864
2865        Metadata about the `templateApplyNotify` property.  # noqa: E501
2866
2867        :param template_apply_notify_metadata: The template_apply_notify_metadata of this UserSettingsInformation.  # noqa: E501
2868        :type: SettingsMetadata
2869        """
2870
2871        self._template_apply_notify_metadata = template_apply_notify_metadata
2872
2873    @property
2874    def template_auto_matching(self):
2875        """Gets the template_auto_matching of this UserSettingsInformation.  # noqa: E501
2876
2877          # noqa: E501
2878
2879        :return: The template_auto_matching of this UserSettingsInformation.  # noqa: E501
2880        :rtype: str
2881        """
2882        return self._template_auto_matching
2883
2884    @template_auto_matching.setter
2885    def template_auto_matching(self, template_auto_matching):
2886        """Sets the template_auto_matching of this UserSettingsInformation.
2887
2888          # noqa: E501
2889
2890        :param template_auto_matching: The template_auto_matching of this UserSettingsInformation.  # noqa: E501
2891        :type: str
2892        """
2893
2894        self._template_auto_matching = template_auto_matching
2895
2896    @property
2897    def template_auto_matching_metadata(self):
2898        """Gets the template_auto_matching_metadata of this UserSettingsInformation.  # noqa: E501
2899
2900        Metadata about the `templateAutoMatching` property.  # noqa: E501
2901
2902        :return: The template_auto_matching_metadata of this UserSettingsInformation.  # noqa: E501
2903        :rtype: SettingsMetadata
2904        """
2905        return self._template_auto_matching_metadata
2906
2907    @template_auto_matching_metadata.setter
2908    def template_auto_matching_metadata(self, template_auto_matching_metadata):
2909        """Sets the template_auto_matching_metadata of this UserSettingsInformation.
2910
2911        Metadata about the `templateAutoMatching` property.  # noqa: E501
2912
2913        :param template_auto_matching_metadata: The template_auto_matching_metadata of this UserSettingsInformation.  # noqa: E501
2914        :type: SettingsMetadata
2915        """
2916
2917        self._template_auto_matching_metadata = template_auto_matching_metadata
2918
2919    @property
2920    def template_matching_sensitivity(self):
2921        """Gets the template_matching_sensitivity of this UserSettingsInformation.  # noqa: E501
2922
2923          # noqa: E501
2924
2925        :return: The template_matching_sensitivity of this UserSettingsInformation.  # noqa: E501
2926        :rtype: str
2927        """
2928        return self._template_matching_sensitivity
2929
2930    @template_matching_sensitivity.setter
2931    def template_matching_sensitivity(self, template_matching_sensitivity):
2932        """Sets the template_matching_sensitivity of this UserSettingsInformation.
2933
2934          # noqa: E501
2935
2936        :param template_matching_sensitivity: The template_matching_sensitivity of this UserSettingsInformation.  # noqa: E501
2937        :type: str
2938        """
2939
2940        self._template_matching_sensitivity = template_matching_sensitivity
2941
2942    @property
2943    def template_matching_sensitivity_metadata(self):
2944        """Gets the template_matching_sensitivity_metadata of this UserSettingsInformation.  # noqa: E501
2945
2946        Metadata about the `tempalteMatchingSensitivity` property.  # noqa: E501
2947
2948        :return: The template_matching_sensitivity_metadata of this UserSettingsInformation.  # noqa: E501
2949        :rtype: SettingsMetadata
2950        """
2951        return self._template_matching_sensitivity_metadata
2952
2953    @template_matching_sensitivity_metadata.setter
2954    def template_matching_sensitivity_metadata(self, template_matching_sensitivity_metadata):
2955        """Sets the template_matching_sensitivity_metadata of this UserSettingsInformation.
2956
2957        Metadata about the `tempalteMatchingSensitivity` property.  # noqa: E501
2958
2959        :param template_matching_sensitivity_metadata: The template_matching_sensitivity_metadata of this UserSettingsInformation.  # noqa: E501
2960        :type: SettingsMetadata
2961        """
2962
2963        self._template_matching_sensitivity_metadata = template_matching_sensitivity_metadata
2964
2965    @property
2966    def template_page_level_matching(self):
2967        """Gets the template_page_level_matching of this UserSettingsInformation.  # noqa: E501
2968
2969          # noqa: E501
2970
2971        :return: The template_page_level_matching of this UserSettingsInformation.  # noqa: E501
2972        :rtype: str
2973        """
2974        return self._template_page_level_matching
2975
2976    @template_page_level_matching.setter
2977    def template_page_level_matching(self, template_page_level_matching):
2978        """Sets the template_page_level_matching of this UserSettingsInformation.
2979
2980          # noqa: E501
2981
2982        :param template_page_level_matching: The template_page_level_matching of this UserSettingsInformation.  # noqa: E501
2983        :type: str
2984        """
2985
2986        self._template_page_level_matching = template_page_level_matching
2987
2988    @property
2989    def template_page_level_matching_metadata(self):
2990        """Gets the template_page_level_matching_metadata of this UserSettingsInformation.  # noqa: E501
2991
2992        Metadata about the `templatePageLevelMatching` property.  # noqa: E501
2993
2994        :return: The template_page_level_matching_metadata of this UserSettingsInformation.  # noqa: E501
2995        :rtype: SettingsMetadata
2996        """
2997        return self._template_page_level_matching_metadata
2998
2999    @template_page_level_matching_metadata.setter
3000    def template_page_level_matching_metadata(self, template_page_level_matching_metadata):
3001        """Sets the template_page_level_matching_metadata of this UserSettingsInformation.
3002
3003        Metadata about the `templatePageLevelMatching` property.  # noqa: E501
3004
3005        :param template_page_level_matching_metadata: The template_page_level_matching_metadata of this UserSettingsInformation.  # noqa: E501
3006        :type: SettingsMetadata
3007        """
3008
3009        self._template_page_level_matching_metadata = template_page_level_matching_metadata
3010
3011    @property
3012    def timezone_dst(self):
3013        """Gets the timezone_dst of this UserSettingsInformation.  # noqa: E501
3014
3015          # noqa: E501
3016
3017        :return: The timezone_dst of this UserSettingsInformation.  # noqa: E501
3018        :rtype: str
3019        """
3020        return self._timezone_dst
3021
3022    @timezone_dst.setter
3023    def timezone_dst(self, timezone_dst):
3024        """Sets the timezone_dst of this UserSettingsInformation.
3025
3026          # noqa: E501
3027
3028        :param timezone_dst: The timezone_dst of this UserSettingsInformation.  # noqa: E501
3029        :type: str
3030        """
3031
3032        self._timezone_dst = timezone_dst
3033
3034    @property
3035    def timezone_dst_metadata(self):
3036        """Gets the timezone_dst_metadata of this UserSettingsInformation.  # noqa: E501
3037
3038        Metadata about the `timezoneDST` property.  # noqa: E501
3039
3040        :return: The timezone_dst_metadata of this UserSettingsInformation.  # noqa: E501
3041        :rtype: SettingsMetadata
3042        """
3043        return self._timezone_dst_metadata
3044
3045    @timezone_dst_metadata.setter
3046    def timezone_dst_metadata(self, timezone_dst_metadata):
3047        """Sets the timezone_dst_metadata of this UserSettingsInformation.
3048
3049        Metadata about the `timezoneDST` property.  # noqa: E501
3050
3051        :param timezone_dst_metadata: The timezone_dst_metadata of this UserSettingsInformation.  # noqa: E501
3052        :type: SettingsMetadata
3053        """
3054
3055        self._timezone_dst_metadata = timezone_dst_metadata
3056
3057    @property
3058    def timezone_mask(self):
3059        """Gets the timezone_mask of this UserSettingsInformation.  # noqa: E501
3060
3061          # noqa: E501
3062
3063        :return: The timezone_mask of this UserSettingsInformation.  # noqa: E501
3064        :rtype: str
3065        """
3066        return self._timezone_mask
3067
3068    @timezone_mask.setter
3069    def timezone_mask(self, timezone_mask):
3070        """Sets the timezone_mask of this UserSettingsInformation.
3071
3072          # noqa: E501
3073
3074        :param timezone_mask: The timezone_mask of this UserSettingsInformation.  # noqa: E501
3075        :type: str
3076        """
3077
3078        self._timezone_mask = timezone_mask
3079
3080    @property
3081    def timezone_mask_metadata(self):
3082        """Gets the timezone_mask_metadata of this UserSettingsInformation.  # noqa: E501
3083
3084        Metadata about the `timezoneMask` property.  # noqa: E501
3085
3086        :return: The timezone_mask_metadata of this UserSettingsInformation.  # noqa: E501
3087        :rtype: SettingsMetadata
3088        """
3089        return self._timezone_mask_metadata
3090
3091    @timezone_mask_metadata.setter
3092    def timezone_mask_metadata(self, timezone_mask_metadata):
3093        """Sets the timezone_mask_metadata of this UserSettingsInformation.
3094
3095        Metadata about the `timezoneMask` property.  # noqa: E501
3096
3097        :param timezone_mask_metadata: The timezone_mask_metadata of this UserSettingsInformation.  # noqa: E501
3098        :type: SettingsMetadata
3099        """
3100
3101        self._timezone_mask_metadata = timezone_mask_metadata
3102
3103    @property
3104    def timezone_offset(self):
3105        """Gets the timezone_offset of this UserSettingsInformation.  # noqa: E501
3106
3107          # noqa: E501
3108
3109        :return: The timezone_offset of this UserSettingsInformation.  # noqa: E501
3110        :rtype: str
3111        """
3112        return self._timezone_offset
3113
3114    @timezone_offset.setter
3115    def timezone_offset(self, timezone_offset):
3116        """Sets the timezone_offset of this UserSettingsInformation.
3117
3118          # noqa: E501
3119
3120        :param timezone_offset: The timezone_offset of this UserSettingsInformation.  # noqa: E501
3121        :type: str
3122        """
3123
3124        self._timezone_offset = timezone_offset
3125
3126    @property
3127    def timezone_offset_metadata(self):
3128        """Gets the timezone_offset_metadata of this UserSettingsInformation.  # noqa: E501
3129
3130        Metadata about the `timezoneOffset` property.  # noqa: E501
3131
3132        :return: The timezone_offset_metadata of this UserSettingsInformation.  # noqa: E501
3133        :rtype: SettingsMetadata
3134        """
3135        return self._timezone_offset_metadata
3136
3137    @timezone_offset_metadata.setter
3138    def timezone_offset_metadata(self, timezone_offset_metadata):
3139        """Sets the timezone_offset_metadata of this UserSettingsInformation.
3140
3141        Metadata about the `timezoneOffset` property.  # noqa: E501
3142
3143        :param timezone_offset_metadata: The timezone_offset_metadata of this UserSettingsInformation.  # noqa: E501
3144        :type: SettingsMetadata
3145        """
3146
3147        self._timezone_offset_metadata = timezone_offset_metadata
3148
3149    @property
3150    def timezone_sending_pref(self):
3151        """Gets the timezone_sending_pref of this UserSettingsInformation.  # noqa: E501
3152
3153          # noqa: E501
3154
3155        :return: The timezone_sending_pref of this UserSettingsInformation.  # noqa: E501
3156        :rtype: str
3157        """
3158        return self._timezone_sending_pref
3159
3160    @timezone_sending_pref.setter
3161    def timezone_sending_pref(self, timezone_sending_pref):
3162        """Sets the timezone_sending_pref of this UserSettingsInformation.
3163
3164          # noqa: E501
3165
3166        :param timezone_sending_pref: The timezone_sending_pref of this UserSettingsInformation.  # noqa: E501
3167        :type: str
3168        """
3169
3170        self._timezone_sending_pref = timezone_sending_pref
3171
3172    @property
3173    def timezone_sending_pref_metadata(self):
3174        """Gets the timezone_sending_pref_metadata of this UserSettingsInformation.  # noqa: E501
3175
3176        Reserved for DocuSign.  # noqa: E501
3177
3178        :return: The timezone_sending_pref_metadata of this UserSettingsInformation.  # noqa: E501
3179        :rtype: SettingsMetadata
3180        """
3181        return self._timezone_sending_pref_metadata
3182
3183    @timezone_sending_pref_metadata.setter
3184    def timezone_sending_pref_metadata(self, timezone_sending_pref_metadata):
3185        """Sets the timezone_sending_pref_metadata of this UserSettingsInformation.
3186
3187        Reserved for DocuSign.  # noqa: E501
3188
3189        :param timezone_sending_pref_metadata: The timezone_sending_pref_metadata of this UserSettingsInformation.  # noqa: E501
3190        :type: SettingsMetadata
3191        """
3192
3193        self._timezone_sending_pref_metadata = timezone_sending_pref_metadata
3194
3195    @property
3196    def timezone_signing_pref(self):
3197        """Gets the timezone_signing_pref of this UserSettingsInformation.  # noqa: E501
3198
3199          # noqa: E501
3200
3201        :return: The timezone_signing_pref of this UserSettingsInformation.  # noqa: E501
3202        :rtype: str
3203        """
3204        return self._timezone_signing_pref
3205
3206    @timezone_signing_pref.setter
3207    def timezone_signing_pref(self, timezone_signing_pref):
3208        """Sets the timezone_signing_pref of this UserSettingsInformation.
3209
3210          # noqa: E501
3211
3212        :param timezone_signing_pref: The timezone_signing_pref of this UserSettingsInformation.  # noqa: E501
3213        :type: str
3214        """
3215
3216        self._timezone_signing_pref = timezone_signing_pref
3217
3218    @property
3219    def timezone_signing_pref_metadata(self):
3220        """Gets the timezone_signing_pref_metadata of this UserSettingsInformation.  # noqa: E501
3221
3222        Reserved for DocuSign.  # noqa: E501
3223
3224        :return: The timezone_signing_pref_metadata of this UserSettingsInformation.  # noqa: E501
3225        :rtype: SettingsMetadata
3226        """
3227        return self._timezone_signing_pref_metadata
3228
3229    @timezone_signing_pref_metadata.setter
3230    def timezone_signing_pref_metadata(self, timezone_signing_pref_metadata):
3231        """Sets the timezone_signing_pref_metadata of this UserSettingsInformation.
3232
3233        Reserved for DocuSign.  # noqa: E501
3234
3235        :param timezone_signing_pref_metadata: The timezone_signing_pref_metadata of this UserSettingsInformation.  # noqa: E501
3236        :type: SettingsMetadata
3237        """
3238
3239        self._timezone_signing_pref_metadata = timezone_signing_pref_metadata
3240
3241    @property
3242    def transaction_point_site_name_url(self):
3243        """Gets the transaction_point_site_name_url of this UserSettingsInformation.  # noqa: E501
3244
3245          # noqa: E501
3246
3247        :return: The transaction_point_site_name_url of this UserSettingsInformation.  # noqa: E501
3248        :rtype: str
3249        """
3250        return self._transaction_point_site_name_url
3251
3252    @transaction_point_site_name_url.setter
3253    def transaction_point_site_name_url(self, transaction_point_site_name_url):
3254        """Sets the transaction_point_site_name_url of this UserSettingsInformation.
3255
3256          # noqa: E501
3257
3258        :param transaction_point_site_name_url: The transaction_point_site_name_url of this UserSettingsInformation.  # noqa: E501
3259        :type: str
3260        """
3261
3262        self._transaction_point_site_name_url = transaction_point_site_name_url
3263
3264    @property
3265    def transaction_point_site_name_url_metadata(self):
3266        """Gets the transaction_point_site_name_url_metadata of this UserSettingsInformation.  # noqa: E501
3267
3268        Reserved for DocuSign.  # noqa: E501
3269
3270        :return: The transaction_point_site_name_url_metadata of this UserSettingsInformation.  # noqa: E501
3271        :rtype: SettingsMetadata
3272        """
3273        return self._transaction_point_site_name_url_metadata
3274
3275    @transaction_point_site_name_url_metadata.setter
3276    def transaction_point_site_name_url_metadata(self, transaction_point_site_name_url_metadata):
3277        """Sets the transaction_point_site_name_url_metadata of this UserSettingsInformation.
3278
3279        Reserved for DocuSign.  # noqa: E501
3280
3281        :param transaction_point_site_name_url_metadata: The transaction_point_site_name_url_metadata of this UserSettingsInformation.  # noqa: E501
3282        :type: SettingsMetadata
3283        """
3284
3285        self._transaction_point_site_name_url_metadata = transaction_point_site_name_url_metadata
3286
3287    @property
3288    def transaction_point_user_name(self):
3289        """Gets the transaction_point_user_name of this UserSettingsInformation.  # noqa: E501
3290
3291          # noqa: E501
3292
3293        :return: The transaction_point_user_name of this UserSettingsInformation.  # noqa: E501
3294        :rtype: str
3295        """
3296        return self._transaction_point_user_name
3297
3298    @transaction_point_user_name.setter
3299    def transaction_point_user_name(self, transaction_point_user_name):
3300        """Sets the transaction_point_user_name of this UserSettingsInformation.
3301
3302          # noqa: E501
3303
3304        :param transaction_point_user_name: The transaction_point_user_name of this UserSettingsInformation.  # noqa: E501
3305        :type: str
3306        """
3307
3308        self._transaction_point_user_name = transaction_point_user_name
3309
3310    @property
3311    def transaction_point_user_name_metadata(self):
3312        """Gets the transaction_point_user_name_metadata of this UserSettingsInformation.  # noqa: E501
3313
3314        Reserved for DocuSign.  # noqa: E501
3315
3316        :return: The transaction_point_user_name_metadata of this UserSettingsInformation.  # noqa: E501
3317        :rtype: SettingsMetadata
3318        """
3319        return self._transaction_point_user_name_metadata
3320
3321    @transaction_point_user_name_metadata.setter
3322    def transaction_point_user_name_metadata(self, transaction_point_user_name_metadata):
3323        """Sets the transaction_point_user_name_metadata of this UserSettingsInformation.
3324
3325        Reserved for DocuSign.  # noqa: E501
3326
3327        :param transaction_point_user_name_metadata: The transaction_point_user_name_metadata of this UserSettingsInformation.  # noqa: E501
3328        :type: SettingsMetadata
3329        """
3330
3331        self._transaction_point_user_name_metadata = transaction_point_user_name_metadata
3332
3333    @property
3334    def vaulting_mode(self):
3335        """Gets the vaulting_mode of this UserSettingsInformation.  # noqa: E501
3336
3337          # noqa: E501
3338
3339        :return: The vaulting_mode of this UserSettingsInformation.  # noqa: E501
3340        :rtype: str
3341        """
3342        return self._vaulting_mode
3343
3344    @vaulting_mode.setter
3345    def vaulting_mode(self, vaulting_mode):
3346        """Sets the vaulting_mode of this UserSettingsInformation.
3347
3348          # noqa: E501
3349
3350        :param vaulting_mode: The vaulting_mode of this UserSettingsInformation.  # noqa: E501
3351        :type: str
3352        """
3353
3354        self._vaulting_mode = vaulting_mode
3355
3356    @property
3357    def vaulting_mode_metadata(self):
3358        """Gets the vaulting_mode_metadata of this UserSettingsInformation.  # noqa: E501
3359
3360        Metadata about the `vaultingMode` property.  # noqa: E501
3361
3362        :return: The vaulting_mode_metadata of this UserSettingsInformation.  # noqa: E501
3363        :rtype: SettingsMetadata
3364        """
3365        return self._vaulting_mode_metadata
3366
3367    @vaulting_mode_metadata.setter
3368    def vaulting_mode_metadata(self, vaulting_mode_metadata):
3369        """Sets the vaulting_mode_metadata of this UserSettingsInformation.
3370
3371        Metadata about the `vaultingMode` property.  # noqa: E501
3372
3373        :param vaulting_mode_metadata: The vaulting_mode_metadata of this UserSettingsInformation.  # noqa: E501
3374        :type: SettingsMetadata
3375        """
3376
3377        self._vaulting_mode_metadata = vaulting_mode_metadata
3378
3379    @property
3380    def web_forms(self):
3381        """Gets the web_forms of this UserSettingsInformation.  # noqa: E501
3382
3383          # noqa: E501
3384
3385        :return: The web_forms of this UserSettingsInformation.  # noqa: E501
3386        :rtype: str
3387        """
3388        return self._web_forms
3389
3390    @web_forms.setter
3391    def web_forms(self, web_forms):
3392        """Sets the web_forms of this UserSettingsInformation.
3393
3394          # noqa: E501
3395
3396        :param web_forms: The web_forms of this UserSettingsInformation.  # noqa: E501
3397        :type: str
3398        """
3399
3400        self._web_forms = web_forms
3401
3402    @property
3403    def web_forms_metadata(self):
3404        """Gets the web_forms_metadata of this UserSettingsInformation.  # noqa: E501
3405
3406          # noqa: E501
3407
3408        :return: The web_forms_metadata of this UserSettingsInformation.  # noqa: E501
3409        :rtype: SettingsMetadata
3410        """
3411        return self._web_forms_metadata
3412
3413    @web_forms_metadata.setter
3414    def web_forms_metadata(self, web_forms_metadata):
3415        """Sets the web_forms_metadata of this UserSettingsInformation.
3416
3417          # noqa: E501
3418
3419        :param web_forms_metadata: The web_forms_metadata of this UserSettingsInformation.  # noqa: E501
3420        :type: SettingsMetadata
3421        """
3422
3423        self._web_forms_metadata = web_forms_metadata
3424
3425    def to_dict(self):
3426        """Returns the model properties as a dict"""
3427        result = {}
3428
3429        for attr, _ in six.iteritems(self.swagger_types):
3430            value = getattr(self, attr)
3431            if isinstance(value, list):
3432                result[attr] = list(map(
3433                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
3434                    value
3435                ))
3436            elif hasattr(value, "to_dict"):
3437                result[attr] = value.to_dict()
3438            elif isinstance(value, dict):
3439                result[attr] = dict(map(
3440                    lambda item: (item[0], item[1].to_dict())
3441                    if hasattr(item[1], "to_dict") else item,
3442                    value.items()
3443                ))
3444            else:
3445                result[attr] = value
3446        if issubclass(UserSettingsInformation, dict):
3447            for key, value in self.items():
3448                result[key] = value
3449
3450        return result
3451
3452    def to_str(self):
3453        """Returns the string representation of the model"""
3454        return pprint.pformat(self.to_dict())
3455
3456    def __repr__(self):
3457        """For `print` and `pprint`"""
3458        return self.to_str()
3459
3460    def __eq__(self, other):
3461        """Returns true if both objects are equal"""
3462        if not isinstance(other, UserSettingsInformation):
3463            return False
3464
3465        return self.to_dict() == other.to_dict()
3466
3467    def __ne__(self, other):
3468        """Returns true if both objects are not equal"""
3469        if not isinstance(other, UserSettingsInformation):
3470            return True
3471
3472        return self.to_dict() != other.to_dict()
class UserSettingsInformation:
  23class UserSettingsInformation(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        'account_management_granular': 'UserAccountManagementGranularInformation',
  38        'admin_only': 'str',
  39        'admin_only_metadata': 'SettingsMetadata',
  40        'allow_auto_tagging': 'str',
  41        'allow_envelope_transfer_to': 'str',
  42        'allow_envelope_transfer_to_metadata': 'SettingsMetadata',
  43        'allow_eseal_recipients': 'str',
  44        'allow_eseal_recipients_metadata': 'SettingsMetadata',
  45        'allow_power_forms_admin_to_access_all_power_form_envelope': 'str',
  46        'allow_power_forms_admin_to_access_all_power_form_envelope_metadata': 'SettingsMetadata',
  47        'allow_recipient_language_selection': 'str',
  48        'allow_recipient_language_selection_metadata': 'SettingsMetadata',
  49        'allow_send_on_behalf_of': 'str',
  50        'allow_send_on_behalf_of_metadata': 'SettingsMetadata',
  51        'allow_supplemental_documents': 'str',
  52        'allow_supplemental_documents_metadata': 'SettingsMetadata',
  53        'anchor_tag_versioned_placement_enabled': 'str',
  54        'api_account_wide_access': 'str',
  55        'api_account_wide_access_metadata': 'SettingsMetadata',
  56        'api_can_export_ac': 'str',
  57        'api_can_export_ac_metadata': 'SettingsMetadata',
  58        'bulk_send': 'str',
  59        'bulk_send_metadata': 'SettingsMetadata',
  60        'can_charge_account': 'str',
  61        'can_charge_account_metadata': 'SettingsMetadata',
  62        'can_edit_shared_addressbook': 'str',
  63        'can_edit_shared_addressbook_metadata': 'SettingsMetadata',
  64        'can_lock_envelopes': 'str',
  65        'can_lock_envelopes_metadata': 'SettingsMetadata',
  66        'can_manage_account': 'str',
  67        'can_manage_account_metadata': 'SettingsMetadata',
  68        'can_manage_distributor': 'str',
  69        'can_manage_distributor_metadata': 'SettingsMetadata',
  70        'can_manage_templates': 'str',
  71        'can_manage_templates_metadata': 'SettingsMetadata',
  72        'can_send_api_requests': 'str',
  73        'can_send_api_requests_metadata': 'SettingsMetadata',
  74        'can_send_envelope': 'str',
  75        'can_send_envelope_metadata': 'SettingsMetadata',
  76        'can_send_envelopes_via_sms': 'str',
  77        'can_send_envelopes_via_sms_metadata': 'SettingsMetadata',
  78        'can_sign_envelope': 'str',
  79        'can_sign_envelope_metadata': 'SettingsMetadata',
  80        'can_use_scratchpad': 'str',
  81        'can_use_scratchpad_metadata': 'SettingsMetadata',
  82        'can_use_smart_contracts': 'str',
  83        'can_use_smart_contracts_metadata': 'SettingsMetadata',
  84        'disable_document_upload': 'str',
  85        'disable_document_upload_metadata': 'SettingsMetadata',
  86        'disable_other_actions': 'str',
  87        'disable_other_actions_metadata': 'SettingsMetadata',
  88        'enable_ds_pro': 'str',
  89        'enable_ds_pro_metadata': 'SettingsMetadata',
  90        'enable_key_terms_suggestions_by_document_type': 'str',
  91        'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata',
  92        'enable_sequential_signing_api': 'str',
  93        'enable_sequential_signing_api_metadata': 'SettingsMetadata',
  94        'enable_sequential_signing_ui': 'str',
  95        'enable_sequential_signing_ui_metadata': 'SettingsMetadata',
  96        'enable_signer_attachments': 'str',
  97        'enable_signer_attachments_metadata': 'SettingsMetadata',
  98        'enable_sign_on_paper_override': 'str',
  99        'enable_sign_on_paper_override_metadata': 'SettingsMetadata',
 100        'enable_transaction_point': 'str',
 101        'enable_transaction_point_metadata': 'SettingsMetadata',
 102        'enable_vaulting': 'str',
 103        'enable_vaulting_metadata': 'SettingsMetadata',
 104        'express_send_only': 'str',
 105        'locale': 'str',
 106        'locale_metadata': 'SettingsMetadata',
 107        'locale_policy': 'LocalePolicy',
 108        'manage_clickwraps_mode': 'str',
 109        'manage_clickwraps_mode_metadata': 'SettingsMetadata',
 110        'modified_by': 'str',
 111        'modified_by_metadata': 'SettingsMetadata',
 112        'modified_date': 'str',
 113        'modified_date_metadata': 'SettingsMetadata',
 114        'modified_page': 'str',
 115        'modified_page_metadata': 'SettingsMetadata',
 116        'new_send_ui': 'str',
 117        'new_send_ui_metadata': 'SettingsMetadata',
 118        'power_form_mode': 'str',
 119        'power_form_mode_metadata': 'SettingsMetadata',
 120        'recipient_viewed_notification': 'str',
 121        'recipient_viewed_notification_metadata': 'SettingsMetadata',
 122        'seal_identifiers': 'list[SealIdentifier]',
 123        'self_signed_recipient_email_document': 'str',
 124        'self_signed_recipient_email_document_metadata': 'SettingsMetadata',
 125        'sender_email_notifications': 'SenderEmailNotifications',
 126        'signer_email_notifications': 'SignerEmailNotifications',
 127        'supplemental_document_include_in_download': 'str',
 128        'supplemental_documents_must_accept': 'str',
 129        'supplemental_documents_must_accept_metadata': 'SettingsMetadata',
 130        'supplemental_documents_must_read': 'str',
 131        'supplemental_documents_must_read_metadata': 'SettingsMetadata',
 132        'supplemental_documents_must_view': 'str',
 133        'supplemental_documents_must_view_metadata': 'SettingsMetadata',
 134        'template_active_creation': 'str',
 135        'template_active_creation_metadata': 'SettingsMetadata',
 136        'template_apply_notify': 'str',
 137        'template_apply_notify_metadata': 'SettingsMetadata',
 138        'template_auto_matching': 'str',
 139        'template_auto_matching_metadata': 'SettingsMetadata',
 140        'template_matching_sensitivity': 'str',
 141        'template_matching_sensitivity_metadata': 'SettingsMetadata',
 142        'template_page_level_matching': 'str',
 143        'template_page_level_matching_metadata': 'SettingsMetadata',
 144        'timezone_dst': 'str',
 145        'timezone_dst_metadata': 'SettingsMetadata',
 146        'timezone_mask': 'str',
 147        'timezone_mask_metadata': 'SettingsMetadata',
 148        'timezone_offset': 'str',
 149        'timezone_offset_metadata': 'SettingsMetadata',
 150        'timezone_sending_pref': 'str',
 151        'timezone_sending_pref_metadata': 'SettingsMetadata',
 152        'timezone_signing_pref': 'str',
 153        'timezone_signing_pref_metadata': 'SettingsMetadata',
 154        'transaction_point_site_name_url': 'str',
 155        'transaction_point_site_name_url_metadata': 'SettingsMetadata',
 156        'transaction_point_user_name': 'str',
 157        'transaction_point_user_name_metadata': 'SettingsMetadata',
 158        'vaulting_mode': 'str',
 159        'vaulting_mode_metadata': 'SettingsMetadata',
 160        'web_forms': 'str',
 161        'web_forms_metadata': 'SettingsMetadata'
 162    }
 163
 164    attribute_map = {
 165        'account_management_granular': 'accountManagementGranular',
 166        'admin_only': 'adminOnly',
 167        'admin_only_metadata': 'adminOnlyMetadata',
 168        'allow_auto_tagging': 'allowAutoTagging',
 169        'allow_envelope_transfer_to': 'allowEnvelopeTransferTo',
 170        'allow_envelope_transfer_to_metadata': 'allowEnvelopeTransferToMetadata',
 171        'allow_eseal_recipients': 'allowEsealRecipients',
 172        'allow_eseal_recipients_metadata': 'allowEsealRecipientsMetadata',
 173        'allow_power_forms_admin_to_access_all_power_form_envelope': 'allowPowerFormsAdminToAccessAllPowerFormEnvelope',
 174        'allow_power_forms_admin_to_access_all_power_form_envelope_metadata': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata',
 175        'allow_recipient_language_selection': 'allowRecipientLanguageSelection',
 176        'allow_recipient_language_selection_metadata': 'allowRecipientLanguageSelectionMetadata',
 177        'allow_send_on_behalf_of': 'allowSendOnBehalfOf',
 178        'allow_send_on_behalf_of_metadata': 'allowSendOnBehalfOfMetadata',
 179        'allow_supplemental_documents': 'allowSupplementalDocuments',
 180        'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata',
 181        'anchor_tag_versioned_placement_enabled': 'anchorTagVersionedPlacementEnabled',
 182        'api_account_wide_access': 'apiAccountWideAccess',
 183        'api_account_wide_access_metadata': 'apiAccountWideAccessMetadata',
 184        'api_can_export_ac': 'apiCanExportAC',
 185        'api_can_export_ac_metadata': 'apiCanExportACMetadata',
 186        'bulk_send': 'bulkSend',
 187        'bulk_send_metadata': 'bulkSendMetadata',
 188        'can_charge_account': 'canChargeAccount',
 189        'can_charge_account_metadata': 'canChargeAccountMetadata',
 190        'can_edit_shared_addressbook': 'canEditSharedAddressbook',
 191        'can_edit_shared_addressbook_metadata': 'canEditSharedAddressbookMetadata',
 192        'can_lock_envelopes': 'canLockEnvelopes',
 193        'can_lock_envelopes_metadata': 'canLockEnvelopesMetadata',
 194        'can_manage_account': 'canManageAccount',
 195        'can_manage_account_metadata': 'canManageAccountMetadata',
 196        'can_manage_distributor': 'canManageDistributor',
 197        'can_manage_distributor_metadata': 'canManageDistributorMetadata',
 198        'can_manage_templates': 'canManageTemplates',
 199        'can_manage_templates_metadata': 'canManageTemplatesMetadata',
 200        'can_send_api_requests': 'canSendAPIRequests',
 201        'can_send_api_requests_metadata': 'canSendAPIRequestsMetadata',
 202        'can_send_envelope': 'canSendEnvelope',
 203        'can_send_envelope_metadata': 'canSendEnvelopeMetadata',
 204        'can_send_envelopes_via_sms': 'canSendEnvelopesViaSMS',
 205        'can_send_envelopes_via_sms_metadata': 'canSendEnvelopesViaSMSMetadata',
 206        'can_sign_envelope': 'canSignEnvelope',
 207        'can_sign_envelope_metadata': 'canSignEnvelopeMetadata',
 208        'can_use_scratchpad': 'canUseScratchpad',
 209        'can_use_scratchpad_metadata': 'canUseScratchpadMetadata',
 210        'can_use_smart_contracts': 'canUseSmartContracts',
 211        'can_use_smart_contracts_metadata': 'canUseSmartContractsMetadata',
 212        'disable_document_upload': 'disableDocumentUpload',
 213        'disable_document_upload_metadata': 'disableDocumentUploadMetadata',
 214        'disable_other_actions': 'disableOtherActions',
 215        'disable_other_actions_metadata': 'disableOtherActionsMetadata',
 216        'enable_ds_pro': 'enableDSPro',
 217        'enable_ds_pro_metadata': 'enableDSProMetadata',
 218        'enable_key_terms_suggestions_by_document_type': 'enableKeyTermsSuggestionsByDocumentType',
 219        'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata',
 220        'enable_sequential_signing_api': 'enableSequentialSigningAPI',
 221        'enable_sequential_signing_api_metadata': 'enableSequentialSigningAPIMetadata',
 222        'enable_sequential_signing_ui': 'enableSequentialSigningUI',
 223        'enable_sequential_signing_ui_metadata': 'enableSequentialSigningUIMetadata',
 224        'enable_signer_attachments': 'enableSignerAttachments',
 225        'enable_signer_attachments_metadata': 'enableSignerAttachmentsMetadata',
 226        'enable_sign_on_paper_override': 'enableSignOnPaperOverride',
 227        'enable_sign_on_paper_override_metadata': 'enableSignOnPaperOverrideMetadata',
 228        'enable_transaction_point': 'enableTransactionPoint',
 229        'enable_transaction_point_metadata': 'enableTransactionPointMetadata',
 230        'enable_vaulting': 'enableVaulting',
 231        'enable_vaulting_metadata': 'enableVaultingMetadata',
 232        'express_send_only': 'expressSendOnly',
 233        'locale': 'locale',
 234        'locale_metadata': 'localeMetadata',
 235        'locale_policy': 'localePolicy',
 236        'manage_clickwraps_mode': 'manageClickwrapsMode',
 237        'manage_clickwraps_mode_metadata': 'manageClickwrapsModeMetadata',
 238        'modified_by': 'modifiedBy',
 239        'modified_by_metadata': 'modifiedByMetadata',
 240        'modified_date': 'modifiedDate',
 241        'modified_date_metadata': 'modifiedDateMetadata',
 242        'modified_page': 'modifiedPage',
 243        'modified_page_metadata': 'modifiedPageMetadata',
 244        'new_send_ui': 'newSendUI',
 245        'new_send_ui_metadata': 'newSendUIMetadata',
 246        'power_form_mode': 'powerFormMode',
 247        'power_form_mode_metadata': 'powerFormModeMetadata',
 248        'recipient_viewed_notification': 'recipientViewedNotification',
 249        'recipient_viewed_notification_metadata': 'recipientViewedNotificationMetadata',
 250        'seal_identifiers': 'sealIdentifiers',
 251        'self_signed_recipient_email_document': 'selfSignedRecipientEmailDocument',
 252        'self_signed_recipient_email_document_metadata': 'selfSignedRecipientEmailDocumentMetadata',
 253        'sender_email_notifications': 'senderEmailNotifications',
 254        'signer_email_notifications': 'signerEmailNotifications',
 255        'supplemental_document_include_in_download': 'supplementalDocumentIncludeInDownload',
 256        'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept',
 257        'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata',
 258        'supplemental_documents_must_read': 'supplementalDocumentsMustRead',
 259        'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata',
 260        'supplemental_documents_must_view': 'supplementalDocumentsMustView',
 261        'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata',
 262        'template_active_creation': 'templateActiveCreation',
 263        'template_active_creation_metadata': 'templateActiveCreationMetadata',
 264        'template_apply_notify': 'templateApplyNotify',
 265        'template_apply_notify_metadata': 'templateApplyNotifyMetadata',
 266        'template_auto_matching': 'templateAutoMatching',
 267        'template_auto_matching_metadata': 'templateAutoMatchingMetadata',
 268        'template_matching_sensitivity': 'templateMatchingSensitivity',
 269        'template_matching_sensitivity_metadata': 'templateMatchingSensitivityMetadata',
 270        'template_page_level_matching': 'templatePageLevelMatching',
 271        'template_page_level_matching_metadata': 'templatePageLevelMatchingMetadata',
 272        'timezone_dst': 'timezoneDST',
 273        'timezone_dst_metadata': 'timezoneDSTMetadata',
 274        'timezone_mask': 'timezoneMask',
 275        'timezone_mask_metadata': 'timezoneMaskMetadata',
 276        'timezone_offset': 'timezoneOffset',
 277        'timezone_offset_metadata': 'timezoneOffsetMetadata',
 278        'timezone_sending_pref': 'timezoneSendingPref',
 279        'timezone_sending_pref_metadata': 'timezoneSendingPrefMetadata',
 280        'timezone_signing_pref': 'timezoneSigningPref',
 281        'timezone_signing_pref_metadata': 'timezoneSigningPrefMetadata',
 282        'transaction_point_site_name_url': 'transactionPointSiteNameURL',
 283        'transaction_point_site_name_url_metadata': 'transactionPointSiteNameURLMetadata',
 284        'transaction_point_user_name': 'transactionPointUserName',
 285        'transaction_point_user_name_metadata': 'transactionPointUserNameMetadata',
 286        'vaulting_mode': 'vaultingMode',
 287        'vaulting_mode_metadata': 'vaultingModeMetadata',
 288        'web_forms': 'webForms',
 289        'web_forms_metadata': 'webFormsMetadata'
 290    }
 291
 292    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
 293        """UserSettingsInformation - a model defined in Swagger"""  # noqa: E501
 294        if _configuration is None:
 295            _configuration = Configuration()
 296        self._configuration = _configuration
 297
 298        self._account_management_granular = None
 299        self._admin_only = None
 300        self._admin_only_metadata = None
 301        self._allow_auto_tagging = None
 302        self._allow_envelope_transfer_to = None
 303        self._allow_envelope_transfer_to_metadata = None
 304        self._allow_eseal_recipients = None
 305        self._allow_eseal_recipients_metadata = None
 306        self._allow_power_forms_admin_to_access_all_power_form_envelope = None
 307        self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata = None
 308        self._allow_recipient_language_selection = None
 309        self._allow_recipient_language_selection_metadata = None
 310        self._allow_send_on_behalf_of = None
 311        self._allow_send_on_behalf_of_metadata = None
 312        self._allow_supplemental_documents = None
 313        self._allow_supplemental_documents_metadata = None
 314        self._anchor_tag_versioned_placement_enabled = None
 315        self._api_account_wide_access = None
 316        self._api_account_wide_access_metadata = None
 317        self._api_can_export_ac = None
 318        self._api_can_export_ac_metadata = None
 319        self._bulk_send = None
 320        self._bulk_send_metadata = None
 321        self._can_charge_account = None
 322        self._can_charge_account_metadata = None
 323        self._can_edit_shared_addressbook = None
 324        self._can_edit_shared_addressbook_metadata = None
 325        self._can_lock_envelopes = None
 326        self._can_lock_envelopes_metadata = None
 327        self._can_manage_account = None
 328        self._can_manage_account_metadata = None
 329        self._can_manage_distributor = None
 330        self._can_manage_distributor_metadata = None
 331        self._can_manage_templates = None
 332        self._can_manage_templates_metadata = None
 333        self._can_send_api_requests = None
 334        self._can_send_api_requests_metadata = None
 335        self._can_send_envelope = None
 336        self._can_send_envelope_metadata = None
 337        self._can_send_envelopes_via_sms = None
 338        self._can_send_envelopes_via_sms_metadata = None
 339        self._can_sign_envelope = None
 340        self._can_sign_envelope_metadata = None
 341        self._can_use_scratchpad = None
 342        self._can_use_scratchpad_metadata = None
 343        self._can_use_smart_contracts = None
 344        self._can_use_smart_contracts_metadata = None
 345        self._disable_document_upload = None
 346        self._disable_document_upload_metadata = None
 347        self._disable_other_actions = None
 348        self._disable_other_actions_metadata = None
 349        self._enable_ds_pro = None
 350        self._enable_ds_pro_metadata = None
 351        self._enable_key_terms_suggestions_by_document_type = None
 352        self._enable_key_terms_suggestions_by_document_type_metadata = None
 353        self._enable_sequential_signing_api = None
 354        self._enable_sequential_signing_api_metadata = None
 355        self._enable_sequential_signing_ui = None
 356        self._enable_sequential_signing_ui_metadata = None
 357        self._enable_signer_attachments = None
 358        self._enable_signer_attachments_metadata = None
 359        self._enable_sign_on_paper_override = None
 360        self._enable_sign_on_paper_override_metadata = None
 361        self._enable_transaction_point = None
 362        self._enable_transaction_point_metadata = None
 363        self._enable_vaulting = None
 364        self._enable_vaulting_metadata = None
 365        self._express_send_only = None
 366        self._locale = None
 367        self._locale_metadata = None
 368        self._locale_policy = None
 369        self._manage_clickwraps_mode = None
 370        self._manage_clickwraps_mode_metadata = None
 371        self._modified_by = None
 372        self._modified_by_metadata = None
 373        self._modified_date = None
 374        self._modified_date_metadata = None
 375        self._modified_page = None
 376        self._modified_page_metadata = None
 377        self._new_send_ui = None
 378        self._new_send_ui_metadata = None
 379        self._power_form_mode = None
 380        self._power_form_mode_metadata = None
 381        self._recipient_viewed_notification = None
 382        self._recipient_viewed_notification_metadata = None
 383        self._seal_identifiers = None
 384        self._self_signed_recipient_email_document = None
 385        self._self_signed_recipient_email_document_metadata = None
 386        self._sender_email_notifications = None
 387        self._signer_email_notifications = None
 388        self._supplemental_document_include_in_download = None
 389        self._supplemental_documents_must_accept = None
 390        self._supplemental_documents_must_accept_metadata = None
 391        self._supplemental_documents_must_read = None
 392        self._supplemental_documents_must_read_metadata = None
 393        self._supplemental_documents_must_view = None
 394        self._supplemental_documents_must_view_metadata = None
 395        self._template_active_creation = None
 396        self._template_active_creation_metadata = None
 397        self._template_apply_notify = None
 398        self._template_apply_notify_metadata = None
 399        self._template_auto_matching = None
 400        self._template_auto_matching_metadata = None
 401        self._template_matching_sensitivity = None
 402        self._template_matching_sensitivity_metadata = None
 403        self._template_page_level_matching = None
 404        self._template_page_level_matching_metadata = None
 405        self._timezone_dst = None
 406        self._timezone_dst_metadata = None
 407        self._timezone_mask = None
 408        self._timezone_mask_metadata = None
 409        self._timezone_offset = None
 410        self._timezone_offset_metadata = None
 411        self._timezone_sending_pref = None
 412        self._timezone_sending_pref_metadata = None
 413        self._timezone_signing_pref = None
 414        self._timezone_signing_pref_metadata = None
 415        self._transaction_point_site_name_url = None
 416        self._transaction_point_site_name_url_metadata = None
 417        self._transaction_point_user_name = None
 418        self._transaction_point_user_name_metadata = None
 419        self._vaulting_mode = None
 420        self._vaulting_mode_metadata = None
 421        self._web_forms = None
 422        self._web_forms_metadata = None
 423        self.discriminator = None
 424
 425        setattr(self, "_{}".format('account_management_granular'), kwargs.get('account_management_granular', None))
 426        setattr(self, "_{}".format('admin_only'), kwargs.get('admin_only', None))
 427        setattr(self, "_{}".format('admin_only_metadata'), kwargs.get('admin_only_metadata', None))
 428        setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None))
 429        setattr(self, "_{}".format('allow_envelope_transfer_to'), kwargs.get('allow_envelope_transfer_to', None))
 430        setattr(self, "_{}".format('allow_envelope_transfer_to_metadata'), kwargs.get('allow_envelope_transfer_to_metadata', None))
 431        setattr(self, "_{}".format('allow_eseal_recipients'), kwargs.get('allow_eseal_recipients', None))
 432        setattr(self, "_{}".format('allow_eseal_recipients_metadata'), kwargs.get('allow_eseal_recipients_metadata', None))
 433        setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelope'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelope', None))
 434        setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelope_metadata'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelope_metadata', None))
 435        setattr(self, "_{}".format('allow_recipient_language_selection'), kwargs.get('allow_recipient_language_selection', None))
 436        setattr(self, "_{}".format('allow_recipient_language_selection_metadata'), kwargs.get('allow_recipient_language_selection_metadata', None))
 437        setattr(self, "_{}".format('allow_send_on_behalf_of'), kwargs.get('allow_send_on_behalf_of', None))
 438        setattr(self, "_{}".format('allow_send_on_behalf_of_metadata'), kwargs.get('allow_send_on_behalf_of_metadata', None))
 439        setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None))
 440        setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None))
 441        setattr(self, "_{}".format('anchor_tag_versioned_placement_enabled'), kwargs.get('anchor_tag_versioned_placement_enabled', None))
 442        setattr(self, "_{}".format('api_account_wide_access'), kwargs.get('api_account_wide_access', None))
 443        setattr(self, "_{}".format('api_account_wide_access_metadata'), kwargs.get('api_account_wide_access_metadata', None))
 444        setattr(self, "_{}".format('api_can_export_ac'), kwargs.get('api_can_export_ac', None))
 445        setattr(self, "_{}".format('api_can_export_ac_metadata'), kwargs.get('api_can_export_ac_metadata', None))
 446        setattr(self, "_{}".format('bulk_send'), kwargs.get('bulk_send', None))
 447        setattr(self, "_{}".format('bulk_send_metadata'), kwargs.get('bulk_send_metadata', None))
 448        setattr(self, "_{}".format('can_charge_account'), kwargs.get('can_charge_account', None))
 449        setattr(self, "_{}".format('can_charge_account_metadata'), kwargs.get('can_charge_account_metadata', None))
 450        setattr(self, "_{}".format('can_edit_shared_addressbook'), kwargs.get('can_edit_shared_addressbook', None))
 451        setattr(self, "_{}".format('can_edit_shared_addressbook_metadata'), kwargs.get('can_edit_shared_addressbook_metadata', None))
 452        setattr(self, "_{}".format('can_lock_envelopes'), kwargs.get('can_lock_envelopes', None))
 453        setattr(self, "_{}".format('can_lock_envelopes_metadata'), kwargs.get('can_lock_envelopes_metadata', None))
 454        setattr(self, "_{}".format('can_manage_account'), kwargs.get('can_manage_account', None))
 455        setattr(self, "_{}".format('can_manage_account_metadata'), kwargs.get('can_manage_account_metadata', None))
 456        setattr(self, "_{}".format('can_manage_distributor'), kwargs.get('can_manage_distributor', None))
 457        setattr(self, "_{}".format('can_manage_distributor_metadata'), kwargs.get('can_manage_distributor_metadata', None))
 458        setattr(self, "_{}".format('can_manage_templates'), kwargs.get('can_manage_templates', None))
 459        setattr(self, "_{}".format('can_manage_templates_metadata'), kwargs.get('can_manage_templates_metadata', None))
 460        setattr(self, "_{}".format('can_send_api_requests'), kwargs.get('can_send_api_requests', None))
 461        setattr(self, "_{}".format('can_send_api_requests_metadata'), kwargs.get('can_send_api_requests_metadata', None))
 462        setattr(self, "_{}".format('can_send_envelope'), kwargs.get('can_send_envelope', None))
 463        setattr(self, "_{}".format('can_send_envelope_metadata'), kwargs.get('can_send_envelope_metadata', None))
 464        setattr(self, "_{}".format('can_send_envelopes_via_sms'), kwargs.get('can_send_envelopes_via_sms', None))
 465        setattr(self, "_{}".format('can_send_envelopes_via_sms_metadata'), kwargs.get('can_send_envelopes_via_sms_metadata', None))
 466        setattr(self, "_{}".format('can_sign_envelope'), kwargs.get('can_sign_envelope', None))
 467        setattr(self, "_{}".format('can_sign_envelope_metadata'), kwargs.get('can_sign_envelope_metadata', None))
 468        setattr(self, "_{}".format('can_use_scratchpad'), kwargs.get('can_use_scratchpad', None))
 469        setattr(self, "_{}".format('can_use_scratchpad_metadata'), kwargs.get('can_use_scratchpad_metadata', None))
 470        setattr(self, "_{}".format('can_use_smart_contracts'), kwargs.get('can_use_smart_contracts', None))
 471        setattr(self, "_{}".format('can_use_smart_contracts_metadata'), kwargs.get('can_use_smart_contracts_metadata', None))
 472        setattr(self, "_{}".format('disable_document_upload'), kwargs.get('disable_document_upload', None))
 473        setattr(self, "_{}".format('disable_document_upload_metadata'), kwargs.get('disable_document_upload_metadata', None))
 474        setattr(self, "_{}".format('disable_other_actions'), kwargs.get('disable_other_actions', None))
 475        setattr(self, "_{}".format('disable_other_actions_metadata'), kwargs.get('disable_other_actions_metadata', None))
 476        setattr(self, "_{}".format('enable_ds_pro'), kwargs.get('enable_ds_pro', None))
 477        setattr(self, "_{}".format('enable_ds_pro_metadata'), kwargs.get('enable_ds_pro_metadata', None))
 478        setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None))
 479        setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None))
 480        setattr(self, "_{}".format('enable_sequential_signing_api'), kwargs.get('enable_sequential_signing_api', None))
 481        setattr(self, "_{}".format('enable_sequential_signing_api_metadata'), kwargs.get('enable_sequential_signing_api_metadata', None))
 482        setattr(self, "_{}".format('enable_sequential_signing_ui'), kwargs.get('enable_sequential_signing_ui', None))
 483        setattr(self, "_{}".format('enable_sequential_signing_ui_metadata'), kwargs.get('enable_sequential_signing_ui_metadata', None))
 484        setattr(self, "_{}".format('enable_signer_attachments'), kwargs.get('enable_signer_attachments', None))
 485        setattr(self, "_{}".format('enable_signer_attachments_metadata'), kwargs.get('enable_signer_attachments_metadata', None))
 486        setattr(self, "_{}".format('enable_sign_on_paper_override'), kwargs.get('enable_sign_on_paper_override', None))
 487        setattr(self, "_{}".format('enable_sign_on_paper_override_metadata'), kwargs.get('enable_sign_on_paper_override_metadata', None))
 488        setattr(self, "_{}".format('enable_transaction_point'), kwargs.get('enable_transaction_point', None))
 489        setattr(self, "_{}".format('enable_transaction_point_metadata'), kwargs.get('enable_transaction_point_metadata', None))
 490        setattr(self, "_{}".format('enable_vaulting'), kwargs.get('enable_vaulting', None))
 491        setattr(self, "_{}".format('enable_vaulting_metadata'), kwargs.get('enable_vaulting_metadata', None))
 492        setattr(self, "_{}".format('express_send_only'), kwargs.get('express_send_only', None))
 493        setattr(self, "_{}".format('locale'), kwargs.get('locale', None))
 494        setattr(self, "_{}".format('locale_metadata'), kwargs.get('locale_metadata', None))
 495        setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None))
 496        setattr(self, "_{}".format('manage_clickwraps_mode'), kwargs.get('manage_clickwraps_mode', None))
 497        setattr(self, "_{}".format('manage_clickwraps_mode_metadata'), kwargs.get('manage_clickwraps_mode_metadata', None))
 498        setattr(self, "_{}".format('modified_by'), kwargs.get('modified_by', None))
 499        setattr(self, "_{}".format('modified_by_metadata'), kwargs.get('modified_by_metadata', None))
 500        setattr(self, "_{}".format('modified_date'), kwargs.get('modified_date', None))
 501        setattr(self, "_{}".format('modified_date_metadata'), kwargs.get('modified_date_metadata', None))
 502        setattr(self, "_{}".format('modified_page'), kwargs.get('modified_page', None))
 503        setattr(self, "_{}".format('modified_page_metadata'), kwargs.get('modified_page_metadata', None))
 504        setattr(self, "_{}".format('new_send_ui'), kwargs.get('new_send_ui', None))
 505        setattr(self, "_{}".format('new_send_ui_metadata'), kwargs.get('new_send_ui_metadata', None))
 506        setattr(self, "_{}".format('power_form_mode'), kwargs.get('power_form_mode', None))
 507        setattr(self, "_{}".format('power_form_mode_metadata'), kwargs.get('power_form_mode_metadata', None))
 508        setattr(self, "_{}".format('recipient_viewed_notification'), kwargs.get('recipient_viewed_notification', None))
 509        setattr(self, "_{}".format('recipient_viewed_notification_metadata'), kwargs.get('recipient_viewed_notification_metadata', None))
 510        setattr(self, "_{}".format('seal_identifiers'), kwargs.get('seal_identifiers', None))
 511        setattr(self, "_{}".format('self_signed_recipient_email_document'), kwargs.get('self_signed_recipient_email_document', None))
 512        setattr(self, "_{}".format('self_signed_recipient_email_document_metadata'), kwargs.get('self_signed_recipient_email_document_metadata', None))
 513        setattr(self, "_{}".format('sender_email_notifications'), kwargs.get('sender_email_notifications', None))
 514        setattr(self, "_{}".format('signer_email_notifications'), kwargs.get('signer_email_notifications', None))
 515        setattr(self, "_{}".format('supplemental_document_include_in_download'), kwargs.get('supplemental_document_include_in_download', None))
 516        setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None))
 517        setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None))
 518        setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None))
 519        setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None))
 520        setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None))
 521        setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None))
 522        setattr(self, "_{}".format('template_active_creation'), kwargs.get('template_active_creation', None))
 523        setattr(self, "_{}".format('template_active_creation_metadata'), kwargs.get('template_active_creation_metadata', None))
 524        setattr(self, "_{}".format('template_apply_notify'), kwargs.get('template_apply_notify', None))
 525        setattr(self, "_{}".format('template_apply_notify_metadata'), kwargs.get('template_apply_notify_metadata', None))
 526        setattr(self, "_{}".format('template_auto_matching'), kwargs.get('template_auto_matching', None))
 527        setattr(self, "_{}".format('template_auto_matching_metadata'), kwargs.get('template_auto_matching_metadata', None))
 528        setattr(self, "_{}".format('template_matching_sensitivity'), kwargs.get('template_matching_sensitivity', None))
 529        setattr(self, "_{}".format('template_matching_sensitivity_metadata'), kwargs.get('template_matching_sensitivity_metadata', None))
 530        setattr(self, "_{}".format('template_page_level_matching'), kwargs.get('template_page_level_matching', None))
 531        setattr(self, "_{}".format('template_page_level_matching_metadata'), kwargs.get('template_page_level_matching_metadata', None))
 532        setattr(self, "_{}".format('timezone_dst'), kwargs.get('timezone_dst', None))
 533        setattr(self, "_{}".format('timezone_dst_metadata'), kwargs.get('timezone_dst_metadata', None))
 534        setattr(self, "_{}".format('timezone_mask'), kwargs.get('timezone_mask', None))
 535        setattr(self, "_{}".format('timezone_mask_metadata'), kwargs.get('timezone_mask_metadata', None))
 536        setattr(self, "_{}".format('timezone_offset'), kwargs.get('timezone_offset', None))
 537        setattr(self, "_{}".format('timezone_offset_metadata'), kwargs.get('timezone_offset_metadata', None))
 538        setattr(self, "_{}".format('timezone_sending_pref'), kwargs.get('timezone_sending_pref', None))
 539        setattr(self, "_{}".format('timezone_sending_pref_metadata'), kwargs.get('timezone_sending_pref_metadata', None))
 540        setattr(self, "_{}".format('timezone_signing_pref'), kwargs.get('timezone_signing_pref', None))
 541        setattr(self, "_{}".format('timezone_signing_pref_metadata'), kwargs.get('timezone_signing_pref_metadata', None))
 542        setattr(self, "_{}".format('transaction_point_site_name_url'), kwargs.get('transaction_point_site_name_url', None))
 543        setattr(self, "_{}".format('transaction_point_site_name_url_metadata'), kwargs.get('transaction_point_site_name_url_metadata', None))
 544        setattr(self, "_{}".format('transaction_point_user_name'), kwargs.get('transaction_point_user_name', None))
 545        setattr(self, "_{}".format('transaction_point_user_name_metadata'), kwargs.get('transaction_point_user_name_metadata', None))
 546        setattr(self, "_{}".format('vaulting_mode'), kwargs.get('vaulting_mode', None))
 547        setattr(self, "_{}".format('vaulting_mode_metadata'), kwargs.get('vaulting_mode_metadata', None))
 548        setattr(self, "_{}".format('web_forms'), kwargs.get('web_forms', None))
 549        setattr(self, "_{}".format('web_forms_metadata'), kwargs.get('web_forms_metadata', None))
 550
 551    @property
 552    def account_management_granular(self):
 553        """Gets the account_management_granular of this UserSettingsInformation.  # noqa: E501
 554
 555        Describes which account management capabilities a user has.  # noqa: E501
 556
 557        :return: The account_management_granular of this UserSettingsInformation.  # noqa: E501
 558        :rtype: UserAccountManagementGranularInformation
 559        """
 560        return self._account_management_granular
 561
 562    @account_management_granular.setter
 563    def account_management_granular(self, account_management_granular):
 564        """Sets the account_management_granular of this UserSettingsInformation.
 565
 566        Describes which account management capabilities a user has.  # noqa: E501
 567
 568        :param account_management_granular: The account_management_granular of this UserSettingsInformation.  # noqa: E501
 569        :type: UserAccountManagementGranularInformation
 570        """
 571
 572        self._account_management_granular = account_management_granular
 573
 574    @property
 575    def admin_only(self):
 576        """Gets the admin_only of this UserSettingsInformation.  # noqa: E501
 577
 578          # noqa: E501
 579
 580        :return: The admin_only of this UserSettingsInformation.  # noqa: E501
 581        :rtype: str
 582        """
 583        return self._admin_only
 584
 585    @admin_only.setter
 586    def admin_only(self, admin_only):
 587        """Sets the admin_only of this UserSettingsInformation.
 588
 589          # noqa: E501
 590
 591        :param admin_only: The admin_only of this UserSettingsInformation.  # noqa: E501
 592        :type: str
 593        """
 594
 595        self._admin_only = admin_only
 596
 597    @property
 598    def admin_only_metadata(self):
 599        """Gets the admin_only_metadata of this UserSettingsInformation.  # noqa: E501
 600
 601        Reserved for DocuSign.  # noqa: E501
 602
 603        :return: The admin_only_metadata of this UserSettingsInformation.  # noqa: E501
 604        :rtype: SettingsMetadata
 605        """
 606        return self._admin_only_metadata
 607
 608    @admin_only_metadata.setter
 609    def admin_only_metadata(self, admin_only_metadata):
 610        """Sets the admin_only_metadata of this UserSettingsInformation.
 611
 612        Reserved for DocuSign.  # noqa: E501
 613
 614        :param admin_only_metadata: The admin_only_metadata of this UserSettingsInformation.  # noqa: E501
 615        :type: SettingsMetadata
 616        """
 617
 618        self._admin_only_metadata = admin_only_metadata
 619
 620    @property
 621    def allow_auto_tagging(self):
 622        """Gets the allow_auto_tagging of this UserSettingsInformation.  # noqa: E501
 623
 624          # noqa: E501
 625
 626        :return: The allow_auto_tagging of this UserSettingsInformation.  # noqa: E501
 627        :rtype: str
 628        """
 629        return self._allow_auto_tagging
 630
 631    @allow_auto_tagging.setter
 632    def allow_auto_tagging(self, allow_auto_tagging):
 633        """Sets the allow_auto_tagging of this UserSettingsInformation.
 634
 635          # noqa: E501
 636
 637        :param allow_auto_tagging: The allow_auto_tagging of this UserSettingsInformation.  # noqa: E501
 638        :type: str
 639        """
 640
 641        self._allow_auto_tagging = allow_auto_tagging
 642
 643    @property
 644    def allow_envelope_transfer_to(self):
 645        """Gets the allow_envelope_transfer_to of this UserSettingsInformation.  # noqa: E501
 646
 647          # noqa: E501
 648
 649        :return: The allow_envelope_transfer_to of this UserSettingsInformation.  # noqa: E501
 650        :rtype: str
 651        """
 652        return self._allow_envelope_transfer_to
 653
 654    @allow_envelope_transfer_to.setter
 655    def allow_envelope_transfer_to(self, allow_envelope_transfer_to):
 656        """Sets the allow_envelope_transfer_to of this UserSettingsInformation.
 657
 658          # noqa: E501
 659
 660        :param allow_envelope_transfer_to: The allow_envelope_transfer_to of this UserSettingsInformation.  # noqa: E501
 661        :type: str
 662        """
 663
 664        self._allow_envelope_transfer_to = allow_envelope_transfer_to
 665
 666    @property
 667    def allow_envelope_transfer_to_metadata(self):
 668        """Gets the allow_envelope_transfer_to_metadata of this UserSettingsInformation.  # noqa: E501
 669
 670        Reserved for DocuSign.  # noqa: E501
 671
 672        :return: The allow_envelope_transfer_to_metadata of this UserSettingsInformation.  # noqa: E501
 673        :rtype: SettingsMetadata
 674        """
 675        return self._allow_envelope_transfer_to_metadata
 676
 677    @allow_envelope_transfer_to_metadata.setter
 678    def allow_envelope_transfer_to_metadata(self, allow_envelope_transfer_to_metadata):
 679        """Sets the allow_envelope_transfer_to_metadata of this UserSettingsInformation.
 680
 681        Reserved for DocuSign.  # noqa: E501
 682
 683        :param allow_envelope_transfer_to_metadata: The allow_envelope_transfer_to_metadata of this UserSettingsInformation.  # noqa: E501
 684        :type: SettingsMetadata
 685        """
 686
 687        self._allow_envelope_transfer_to_metadata = allow_envelope_transfer_to_metadata
 688
 689    @property
 690    def allow_eseal_recipients(self):
 691        """Gets the allow_eseal_recipients of this UserSettingsInformation.  # noqa: E501
 692
 693          # noqa: E501
 694
 695        :return: The allow_eseal_recipients of this UserSettingsInformation.  # noqa: E501
 696        :rtype: str
 697        """
 698        return self._allow_eseal_recipients
 699
 700    @allow_eseal_recipients.setter
 701    def allow_eseal_recipients(self, allow_eseal_recipients):
 702        """Sets the allow_eseal_recipients of this UserSettingsInformation.
 703
 704          # noqa: E501
 705
 706        :param allow_eseal_recipients: The allow_eseal_recipients of this UserSettingsInformation.  # noqa: E501
 707        :type: str
 708        """
 709
 710        self._allow_eseal_recipients = allow_eseal_recipients
 711
 712    @property
 713    def allow_eseal_recipients_metadata(self):
 714        """Gets the allow_eseal_recipients_metadata of this UserSettingsInformation.  # noqa: E501
 715
 716        Metadata about the `allowEsealRecipientsMetadata` property.  # noqa: E501
 717
 718        :return: The allow_eseal_recipients_metadata of this UserSettingsInformation.  # noqa: E501
 719        :rtype: SettingsMetadata
 720        """
 721        return self._allow_eseal_recipients_metadata
 722
 723    @allow_eseal_recipients_metadata.setter
 724    def allow_eseal_recipients_metadata(self, allow_eseal_recipients_metadata):
 725        """Sets the allow_eseal_recipients_metadata of this UserSettingsInformation.
 726
 727        Metadata about the `allowEsealRecipientsMetadata` property.  # noqa: E501
 728
 729        :param allow_eseal_recipients_metadata: The allow_eseal_recipients_metadata of this UserSettingsInformation.  # noqa: E501
 730        :type: SettingsMetadata
 731        """
 732
 733        self._allow_eseal_recipients_metadata = allow_eseal_recipients_metadata
 734
 735    @property
 736    def allow_power_forms_admin_to_access_all_power_form_envelope(self):
 737        """Gets the allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation.  # noqa: E501
 738
 739          # noqa: E501
 740
 741        :return: The allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation.  # noqa: E501
 742        :rtype: str
 743        """
 744        return self._allow_power_forms_admin_to_access_all_power_form_envelope
 745
 746    @allow_power_forms_admin_to_access_all_power_form_envelope.setter
 747    def allow_power_forms_admin_to_access_all_power_form_envelope(self, allow_power_forms_admin_to_access_all_power_form_envelope):
 748        """Sets the allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation.
 749
 750          # noqa: E501
 751
 752        :param allow_power_forms_admin_to_access_all_power_form_envelope: The allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation.  # noqa: E501
 753        :type: str
 754        """
 755
 756        self._allow_power_forms_admin_to_access_all_power_form_envelope = allow_power_forms_admin_to_access_all_power_form_envelope
 757
 758    @property
 759    def allow_power_forms_admin_to_access_all_power_form_envelope_metadata(self):
 760        """Gets the allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation.  # noqa: E501
 761
 762        Metadata about the `allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata` property.  # noqa: E501
 763
 764        :return: The allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation.  # noqa: E501
 765        :rtype: SettingsMetadata
 766        """
 767        return self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata
 768
 769    @allow_power_forms_admin_to_access_all_power_form_envelope_metadata.setter
 770    def allow_power_forms_admin_to_access_all_power_form_envelope_metadata(self, allow_power_forms_admin_to_access_all_power_form_envelope_metadata):
 771        """Sets the allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation.
 772
 773        Metadata about the `allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata` property.  # noqa: E501
 774
 775        :param allow_power_forms_admin_to_access_all_power_form_envelope_metadata: The allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation.  # noqa: E501
 776        :type: SettingsMetadata
 777        """
 778
 779        self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata = allow_power_forms_admin_to_access_all_power_form_envelope_metadata
 780
 781    @property
 782    def allow_recipient_language_selection(self):
 783        """Gets the allow_recipient_language_selection of this UserSettingsInformation.  # noqa: E501
 784
 785          # noqa: E501
 786
 787        :return: The allow_recipient_language_selection of this UserSettingsInformation.  # noqa: E501
 788        :rtype: str
 789        """
 790        return self._allow_recipient_language_selection
 791
 792    @allow_recipient_language_selection.setter
 793    def allow_recipient_language_selection(self, allow_recipient_language_selection):
 794        """Sets the allow_recipient_language_selection of this UserSettingsInformation.
 795
 796          # noqa: E501
 797
 798        :param allow_recipient_language_selection: The allow_recipient_language_selection of this UserSettingsInformation.  # noqa: E501
 799        :type: str
 800        """
 801
 802        self._allow_recipient_language_selection = allow_recipient_language_selection
 803
 804    @property
 805    def allow_recipient_language_selection_metadata(self):
 806        """Gets the allow_recipient_language_selection_metadata of this UserSettingsInformation.  # noqa: E501
 807
 808        Metadata for allowRecipientLanguageSelection.  # noqa: E501
 809
 810        :return: The allow_recipient_language_selection_metadata of this UserSettingsInformation.  # noqa: E501
 811        :rtype: SettingsMetadata
 812        """
 813        return self._allow_recipient_language_selection_metadata
 814
 815    @allow_recipient_language_selection_metadata.setter
 816    def allow_recipient_language_selection_metadata(self, allow_recipient_language_selection_metadata):
 817        """Sets the allow_recipient_language_selection_metadata of this UserSettingsInformation.
 818
 819        Metadata for allowRecipientLanguageSelection.  # noqa: E501
 820
 821        :param allow_recipient_language_selection_metadata: The allow_recipient_language_selection_metadata of this UserSettingsInformation.  # noqa: E501
 822        :type: SettingsMetadata
 823        """
 824
 825        self._allow_recipient_language_selection_metadata = allow_recipient_language_selection_metadata
 826
 827    @property
 828    def allow_send_on_behalf_of(self):
 829        """Gets the allow_send_on_behalf_of of this UserSettingsInformation.  # noqa: E501
 830
 831          # noqa: E501
 832
 833        :return: The allow_send_on_behalf_of of this UserSettingsInformation.  # noqa: E501
 834        :rtype: str
 835        """
 836        return self._allow_send_on_behalf_of
 837
 838    @allow_send_on_behalf_of.setter
 839    def allow_send_on_behalf_of(self, allow_send_on_behalf_of):
 840        """Sets the allow_send_on_behalf_of of this UserSettingsInformation.
 841
 842          # noqa: E501
 843
 844        :param allow_send_on_behalf_of: The allow_send_on_behalf_of of this UserSettingsInformation.  # noqa: E501
 845        :type: str
 846        """
 847
 848        self._allow_send_on_behalf_of = allow_send_on_behalf_of
 849
 850    @property
 851    def allow_send_on_behalf_of_metadata(self):
 852        """Gets the allow_send_on_behalf_of_metadata of this UserSettingsInformation.  # noqa: E501
 853
 854        Metadata for allowSendOnBehalfOf.  # noqa: E501
 855
 856        :return: The allow_send_on_behalf_of_metadata of this UserSettingsInformation.  # noqa: E501
 857        :rtype: SettingsMetadata
 858        """
 859        return self._allow_send_on_behalf_of_metadata
 860
 861    @allow_send_on_behalf_of_metadata.setter
 862    def allow_send_on_behalf_of_metadata(self, allow_send_on_behalf_of_metadata):
 863        """Sets the allow_send_on_behalf_of_metadata of this UserSettingsInformation.
 864
 865        Metadata for allowSendOnBehalfOf.  # noqa: E501
 866
 867        :param allow_send_on_behalf_of_metadata: The allow_send_on_behalf_of_metadata of this UserSettingsInformation.  # noqa: E501
 868        :type: SettingsMetadata
 869        """
 870
 871        self._allow_send_on_behalf_of_metadata = allow_send_on_behalf_of_metadata
 872
 873    @property
 874    def allow_supplemental_documents(self):
 875        """Gets the allow_supplemental_documents of this UserSettingsInformation.  # noqa: E501
 876
 877          # noqa: E501
 878
 879        :return: The allow_supplemental_documents of this UserSettingsInformation.  # noqa: E501
 880        :rtype: str
 881        """
 882        return self._allow_supplemental_documents
 883
 884    @allow_supplemental_documents.setter
 885    def allow_supplemental_documents(self, allow_supplemental_documents):
 886        """Sets the allow_supplemental_documents of this UserSettingsInformation.
 887
 888          # noqa: E501
 889
 890        :param allow_supplemental_documents: The allow_supplemental_documents of this UserSettingsInformation.  # noqa: E501
 891        :type: str
 892        """
 893
 894        self._allow_supplemental_documents = allow_supplemental_documents
 895
 896    @property
 897    def allow_supplemental_documents_metadata(self):
 898        """Gets the allow_supplemental_documents_metadata of this UserSettingsInformation.  # noqa: E501
 899
 900        Metadata that indicates whether the `allowSupplementalDocuments` property is editable.  # noqa: E501
 901
 902        :return: The allow_supplemental_documents_metadata of this UserSettingsInformation.  # noqa: E501
 903        :rtype: SettingsMetadata
 904        """
 905        return self._allow_supplemental_documents_metadata
 906
 907    @allow_supplemental_documents_metadata.setter
 908    def allow_supplemental_documents_metadata(self, allow_supplemental_documents_metadata):
 909        """Sets the allow_supplemental_documents_metadata of this UserSettingsInformation.
 910
 911        Metadata that indicates whether the `allowSupplementalDocuments` property is editable.  # noqa: E501
 912
 913        :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this UserSettingsInformation.  # noqa: E501
 914        :type: SettingsMetadata
 915        """
 916
 917        self._allow_supplemental_documents_metadata = allow_supplemental_documents_metadata
 918
 919    @property
 920    def anchor_tag_versioned_placement_enabled(self):
 921        """Gets the anchor_tag_versioned_placement_enabled of this UserSettingsInformation.  # noqa: E501
 922
 923          # noqa: E501
 924
 925        :return: The anchor_tag_versioned_placement_enabled of this UserSettingsInformation.  # noqa: E501
 926        :rtype: str
 927        """
 928        return self._anchor_tag_versioned_placement_enabled
 929
 930    @anchor_tag_versioned_placement_enabled.setter
 931    def anchor_tag_versioned_placement_enabled(self, anchor_tag_versioned_placement_enabled):
 932        """Sets the anchor_tag_versioned_placement_enabled of this UserSettingsInformation.
 933
 934          # noqa: E501
 935
 936        :param anchor_tag_versioned_placement_enabled: The anchor_tag_versioned_placement_enabled of this UserSettingsInformation.  # noqa: E501
 937        :type: str
 938        """
 939
 940        self._anchor_tag_versioned_placement_enabled = anchor_tag_versioned_placement_enabled
 941
 942    @property
 943    def api_account_wide_access(self):
 944        """Gets the api_account_wide_access of this UserSettingsInformation.  # noqa: E501
 945
 946          # noqa: E501
 947
 948        :return: The api_account_wide_access of this UserSettingsInformation.  # noqa: E501
 949        :rtype: str
 950        """
 951        return self._api_account_wide_access
 952
 953    @api_account_wide_access.setter
 954    def api_account_wide_access(self, api_account_wide_access):
 955        """Sets the api_account_wide_access of this UserSettingsInformation.
 956
 957          # noqa: E501
 958
 959        :param api_account_wide_access: The api_account_wide_access of this UserSettingsInformation.  # noqa: E501
 960        :type: str
 961        """
 962
 963        self._api_account_wide_access = api_account_wide_access
 964
 965    @property
 966    def api_account_wide_access_metadata(self):
 967        """Gets the api_account_wide_access_metadata of this UserSettingsInformation.  # noqa: E501
 968
 969        Metadata for apiAccountWideAccess.  # noqa: E501
 970
 971        :return: The api_account_wide_access_metadata of this UserSettingsInformation.  # noqa: E501
 972        :rtype: SettingsMetadata
 973        """
 974        return self._api_account_wide_access_metadata
 975
 976    @api_account_wide_access_metadata.setter
 977    def api_account_wide_access_metadata(self, api_account_wide_access_metadata):
 978        """Sets the api_account_wide_access_metadata of this UserSettingsInformation.
 979
 980        Metadata for apiAccountWideAccess.  # noqa: E501
 981
 982        :param api_account_wide_access_metadata: The api_account_wide_access_metadata of this UserSettingsInformation.  # noqa: E501
 983        :type: SettingsMetadata
 984        """
 985
 986        self._api_account_wide_access_metadata = api_account_wide_access_metadata
 987
 988    @property
 989    def api_can_export_ac(self):
 990        """Gets the api_can_export_ac of this UserSettingsInformation.  # noqa: E501
 991
 992          # noqa: E501
 993
 994        :return: The api_can_export_ac of this UserSettingsInformation.  # noqa: E501
 995        :rtype: str
 996        """
 997        return self._api_can_export_ac
 998
 999    @api_can_export_ac.setter
1000    def api_can_export_ac(self, api_can_export_ac):
1001        """Sets the api_can_export_ac of this UserSettingsInformation.
1002
1003          # noqa: E501
1004
1005        :param api_can_export_ac: The api_can_export_ac of this UserSettingsInformation.  # noqa: E501
1006        :type: str
1007        """
1008
1009        self._api_can_export_ac = api_can_export_ac
1010
1011    @property
1012    def api_can_export_ac_metadata(self):
1013        """Gets the api_can_export_ac_metadata of this UserSettingsInformation.  # noqa: E501
1014
1015        Metadata about the `apiCanExportACMetadata` property.  # noqa: E501
1016
1017        :return: The api_can_export_ac_metadata of this UserSettingsInformation.  # noqa: E501
1018        :rtype: SettingsMetadata
1019        """
1020        return self._api_can_export_ac_metadata
1021
1022    @api_can_export_ac_metadata.setter
1023    def api_can_export_ac_metadata(self, api_can_export_ac_metadata):
1024        """Sets the api_can_export_ac_metadata of this UserSettingsInformation.
1025
1026        Metadata about the `apiCanExportACMetadata` property.  # noqa: E501
1027
1028        :param api_can_export_ac_metadata: The api_can_export_ac_metadata of this UserSettingsInformation.  # noqa: E501
1029        :type: SettingsMetadata
1030        """
1031
1032        self._api_can_export_ac_metadata = api_can_export_ac_metadata
1033
1034    @property
1035    def bulk_send(self):
1036        """Gets the bulk_send of this UserSettingsInformation.  # noqa: E501
1037
1038          # noqa: E501
1039
1040        :return: The bulk_send of this UserSettingsInformation.  # noqa: E501
1041        :rtype: str
1042        """
1043        return self._bulk_send
1044
1045    @bulk_send.setter
1046    def bulk_send(self, bulk_send):
1047        """Sets the bulk_send of this UserSettingsInformation.
1048
1049          # noqa: E501
1050
1051        :param bulk_send: The bulk_send of this UserSettingsInformation.  # noqa: E501
1052        :type: str
1053        """
1054
1055        self._bulk_send = bulk_send
1056
1057    @property
1058    def bulk_send_metadata(self):
1059        """Gets the bulk_send_metadata of this UserSettingsInformation.  # noqa: E501
1060
1061        Metadata that indicates whether the `bulkSend` property is editable.   # noqa: E501
1062
1063        :return: The bulk_send_metadata of this UserSettingsInformation.  # noqa: E501
1064        :rtype: SettingsMetadata
1065        """
1066        return self._bulk_send_metadata
1067
1068    @bulk_send_metadata.setter
1069    def bulk_send_metadata(self, bulk_send_metadata):
1070        """Sets the bulk_send_metadata of this UserSettingsInformation.
1071
1072        Metadata that indicates whether the `bulkSend` property is editable.   # noqa: E501
1073
1074        :param bulk_send_metadata: The bulk_send_metadata of this UserSettingsInformation.  # noqa: E501
1075        :type: SettingsMetadata
1076        """
1077
1078        self._bulk_send_metadata = bulk_send_metadata
1079
1080    @property
1081    def can_charge_account(self):
1082        """Gets the can_charge_account of this UserSettingsInformation.  # noqa: E501
1083
1084          # noqa: E501
1085
1086        :return: The can_charge_account of this UserSettingsInformation.  # noqa: E501
1087        :rtype: str
1088        """
1089        return self._can_charge_account
1090
1091    @can_charge_account.setter
1092    def can_charge_account(self, can_charge_account):
1093        """Sets the can_charge_account of this UserSettingsInformation.
1094
1095          # noqa: E501
1096
1097        :param can_charge_account: The can_charge_account of this UserSettingsInformation.  # noqa: E501
1098        :type: str
1099        """
1100
1101        self._can_charge_account = can_charge_account
1102
1103    @property
1104    def can_charge_account_metadata(self):
1105        """Gets the can_charge_account_metadata of this UserSettingsInformation.  # noqa: E501
1106
1107        Reserved for DocuSign.  # noqa: E501
1108
1109        :return: The can_charge_account_metadata of this UserSettingsInformation.  # noqa: E501
1110        :rtype: SettingsMetadata
1111        """
1112        return self._can_charge_account_metadata
1113
1114    @can_charge_account_metadata.setter
1115    def can_charge_account_metadata(self, can_charge_account_metadata):
1116        """Sets the can_charge_account_metadata of this UserSettingsInformation.
1117
1118        Reserved for DocuSign.  # noqa: E501
1119
1120        :param can_charge_account_metadata: The can_charge_account_metadata of this UserSettingsInformation.  # noqa: E501
1121        :type: SettingsMetadata
1122        """
1123
1124        self._can_charge_account_metadata = can_charge_account_metadata
1125
1126    @property
1127    def can_edit_shared_addressbook(self):
1128        """Gets the can_edit_shared_addressbook of this UserSettingsInformation.  # noqa: E501
1129
1130          # noqa: E501
1131
1132        :return: The can_edit_shared_addressbook of this UserSettingsInformation.  # noqa: E501
1133        :rtype: str
1134        """
1135        return self._can_edit_shared_addressbook
1136
1137    @can_edit_shared_addressbook.setter
1138    def can_edit_shared_addressbook(self, can_edit_shared_addressbook):
1139        """Sets the can_edit_shared_addressbook of this UserSettingsInformation.
1140
1141          # noqa: E501
1142
1143        :param can_edit_shared_addressbook: The can_edit_shared_addressbook of this UserSettingsInformation.  # noqa: E501
1144        :type: str
1145        """
1146
1147        self._can_edit_shared_addressbook = can_edit_shared_addressbook
1148
1149    @property
1150    def can_edit_shared_addressbook_metadata(self):
1151        """Gets the can_edit_shared_addressbook_metadata of this UserSettingsInformation.  # noqa: E501
1152
1153        Metadata about the `canEditSharedAddressbookMetadata` property.  # noqa: E501
1154
1155        :return: The can_edit_shared_addressbook_metadata of this UserSettingsInformation.  # noqa: E501
1156        :rtype: SettingsMetadata
1157        """
1158        return self._can_edit_shared_addressbook_metadata
1159
1160    @can_edit_shared_addressbook_metadata.setter
1161    def can_edit_shared_addressbook_metadata(self, can_edit_shared_addressbook_metadata):
1162        """Sets the can_edit_shared_addressbook_metadata of this UserSettingsInformation.
1163
1164        Metadata about the `canEditSharedAddressbookMetadata` property.  # noqa: E501
1165
1166        :param can_edit_shared_addressbook_metadata: The can_edit_shared_addressbook_metadata of this UserSettingsInformation.  # noqa: E501
1167        :type: SettingsMetadata
1168        """
1169
1170        self._can_edit_shared_addressbook_metadata = can_edit_shared_addressbook_metadata
1171
1172    @property
1173    def can_lock_envelopes(self):
1174        """Gets the can_lock_envelopes of this UserSettingsInformation.  # noqa: E501
1175
1176          # noqa: E501
1177
1178        :return: The can_lock_envelopes of this UserSettingsInformation.  # noqa: E501
1179        :rtype: str
1180        """
1181        return self._can_lock_envelopes
1182
1183    @can_lock_envelopes.setter
1184    def can_lock_envelopes(self, can_lock_envelopes):
1185        """Sets the can_lock_envelopes of this UserSettingsInformation.
1186
1187          # noqa: E501
1188
1189        :param can_lock_envelopes: The can_lock_envelopes of this UserSettingsInformation.  # noqa: E501
1190        :type: str
1191        """
1192
1193        self._can_lock_envelopes = can_lock_envelopes
1194
1195    @property
1196    def can_lock_envelopes_metadata(self):
1197        """Gets the can_lock_envelopes_metadata of this UserSettingsInformation.  # noqa: E501
1198
1199        Metadata about the `canLockEnvelopes` property.  # noqa: E501
1200
1201        :return: The can_lock_envelopes_metadata of this UserSettingsInformation.  # noqa: E501
1202        :rtype: SettingsMetadata
1203        """
1204        return self._can_lock_envelopes_metadata
1205
1206    @can_lock_envelopes_metadata.setter
1207    def can_lock_envelopes_metadata(self, can_lock_envelopes_metadata):
1208        """Sets the can_lock_envelopes_metadata of this UserSettingsInformation.
1209
1210        Metadata about the `canLockEnvelopes` property.  # noqa: E501
1211
1212        :param can_lock_envelopes_metadata: The can_lock_envelopes_metadata of this UserSettingsInformation.  # noqa: E501
1213        :type: SettingsMetadata
1214        """
1215
1216        self._can_lock_envelopes_metadata = can_lock_envelopes_metadata
1217
1218    @property
1219    def can_manage_account(self):
1220        """Gets the can_manage_account of this UserSettingsInformation.  # noqa: E501
1221
1222          # noqa: E501
1223
1224        :return: The can_manage_account of this UserSettingsInformation.  # noqa: E501
1225        :rtype: str
1226        """
1227        return self._can_manage_account
1228
1229    @can_manage_account.setter
1230    def can_manage_account(self, can_manage_account):
1231        """Sets the can_manage_account of this UserSettingsInformation.
1232
1233          # noqa: E501
1234
1235        :param can_manage_account: The can_manage_account of this UserSettingsInformation.  # noqa: E501
1236        :type: str
1237        """
1238
1239        self._can_manage_account = can_manage_account
1240
1241    @property
1242    def can_manage_account_metadata(self):
1243        """Gets the can_manage_account_metadata of this UserSettingsInformation.  # noqa: E501
1244
1245        Metadata about the `canManageAccountMetadata` property.  # noqa: E501
1246
1247        :return: The can_manage_account_metadata of this UserSettingsInformation.  # noqa: E501
1248        :rtype: SettingsMetadata
1249        """
1250        return self._can_manage_account_metadata
1251
1252    @can_manage_account_metadata.setter
1253    def can_manage_account_metadata(self, can_manage_account_metadata):
1254        """Sets the can_manage_account_metadata of this UserSettingsInformation.
1255
1256        Metadata about the `canManageAccountMetadata` property.  # noqa: E501
1257
1258        :param can_manage_account_metadata: The can_manage_account_metadata of this UserSettingsInformation.  # noqa: E501
1259        :type: SettingsMetadata
1260        """
1261
1262        self._can_manage_account_metadata = can_manage_account_metadata
1263
1264    @property
1265    def can_manage_distributor(self):
1266        """Gets the can_manage_distributor of this UserSettingsInformation.  # noqa: E501
1267
1268          # noqa: E501
1269
1270        :return: The can_manage_distributor of this UserSettingsInformation.  # noqa: E501
1271        :rtype: str
1272        """
1273        return self._can_manage_distributor
1274
1275    @can_manage_distributor.setter
1276    def can_manage_distributor(self, can_manage_distributor):
1277        """Sets the can_manage_distributor of this UserSettingsInformation.
1278
1279          # noqa: E501
1280
1281        :param can_manage_distributor: The can_manage_distributor of this UserSettingsInformation.  # noqa: E501
1282        :type: str
1283        """
1284
1285        self._can_manage_distributor = can_manage_distributor
1286
1287    @property
1288    def can_manage_distributor_metadata(self):
1289        """Gets the can_manage_distributor_metadata of this UserSettingsInformation.  # noqa: E501
1290
1291        Metadata about the `canManageDistributor` property.  # noqa: E501
1292
1293        :return: The can_manage_distributor_metadata of this UserSettingsInformation.  # noqa: E501
1294        :rtype: SettingsMetadata
1295        """
1296        return self._can_manage_distributor_metadata
1297
1298    @can_manage_distributor_metadata.setter
1299    def can_manage_distributor_metadata(self, can_manage_distributor_metadata):
1300        """Sets the can_manage_distributor_metadata of this UserSettingsInformation.
1301
1302        Metadata about the `canManageDistributor` property.  # noqa: E501
1303
1304        :param can_manage_distributor_metadata: The can_manage_distributor_metadata of this UserSettingsInformation.  # noqa: E501
1305        :type: SettingsMetadata
1306        """
1307
1308        self._can_manage_distributor_metadata = can_manage_distributor_metadata
1309
1310    @property
1311    def can_manage_templates(self):
1312        """Gets the can_manage_templates of this UserSettingsInformation.  # noqa: E501
1313
1314          # noqa: E501
1315
1316        :return: The can_manage_templates of this UserSettingsInformation.  # noqa: E501
1317        :rtype: str
1318        """
1319        return self._can_manage_templates
1320
1321    @can_manage_templates.setter
1322    def can_manage_templates(self, can_manage_templates):
1323        """Sets the can_manage_templates of this UserSettingsInformation.
1324
1325          # noqa: E501
1326
1327        :param can_manage_templates: The can_manage_templates of this UserSettingsInformation.  # noqa: E501
1328        :type: str
1329        """
1330
1331        self._can_manage_templates = can_manage_templates
1332
1333    @property
1334    def can_manage_templates_metadata(self):
1335        """Gets the can_manage_templates_metadata of this UserSettingsInformation.  # noqa: E501
1336
1337        Metadata about the `canManageTemplates` property.  # noqa: E501
1338
1339        :return: The can_manage_templates_metadata of this UserSettingsInformation.  # noqa: E501
1340        :rtype: SettingsMetadata
1341        """
1342        return self._can_manage_templates_metadata
1343
1344    @can_manage_templates_metadata.setter
1345    def can_manage_templates_metadata(self, can_manage_templates_metadata):
1346        """Sets the can_manage_templates_metadata of this UserSettingsInformation.
1347
1348        Metadata about the `canManageTemplates` property.  # noqa: E501
1349
1350        :param can_manage_templates_metadata: The can_manage_templates_metadata of this UserSettingsInformation.  # noqa: E501
1351        :type: SettingsMetadata
1352        """
1353
1354        self._can_manage_templates_metadata = can_manage_templates_metadata
1355
1356    @property
1357    def can_send_api_requests(self):
1358        """Gets the can_send_api_requests of this UserSettingsInformation.  # noqa: E501
1359
1360          # noqa: E501
1361
1362        :return: The can_send_api_requests of this UserSettingsInformation.  # noqa: E501
1363        :rtype: str
1364        """
1365        return self._can_send_api_requests
1366
1367    @can_send_api_requests.setter
1368    def can_send_api_requests(self, can_send_api_requests):
1369        """Sets the can_send_api_requests of this UserSettingsInformation.
1370
1371          # noqa: E501
1372
1373        :param can_send_api_requests: The can_send_api_requests of this UserSettingsInformation.  # noqa: E501
1374        :type: str
1375        """
1376
1377        self._can_send_api_requests = can_send_api_requests
1378
1379    @property
1380    def can_send_api_requests_metadata(self):
1381        """Gets the can_send_api_requests_metadata of this UserSettingsInformation.  # noqa: E501
1382
1383        Metadata about the `canSendAPIRequests` property.  # noqa: E501
1384
1385        :return: The can_send_api_requests_metadata of this UserSettingsInformation.  # noqa: E501
1386        :rtype: SettingsMetadata
1387        """
1388        return self._can_send_api_requests_metadata
1389
1390    @can_send_api_requests_metadata.setter
1391    def can_send_api_requests_metadata(self, can_send_api_requests_metadata):
1392        """Sets the can_send_api_requests_metadata of this UserSettingsInformation.
1393
1394        Metadata about the `canSendAPIRequests` property.  # noqa: E501
1395
1396        :param can_send_api_requests_metadata: The can_send_api_requests_metadata of this UserSettingsInformation.  # noqa: E501
1397        :type: SettingsMetadata
1398        """
1399
1400        self._can_send_api_requests_metadata = can_send_api_requests_metadata
1401
1402    @property
1403    def can_send_envelope(self):
1404        """Gets the can_send_envelope of this UserSettingsInformation.  # noqa: E501
1405
1406          # noqa: E501
1407
1408        :return: The can_send_envelope of this UserSettingsInformation.  # noqa: E501
1409        :rtype: str
1410        """
1411        return self._can_send_envelope
1412
1413    @can_send_envelope.setter
1414    def can_send_envelope(self, can_send_envelope):
1415        """Sets the can_send_envelope of this UserSettingsInformation.
1416
1417          # noqa: E501
1418
1419        :param can_send_envelope: The can_send_envelope of this UserSettingsInformation.  # noqa: E501
1420        :type: str
1421        """
1422
1423        self._can_send_envelope = can_send_envelope
1424
1425    @property
1426    def can_send_envelope_metadata(self):
1427        """Gets the can_send_envelope_metadata of this UserSettingsInformation.  # noqa: E501
1428
1429        Metadata about the `canSendEnvelope` property.  # noqa: E501
1430
1431        :return: The can_send_envelope_metadata of this UserSettingsInformation.  # noqa: E501
1432        :rtype: SettingsMetadata
1433        """
1434        return self._can_send_envelope_metadata
1435
1436    @can_send_envelope_metadata.setter
1437    def can_send_envelope_metadata(self, can_send_envelope_metadata):
1438        """Sets the can_send_envelope_metadata of this UserSettingsInformation.
1439
1440        Metadata about the `canSendEnvelope` property.  # noqa: E501
1441
1442        :param can_send_envelope_metadata: The can_send_envelope_metadata of this UserSettingsInformation.  # noqa: E501
1443        :type: SettingsMetadata
1444        """
1445
1446        self._can_send_envelope_metadata = can_send_envelope_metadata
1447
1448    @property
1449    def can_send_envelopes_via_sms(self):
1450        """Gets the can_send_envelopes_via_sms of this UserSettingsInformation.  # noqa: E501
1451
1452          # noqa: E501
1453
1454        :return: The can_send_envelopes_via_sms of this UserSettingsInformation.  # noqa: E501
1455        :rtype: str
1456        """
1457        return self._can_send_envelopes_via_sms
1458
1459    @can_send_envelopes_via_sms.setter
1460    def can_send_envelopes_via_sms(self, can_send_envelopes_via_sms):
1461        """Sets the can_send_envelopes_via_sms of this UserSettingsInformation.
1462
1463          # noqa: E501
1464
1465        :param can_send_envelopes_via_sms: The can_send_envelopes_via_sms of this UserSettingsInformation.  # noqa: E501
1466        :type: str
1467        """
1468
1469        self._can_send_envelopes_via_sms = can_send_envelopes_via_sms
1470
1471    @property
1472    def can_send_envelopes_via_sms_metadata(self):
1473        """Gets the can_send_envelopes_via_sms_metadata of this UserSettingsInformation.  # noqa: E501
1474
1475          # noqa: E501
1476
1477        :return: The can_send_envelopes_via_sms_metadata of this UserSettingsInformation.  # noqa: E501
1478        :rtype: SettingsMetadata
1479        """
1480        return self._can_send_envelopes_via_sms_metadata
1481
1482    @can_send_envelopes_via_sms_metadata.setter
1483    def can_send_envelopes_via_sms_metadata(self, can_send_envelopes_via_sms_metadata):
1484        """Sets the can_send_envelopes_via_sms_metadata of this UserSettingsInformation.
1485
1486          # noqa: E501
1487
1488        :param can_send_envelopes_via_sms_metadata: The can_send_envelopes_via_sms_metadata of this UserSettingsInformation.  # noqa: E501
1489        :type: SettingsMetadata
1490        """
1491
1492        self._can_send_envelopes_via_sms_metadata = can_send_envelopes_via_sms_metadata
1493
1494    @property
1495    def can_sign_envelope(self):
1496        """Gets the can_sign_envelope of this UserSettingsInformation.  # noqa: E501
1497
1498          # noqa: E501
1499
1500        :return: The can_sign_envelope of this UserSettingsInformation.  # noqa: E501
1501        :rtype: str
1502        """
1503        return self._can_sign_envelope
1504
1505    @can_sign_envelope.setter
1506    def can_sign_envelope(self, can_sign_envelope):
1507        """Sets the can_sign_envelope of this UserSettingsInformation.
1508
1509          # noqa: E501
1510
1511        :param can_sign_envelope: The can_sign_envelope of this UserSettingsInformation.  # noqa: E501
1512        :type: str
1513        """
1514
1515        self._can_sign_envelope = can_sign_envelope
1516
1517    @property
1518    def can_sign_envelope_metadata(self):
1519        """Gets the can_sign_envelope_metadata of this UserSettingsInformation.  # noqa: E501
1520
1521        Metadata about the `canSignEnvelope` property.  # noqa: E501
1522
1523        :return: The can_sign_envelope_metadata of this UserSettingsInformation.  # noqa: E501
1524        :rtype: SettingsMetadata
1525        """
1526        return self._can_sign_envelope_metadata
1527
1528    @can_sign_envelope_metadata.setter
1529    def can_sign_envelope_metadata(self, can_sign_envelope_metadata):
1530        """Sets the can_sign_envelope_metadata of this UserSettingsInformation.
1531
1532        Metadata about the `canSignEnvelope` property.  # noqa: E501
1533
1534        :param can_sign_envelope_metadata: The can_sign_envelope_metadata of this UserSettingsInformation.  # noqa: E501
1535        :type: SettingsMetadata
1536        """
1537
1538        self._can_sign_envelope_metadata = can_sign_envelope_metadata
1539
1540    @property
1541    def can_use_scratchpad(self):
1542        """Gets the can_use_scratchpad of this UserSettingsInformation.  # noqa: E501
1543
1544          # noqa: E501
1545
1546        :return: The can_use_scratchpad of this UserSettingsInformation.  # noqa: E501
1547        :rtype: str
1548        """
1549        return self._can_use_scratchpad
1550
1551    @can_use_scratchpad.setter
1552    def can_use_scratchpad(self, can_use_scratchpad):
1553        """Sets the can_use_scratchpad of this UserSettingsInformation.
1554
1555          # noqa: E501
1556
1557        :param can_use_scratchpad: The can_use_scratchpad of this UserSettingsInformation.  # noqa: E501
1558        :type: str
1559        """
1560
1561        self._can_use_scratchpad = can_use_scratchpad
1562
1563    @property
1564    def can_use_scratchpad_metadata(self):
1565        """Gets the can_use_scratchpad_metadata of this UserSettingsInformation.  # noqa: E501
1566
1567        Metadata about the `canUseScratchpad` property.  # noqa: E501
1568
1569        :return: The can_use_scratchpad_metadata of this UserSettingsInformation.  # noqa: E501
1570        :rtype: SettingsMetadata
1571        """
1572        return self._can_use_scratchpad_metadata
1573
1574    @can_use_scratchpad_metadata.setter
1575    def can_use_scratchpad_metadata(self, can_use_scratchpad_metadata):
1576        """Sets the can_use_scratchpad_metadata of this UserSettingsInformation.
1577
1578        Metadata about the `canUseScratchpad` property.  # noqa: E501
1579
1580        :param can_use_scratchpad_metadata: The can_use_scratchpad_metadata of this UserSettingsInformation.  # noqa: E501
1581        :type: SettingsMetadata
1582        """
1583
1584        self._can_use_scratchpad_metadata = can_use_scratchpad_metadata
1585
1586    @property
1587    def can_use_smart_contracts(self):
1588        """Gets the can_use_smart_contracts of this UserSettingsInformation.  # noqa: E501
1589
1590          # noqa: E501
1591
1592        :return: The can_use_smart_contracts of this UserSettingsInformation.  # noqa: E501
1593        :rtype: str
1594        """
1595        return self._can_use_smart_contracts
1596
1597    @can_use_smart_contracts.setter
1598    def can_use_smart_contracts(self, can_use_smart_contracts):
1599        """Sets the can_use_smart_contracts of this UserSettingsInformation.
1600
1601          # noqa: E501
1602
1603        :param can_use_smart_contracts: The can_use_smart_contracts of this UserSettingsInformation.  # noqa: E501
1604        :type: str
1605        """
1606
1607        self._can_use_smart_contracts = can_use_smart_contracts
1608
1609    @property
1610    def can_use_smart_contracts_metadata(self):
1611        """Gets the can_use_smart_contracts_metadata of this UserSettingsInformation.  # noqa: E501
1612
1613        Reserved for DocuSign.  # noqa: E501
1614
1615        :return: The can_use_smart_contracts_metadata of this UserSettingsInformation.  # noqa: E501
1616        :rtype: SettingsMetadata
1617        """
1618        return self._can_use_smart_contracts_metadata
1619
1620    @can_use_smart_contracts_metadata.setter
1621    def can_use_smart_contracts_metadata(self, can_use_smart_contracts_metadata):
1622        """Sets the can_use_smart_contracts_metadata of this UserSettingsInformation.
1623
1624        Reserved for DocuSign.  # noqa: E501
1625
1626        :param can_use_smart_contracts_metadata: The can_use_smart_contracts_metadata of this UserSettingsInformation.  # noqa: E501
1627        :type: SettingsMetadata
1628        """
1629
1630        self._can_use_smart_contracts_metadata = can_use_smart_contracts_metadata
1631
1632    @property
1633    def disable_document_upload(self):
1634        """Gets the disable_document_upload of this UserSettingsInformation.  # noqa: E501
1635
1636          # noqa: E501
1637
1638        :return: The disable_document_upload of this UserSettingsInformation.  # noqa: E501
1639        :rtype: str
1640        """
1641        return self._disable_document_upload
1642
1643    @disable_document_upload.setter
1644    def disable_document_upload(self, disable_document_upload):
1645        """Sets the disable_document_upload of this UserSettingsInformation.
1646
1647          # noqa: E501
1648
1649        :param disable_document_upload: The disable_document_upload of this UserSettingsInformation.  # noqa: E501
1650        :type: str
1651        """
1652
1653        self._disable_document_upload = disable_document_upload
1654
1655    @property
1656    def disable_document_upload_metadata(self):
1657        """Gets the disable_document_upload_metadata of this UserSettingsInformation.  # noqa: E501
1658
1659        Metadata that indicates whether the `disableDocumentUpload` property is editable.   # noqa: E501
1660
1661        :return: The disable_document_upload_metadata of this UserSettingsInformation.  # noqa: E501
1662        :rtype: SettingsMetadata
1663        """
1664        return self._disable_document_upload_metadata
1665
1666    @disable_document_upload_metadata.setter
1667    def disable_document_upload_metadata(self, disable_document_upload_metadata):
1668        """Sets the disable_document_upload_metadata of this UserSettingsInformation.
1669
1670        Metadata that indicates whether the `disableDocumentUpload` property is editable.   # noqa: E501
1671
1672        :param disable_document_upload_metadata: The disable_document_upload_metadata of this UserSettingsInformation.  # noqa: E501
1673        :type: SettingsMetadata
1674        """
1675
1676        self._disable_document_upload_metadata = disable_document_upload_metadata
1677
1678    @property
1679    def disable_other_actions(self):
1680        """Gets the disable_other_actions of this UserSettingsInformation.  # noqa: E501
1681
1682          # noqa: E501
1683
1684        :return: The disable_other_actions of this UserSettingsInformation.  # noqa: E501
1685        :rtype: str
1686        """
1687        return self._disable_other_actions
1688
1689    @disable_other_actions.setter
1690    def disable_other_actions(self, disable_other_actions):
1691        """Sets the disable_other_actions of this UserSettingsInformation.
1692
1693          # noqa: E501
1694
1695        :param disable_other_actions: The disable_other_actions of this UserSettingsInformation.  # noqa: E501
1696        :type: str
1697        """
1698
1699        self._disable_other_actions = disable_other_actions
1700
1701    @property
1702    def disable_other_actions_metadata(self):
1703        """Gets the disable_other_actions_metadata of this UserSettingsInformation.  # noqa: E501
1704
1705        Metadata that indicates whether the `disableOtherActions` property is editable.   # noqa: E501
1706
1707        :return: The disable_other_actions_metadata of this UserSettingsInformation.  # noqa: E501
1708        :rtype: SettingsMetadata
1709        """
1710        return self._disable_other_actions_metadata
1711
1712    @disable_other_actions_metadata.setter
1713    def disable_other_actions_metadata(self, disable_other_actions_metadata):
1714        """Sets the disable_other_actions_metadata of this UserSettingsInformation.
1715
1716        Metadata that indicates whether the `disableOtherActions` property is editable.   # noqa: E501
1717
1718        :param disable_other_actions_metadata: The disable_other_actions_metadata of this UserSettingsInformation.  # noqa: E501
1719        :type: SettingsMetadata
1720        """
1721
1722        self._disable_other_actions_metadata = disable_other_actions_metadata
1723
1724    @property
1725    def enable_ds_pro(self):
1726        """Gets the enable_ds_pro of this UserSettingsInformation.  # noqa: E501
1727
1728          # noqa: E501
1729
1730        :return: The enable_ds_pro of this UserSettingsInformation.  # noqa: E501
1731        :rtype: str
1732        """
1733        return self._enable_ds_pro
1734
1735    @enable_ds_pro.setter
1736    def enable_ds_pro(self, enable_ds_pro):
1737        """Sets the enable_ds_pro of this UserSettingsInformation.
1738
1739          # noqa: E501
1740
1741        :param enable_ds_pro: The enable_ds_pro of this UserSettingsInformation.  # noqa: E501
1742        :type: str
1743        """
1744
1745        self._enable_ds_pro = enable_ds_pro
1746
1747    @property
1748    def enable_ds_pro_metadata(self):
1749        """Gets the enable_ds_pro_metadata of this UserSettingsInformation.  # noqa: E501
1750
1751        Metadata that indicates whether the `enableDSPro` property is editable.   # noqa: E501
1752
1753        :return: The enable_ds_pro_metadata of this UserSettingsInformation.  # noqa: E501
1754        :rtype: SettingsMetadata
1755        """
1756        return self._enable_ds_pro_metadata
1757
1758    @enable_ds_pro_metadata.setter
1759    def enable_ds_pro_metadata(self, enable_ds_pro_metadata):
1760        """Sets the enable_ds_pro_metadata of this UserSettingsInformation.
1761
1762        Metadata that indicates whether the `enableDSPro` property is editable.   # noqa: E501
1763
1764        :param enable_ds_pro_metadata: The enable_ds_pro_metadata of this UserSettingsInformation.  # noqa: E501
1765        :type: SettingsMetadata
1766        """
1767
1768        self._enable_ds_pro_metadata = enable_ds_pro_metadata
1769
1770    @property
1771    def enable_key_terms_suggestions_by_document_type(self):
1772        """Gets the enable_key_terms_suggestions_by_document_type of this UserSettingsInformation.  # noqa: E501
1773
1774          # noqa: E501
1775
1776        :return: The enable_key_terms_suggestions_by_document_type of this UserSettingsInformation.  # noqa: E501
1777        :rtype: str
1778        """
1779        return self._enable_key_terms_suggestions_by_document_type
1780
1781    @enable_key_terms_suggestions_by_document_type.setter
1782    def enable_key_terms_suggestions_by_document_type(self, enable_key_terms_suggestions_by_document_type):
1783        """Sets the enable_key_terms_suggestions_by_document_type of this UserSettingsInformation.
1784
1785          # noqa: E501
1786
1787        :param enable_key_terms_suggestions_by_document_type: The enable_key_terms_suggestions_by_document_type of this UserSettingsInformation.  # noqa: E501
1788        :type: str
1789        """
1790
1791        self._enable_key_terms_suggestions_by_document_type = enable_key_terms_suggestions_by_document_type
1792
1793    @property
1794    def enable_key_terms_suggestions_by_document_type_metadata(self):
1795        """Gets the enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation.  # noqa: E501
1796
1797          # noqa: E501
1798
1799        :return: The enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation.  # noqa: E501
1800        :rtype: SettingsMetadata
1801        """
1802        return self._enable_key_terms_suggestions_by_document_type_metadata
1803
1804    @enable_key_terms_suggestions_by_document_type_metadata.setter
1805    def enable_key_terms_suggestions_by_document_type_metadata(self, enable_key_terms_suggestions_by_document_type_metadata):
1806        """Sets the enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation.
1807
1808          # noqa: E501
1809
1810        :param enable_key_terms_suggestions_by_document_type_metadata: The enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation.  # noqa: E501
1811        :type: SettingsMetadata
1812        """
1813
1814        self._enable_key_terms_suggestions_by_document_type_metadata = enable_key_terms_suggestions_by_document_type_metadata
1815
1816    @property
1817    def enable_sequential_signing_api(self):
1818        """Gets the enable_sequential_signing_api of this UserSettingsInformation.  # noqa: E501
1819
1820          # noqa: E501
1821
1822        :return: The enable_sequential_signing_api of this UserSettingsInformation.  # noqa: E501
1823        :rtype: str
1824        """
1825        return self._enable_sequential_signing_api
1826
1827    @enable_sequential_signing_api.setter
1828    def enable_sequential_signing_api(self, enable_sequential_signing_api):
1829        """Sets the enable_sequential_signing_api of this UserSettingsInformation.
1830
1831          # noqa: E501
1832
1833        :param enable_sequential_signing_api: The enable_sequential_signing_api of this UserSettingsInformation.  # noqa: E501
1834        :type: str
1835        """
1836
1837        self._enable_sequential_signing_api = enable_sequential_signing_api
1838
1839    @property
1840    def enable_sequential_signing_api_metadata(self):
1841        """Gets the enable_sequential_signing_api_metadata of this UserSettingsInformation.  # noqa: E501
1842
1843        Metadata that indicates whether the `enableSequentialSigningAPI` property is editable.   # noqa: E501
1844
1845        :return: The enable_sequential_signing_api_metadata of this UserSettingsInformation.  # noqa: E501
1846        :rtype: SettingsMetadata
1847        """
1848        return self._enable_sequential_signing_api_metadata
1849
1850    @enable_sequential_signing_api_metadata.setter
1851    def enable_sequential_signing_api_metadata(self, enable_sequential_signing_api_metadata):
1852        """Sets the enable_sequential_signing_api_metadata of this UserSettingsInformation.
1853
1854        Metadata that indicates whether the `enableSequentialSigningAPI` property is editable.   # noqa: E501
1855
1856        :param enable_sequential_signing_api_metadata: The enable_sequential_signing_api_metadata of this UserSettingsInformation.  # noqa: E501
1857        :type: SettingsMetadata
1858        """
1859
1860        self._enable_sequential_signing_api_metadata = enable_sequential_signing_api_metadata
1861
1862    @property
1863    def enable_sequential_signing_ui(self):
1864        """Gets the enable_sequential_signing_ui of this UserSettingsInformation.  # noqa: E501
1865
1866          # noqa: E501
1867
1868        :return: The enable_sequential_signing_ui of this UserSettingsInformation.  # noqa: E501
1869        :rtype: str
1870        """
1871        return self._enable_sequential_signing_ui
1872
1873    @enable_sequential_signing_ui.setter
1874    def enable_sequential_signing_ui(self, enable_sequential_signing_ui):
1875        """Sets the enable_sequential_signing_ui of this UserSettingsInformation.
1876
1877          # noqa: E501
1878
1879        :param enable_sequential_signing_ui: The enable_sequential_signing_ui of this UserSettingsInformation.  # noqa: E501
1880        :type: str
1881        """
1882
1883        self._enable_sequential_signing_ui = enable_sequential_signing_ui
1884
1885    @property
1886    def enable_sequential_signing_ui_metadata(self):
1887        """Gets the enable_sequential_signing_ui_metadata of this UserSettingsInformation.  # noqa: E501
1888
1889        Metadata that indicates whether the `enableSequentialSigningUI` property is editable.   # noqa: E501
1890
1891        :return: The enable_sequential_signing_ui_metadata of this UserSettingsInformation.  # noqa: E501
1892        :rtype: SettingsMetadata
1893        """
1894        return self._enable_sequential_signing_ui_metadata
1895
1896    @enable_sequential_signing_ui_metadata.setter
1897    def enable_sequential_signing_ui_metadata(self, enable_sequential_signing_ui_metadata):
1898        """Sets the enable_sequential_signing_ui_metadata of this UserSettingsInformation.
1899
1900        Metadata that indicates whether the `enableSequentialSigningUI` property is editable.   # noqa: E501
1901
1902        :param enable_sequential_signing_ui_metadata: The enable_sequential_signing_ui_metadata of this UserSettingsInformation.  # noqa: E501
1903        :type: SettingsMetadata
1904        """
1905
1906        self._enable_sequential_signing_ui_metadata = enable_sequential_signing_ui_metadata
1907
1908    @property
1909    def enable_signer_attachments(self):
1910        """Gets the enable_signer_attachments of this UserSettingsInformation.  # noqa: E501
1911
1912          # noqa: E501
1913
1914        :return: The enable_signer_attachments of this UserSettingsInformation.  # noqa: E501
1915        :rtype: str
1916        """
1917        return self._enable_signer_attachments
1918
1919    @enable_signer_attachments.setter
1920    def enable_signer_attachments(self, enable_signer_attachments):
1921        """Sets the enable_signer_attachments of this UserSettingsInformation.
1922
1923          # noqa: E501
1924
1925        :param enable_signer_attachments: The enable_signer_attachments of this UserSettingsInformation.  # noqa: E501
1926        :type: str
1927        """
1928
1929        self._enable_signer_attachments = enable_signer_attachments
1930
1931    @property
1932    def enable_signer_attachments_metadata(self):
1933        """Gets the enable_signer_attachments_metadata of this UserSettingsInformation.  # noqa: E501
1934
1935        Metadata that indicates whether the `enableSignerAttachments` property is editable.   # noqa: E501
1936
1937        :return: The enable_signer_attachments_metadata of this UserSettingsInformation.  # noqa: E501
1938        :rtype: SettingsMetadata
1939        """
1940        return self._enable_signer_attachments_metadata
1941
1942    @enable_signer_attachments_metadata.setter
1943    def enable_signer_attachments_metadata(self, enable_signer_attachments_metadata):
1944        """Sets the enable_signer_attachments_metadata of this UserSettingsInformation.
1945
1946        Metadata that indicates whether the `enableSignerAttachments` property is editable.   # noqa: E501
1947
1948        :param enable_signer_attachments_metadata: The enable_signer_attachments_metadata of this UserSettingsInformation.  # noqa: E501
1949        :type: SettingsMetadata
1950        """
1951
1952        self._enable_signer_attachments_metadata = enable_signer_attachments_metadata
1953
1954    @property
1955    def enable_sign_on_paper_override(self):
1956        """Gets the enable_sign_on_paper_override of this UserSettingsInformation.  # noqa: E501
1957
1958          # noqa: E501
1959
1960        :return: The enable_sign_on_paper_override of this UserSettingsInformation.  # noqa: E501
1961        :rtype: str
1962        """
1963        return self._enable_sign_on_paper_override
1964
1965    @enable_sign_on_paper_override.setter
1966    def enable_sign_on_paper_override(self, enable_sign_on_paper_override):
1967        """Sets the enable_sign_on_paper_override of this UserSettingsInformation.
1968
1969          # noqa: E501
1970
1971        :param enable_sign_on_paper_override: The enable_sign_on_paper_override of this UserSettingsInformation.  # noqa: E501
1972        :type: str
1973        """
1974
1975        self._enable_sign_on_paper_override = enable_sign_on_paper_override
1976
1977    @property
1978    def enable_sign_on_paper_override_metadata(self):
1979        """Gets the enable_sign_on_paper_override_metadata of this UserSettingsInformation.  # noqa: E501
1980
1981        Metadata that indicates whether the `enableSignOnPaperOverride` property is editable.   # noqa: E501
1982
1983        :return: The enable_sign_on_paper_override_metadata of this UserSettingsInformation.  # noqa: E501
1984        :rtype: SettingsMetadata
1985        """
1986        return self._enable_sign_on_paper_override_metadata
1987
1988    @enable_sign_on_paper_override_metadata.setter
1989    def enable_sign_on_paper_override_metadata(self, enable_sign_on_paper_override_metadata):
1990        """Sets the enable_sign_on_paper_override_metadata of this UserSettingsInformation.
1991
1992        Metadata that indicates whether the `enableSignOnPaperOverride` property is editable.   # noqa: E501
1993
1994        :param enable_sign_on_paper_override_metadata: The enable_sign_on_paper_override_metadata of this UserSettingsInformation.  # noqa: E501
1995        :type: SettingsMetadata
1996        """
1997
1998        self._enable_sign_on_paper_override_metadata = enable_sign_on_paper_override_metadata
1999
2000    @property
2001    def enable_transaction_point(self):
2002        """Gets the enable_transaction_point of this UserSettingsInformation.  # noqa: E501
2003
2004          # noqa: E501
2005
2006        :return: The enable_transaction_point of this UserSettingsInformation.  # noqa: E501
2007        :rtype: str
2008        """
2009        return self._enable_transaction_point
2010
2011    @enable_transaction_point.setter
2012    def enable_transaction_point(self, enable_transaction_point):
2013        """Sets the enable_transaction_point of this UserSettingsInformation.
2014
2015          # noqa: E501
2016
2017        :param enable_transaction_point: The enable_transaction_point of this UserSettingsInformation.  # noqa: E501
2018        :type: str
2019        """
2020
2021        self._enable_transaction_point = enable_transaction_point
2022
2023    @property
2024    def enable_transaction_point_metadata(self):
2025        """Gets the enable_transaction_point_metadata of this UserSettingsInformation.  # noqa: E501
2026
2027        Reserved for DocuSign.  # noqa: E501
2028
2029        :return: The enable_transaction_point_metadata of this UserSettingsInformation.  # noqa: E501
2030        :rtype: SettingsMetadata
2031        """
2032        return self._enable_transaction_point_metadata
2033
2034    @enable_transaction_point_metadata.setter
2035    def enable_transaction_point_metadata(self, enable_transaction_point_metadata):
2036        """Sets the enable_transaction_point_metadata of this UserSettingsInformation.
2037
2038        Reserved for DocuSign.  # noqa: E501
2039
2040        :param enable_transaction_point_metadata: The enable_transaction_point_metadata of this UserSettingsInformation.  # noqa: E501
2041        :type: SettingsMetadata
2042        """
2043
2044        self._enable_transaction_point_metadata = enable_transaction_point_metadata
2045
2046    @property
2047    def enable_vaulting(self):
2048        """Gets the enable_vaulting of this UserSettingsInformation.  # noqa: E501
2049
2050          # noqa: E501
2051
2052        :return: The enable_vaulting of this UserSettingsInformation.  # noqa: E501
2053        :rtype: str
2054        """
2055        return self._enable_vaulting
2056
2057    @enable_vaulting.setter
2058    def enable_vaulting(self, enable_vaulting):
2059        """Sets the enable_vaulting of this UserSettingsInformation.
2060
2061          # noqa: E501
2062
2063        :param enable_vaulting: The enable_vaulting of this UserSettingsInformation.  # noqa: E501
2064        :type: str
2065        """
2066
2067        self._enable_vaulting = enable_vaulting
2068
2069    @property
2070    def enable_vaulting_metadata(self):
2071        """Gets the enable_vaulting_metadata of this UserSettingsInformation.  # noqa: E501
2072
2073        Metadata that indicates whether the `enableVaulting` property is editable.   # noqa: E501
2074
2075        :return: The enable_vaulting_metadata of this UserSettingsInformation.  # noqa: E501
2076        :rtype: SettingsMetadata
2077        """
2078        return self._enable_vaulting_metadata
2079
2080    @enable_vaulting_metadata.setter
2081    def enable_vaulting_metadata(self, enable_vaulting_metadata):
2082        """Sets the enable_vaulting_metadata of this UserSettingsInformation.
2083
2084        Metadata that indicates whether the `enableVaulting` property is editable.   # noqa: E501
2085
2086        :param enable_vaulting_metadata: The enable_vaulting_metadata of this UserSettingsInformation.  # noqa: E501
2087        :type: SettingsMetadata
2088        """
2089
2090        self._enable_vaulting_metadata = enable_vaulting_metadata
2091
2092    @property
2093    def express_send_only(self):
2094        """Gets the express_send_only of this UserSettingsInformation.  # noqa: E501
2095
2096          # noqa: E501
2097
2098        :return: The express_send_only of this UserSettingsInformation.  # noqa: E501
2099        :rtype: str
2100        """
2101        return self._express_send_only
2102
2103    @express_send_only.setter
2104    def express_send_only(self, express_send_only):
2105        """Sets the express_send_only of this UserSettingsInformation.
2106
2107          # noqa: E501
2108
2109        :param express_send_only: The express_send_only of this UserSettingsInformation.  # noqa: E501
2110        :type: str
2111        """
2112
2113        self._express_send_only = express_send_only
2114
2115    @property
2116    def locale(self):
2117        """Gets the locale of this UserSettingsInformation.  # noqa: E501
2118
2119          # noqa: E501
2120
2121        :return: The locale of this UserSettingsInformation.  # noqa: E501
2122        :rtype: str
2123        """
2124        return self._locale
2125
2126    @locale.setter
2127    def locale(self, locale):
2128        """Sets the locale of this UserSettingsInformation.
2129
2130          # noqa: E501
2131
2132        :param locale: The locale of this UserSettingsInformation.  # noqa: E501
2133        :type: str
2134        """
2135
2136        self._locale = locale
2137
2138    @property
2139    def locale_metadata(self):
2140        """Gets the locale_metadata of this UserSettingsInformation.  # noqa: E501
2141
2142        Metadata about the `locale` property.  # noqa: E501
2143
2144        :return: The locale_metadata of this UserSettingsInformation.  # noqa: E501
2145        :rtype: SettingsMetadata
2146        """
2147        return self._locale_metadata
2148
2149    @locale_metadata.setter
2150    def locale_metadata(self, locale_metadata):
2151        """Sets the locale_metadata of this UserSettingsInformation.
2152
2153        Metadata about the `locale` property.  # noqa: E501
2154
2155        :param locale_metadata: The locale_metadata of this UserSettingsInformation.  # noqa: E501
2156        :type: SettingsMetadata
2157        """
2158
2159        self._locale_metadata = locale_metadata
2160
2161    @property
2162    def locale_policy(self):
2163        """Gets the locale_policy of this UserSettingsInformation.  # noqa: E501
2164
2165        Reserved for DocuSign.  # noqa: E501
2166
2167        :return: The locale_policy of this UserSettingsInformation.  # noqa: E501
2168        :rtype: LocalePolicy
2169        """
2170        return self._locale_policy
2171
2172    @locale_policy.setter
2173    def locale_policy(self, locale_policy):
2174        """Sets the locale_policy of this UserSettingsInformation.
2175
2176        Reserved for DocuSign.  # noqa: E501
2177
2178        :param locale_policy: The locale_policy of this UserSettingsInformation.  # noqa: E501
2179        :type: LocalePolicy
2180        """
2181
2182        self._locale_policy = locale_policy
2183
2184    @property
2185    def manage_clickwraps_mode(self):
2186        """Gets the manage_clickwraps_mode of this UserSettingsInformation.  # noqa: E501
2187
2188          # noqa: E501
2189
2190        :return: The manage_clickwraps_mode of this UserSettingsInformation.  # noqa: E501
2191        :rtype: str
2192        """
2193        return self._manage_clickwraps_mode
2194
2195    @manage_clickwraps_mode.setter
2196    def manage_clickwraps_mode(self, manage_clickwraps_mode):
2197        """Sets the manage_clickwraps_mode of this UserSettingsInformation.
2198
2199          # noqa: E501
2200
2201        :param manage_clickwraps_mode: The manage_clickwraps_mode of this UserSettingsInformation.  # noqa: E501
2202        :type: str
2203        """
2204
2205        self._manage_clickwraps_mode = manage_clickwraps_mode
2206
2207    @property
2208    def manage_clickwraps_mode_metadata(self):
2209        """Gets the manage_clickwraps_mode_metadata of this UserSettingsInformation.  # noqa: E501
2210
2211        Metadata about the `manageClickwrapsMode` property.  # noqa: E501
2212
2213        :return: The manage_clickwraps_mode_metadata of this UserSettingsInformation.  # noqa: E501
2214        :rtype: SettingsMetadata
2215        """
2216        return self._manage_clickwraps_mode_metadata
2217
2218    @manage_clickwraps_mode_metadata.setter
2219    def manage_clickwraps_mode_metadata(self, manage_clickwraps_mode_metadata):
2220        """Sets the manage_clickwraps_mode_metadata of this UserSettingsInformation.
2221
2222        Metadata about the `manageClickwrapsMode` property.  # noqa: E501
2223
2224        :param manage_clickwraps_mode_metadata: The manage_clickwraps_mode_metadata of this UserSettingsInformation.  # noqa: E501
2225        :type: SettingsMetadata
2226        """
2227
2228        self._manage_clickwraps_mode_metadata = manage_clickwraps_mode_metadata
2229
2230    @property
2231    def modified_by(self):
2232        """Gets the modified_by of this UserSettingsInformation.  # noqa: E501
2233
2234          # noqa: E501
2235
2236        :return: The modified_by of this UserSettingsInformation.  # noqa: E501
2237        :rtype: str
2238        """
2239        return self._modified_by
2240
2241    @modified_by.setter
2242    def modified_by(self, modified_by):
2243        """Sets the modified_by of this UserSettingsInformation.
2244
2245          # noqa: E501
2246
2247        :param modified_by: The modified_by of this UserSettingsInformation.  # noqa: E501
2248        :type: str
2249        """
2250
2251        self._modified_by = modified_by
2252
2253    @property
2254    def modified_by_metadata(self):
2255        """Gets the modified_by_metadata of this UserSettingsInformation.  # noqa: E501
2256
2257        Metadata about the `modifiedBy` property.  # noqa: E501
2258
2259        :return: The modified_by_metadata of this UserSettingsInformation.  # noqa: E501
2260        :rtype: SettingsMetadata
2261        """
2262        return self._modified_by_metadata
2263
2264    @modified_by_metadata.setter
2265    def modified_by_metadata(self, modified_by_metadata):
2266        """Sets the modified_by_metadata of this UserSettingsInformation.
2267
2268        Metadata about the `modifiedBy` property.  # noqa: E501
2269
2270        :param modified_by_metadata: The modified_by_metadata of this UserSettingsInformation.  # noqa: E501
2271        :type: SettingsMetadata
2272        """
2273
2274        self._modified_by_metadata = modified_by_metadata
2275
2276    @property
2277    def modified_date(self):
2278        """Gets the modified_date of this UserSettingsInformation.  # noqa: E501
2279
2280          # noqa: E501
2281
2282        :return: The modified_date of this UserSettingsInformation.  # noqa: E501
2283        :rtype: str
2284        """
2285        return self._modified_date
2286
2287    @modified_date.setter
2288    def modified_date(self, modified_date):
2289        """Sets the modified_date of this UserSettingsInformation.
2290
2291          # noqa: E501
2292
2293        :param modified_date: The modified_date of this UserSettingsInformation.  # noqa: E501
2294        :type: str
2295        """
2296
2297        self._modified_date = modified_date
2298
2299    @property
2300    def modified_date_metadata(self):
2301        """Gets the modified_date_metadata of this UserSettingsInformation.  # noqa: E501
2302
2303        Metadata about the `modifiedDate` property.  # noqa: E501
2304
2305        :return: The modified_date_metadata of this UserSettingsInformation.  # noqa: E501
2306        :rtype: SettingsMetadata
2307        """
2308        return self._modified_date_metadata
2309
2310    @modified_date_metadata.setter
2311    def modified_date_metadata(self, modified_date_metadata):
2312        """Sets the modified_date_metadata of this UserSettingsInformation.
2313
2314        Metadata about the `modifiedDate` property.  # noqa: E501
2315
2316        :param modified_date_metadata: The modified_date_metadata of this UserSettingsInformation.  # noqa: E501
2317        :type: SettingsMetadata
2318        """
2319
2320        self._modified_date_metadata = modified_date_metadata
2321
2322    @property
2323    def modified_page(self):
2324        """Gets the modified_page of this UserSettingsInformation.  # noqa: E501
2325
2326          # noqa: E501
2327
2328        :return: The modified_page of this UserSettingsInformation.  # noqa: E501
2329        :rtype: str
2330        """
2331        return self._modified_page
2332
2333    @modified_page.setter
2334    def modified_page(self, modified_page):
2335        """Sets the modified_page of this UserSettingsInformation.
2336
2337          # noqa: E501
2338
2339        :param modified_page: The modified_page of this UserSettingsInformation.  # noqa: E501
2340        :type: str
2341        """
2342
2343        self._modified_page = modified_page
2344
2345    @property
2346    def modified_page_metadata(self):
2347        """Gets the modified_page_metadata of this UserSettingsInformation.  # noqa: E501
2348
2349        Metadata about the `modifiedPage` property.  # noqa: E501
2350
2351        :return: The modified_page_metadata of this UserSettingsInformation.  # noqa: E501
2352        :rtype: SettingsMetadata
2353        """
2354        return self._modified_page_metadata
2355
2356    @modified_page_metadata.setter
2357    def modified_page_metadata(self, modified_page_metadata):
2358        """Sets the modified_page_metadata of this UserSettingsInformation.
2359
2360        Metadata about the `modifiedPage` property.  # noqa: E501
2361
2362        :param modified_page_metadata: The modified_page_metadata of this UserSettingsInformation.  # noqa: E501
2363        :type: SettingsMetadata
2364        """
2365
2366        self._modified_page_metadata = modified_page_metadata
2367
2368    @property
2369    def new_send_ui(self):
2370        """Gets the new_send_ui of this UserSettingsInformation.  # noqa: E501
2371
2372          # noqa: E501
2373
2374        :return: The new_send_ui of this UserSettingsInformation.  # noqa: E501
2375        :rtype: str
2376        """
2377        return self._new_send_ui
2378
2379    @new_send_ui.setter
2380    def new_send_ui(self, new_send_ui):
2381        """Sets the new_send_ui of this UserSettingsInformation.
2382
2383          # noqa: E501
2384
2385        :param new_send_ui: The new_send_ui of this UserSettingsInformation.  # noqa: E501
2386        :type: str
2387        """
2388
2389        self._new_send_ui = new_send_ui
2390
2391    @property
2392    def new_send_ui_metadata(self):
2393        """Gets the new_send_ui_metadata of this UserSettingsInformation.  # noqa: E501
2394
2395        Metadata about the `newSendUI` property.  # noqa: E501
2396
2397        :return: The new_send_ui_metadata of this UserSettingsInformation.  # noqa: E501
2398        :rtype: SettingsMetadata
2399        """
2400        return self._new_send_ui_metadata
2401
2402    @new_send_ui_metadata.setter
2403    def new_send_ui_metadata(self, new_send_ui_metadata):
2404        """Sets the new_send_ui_metadata of this UserSettingsInformation.
2405
2406        Metadata about the `newSendUI` property.  # noqa: E501
2407
2408        :param new_send_ui_metadata: The new_send_ui_metadata of this UserSettingsInformation.  # noqa: E501
2409        :type: SettingsMetadata
2410        """
2411
2412        self._new_send_ui_metadata = new_send_ui_metadata
2413
2414    @property
2415    def power_form_mode(self):
2416        """Gets the power_form_mode of this UserSettingsInformation.  # noqa: E501
2417
2418          # noqa: E501
2419
2420        :return: The power_form_mode of this UserSettingsInformation.  # noqa: E501
2421        :rtype: str
2422        """
2423        return self._power_form_mode
2424
2425    @power_form_mode.setter
2426    def power_form_mode(self, power_form_mode):
2427        """Sets the power_form_mode of this UserSettingsInformation.
2428
2429          # noqa: E501
2430
2431        :param power_form_mode: The power_form_mode of this UserSettingsInformation.  # noqa: E501
2432        :type: str
2433        """
2434
2435        self._power_form_mode = power_form_mode
2436
2437    @property
2438    def power_form_mode_metadata(self):
2439        """Gets the power_form_mode_metadata of this UserSettingsInformation.  # noqa: E501
2440
2441        Metadata about the `powerFormMode` property.  # noqa: E501
2442
2443        :return: The power_form_mode_metadata of this UserSettingsInformation.  # noqa: E501
2444        :rtype: SettingsMetadata
2445        """
2446        return self._power_form_mode_metadata
2447
2448    @power_form_mode_metadata.setter
2449    def power_form_mode_metadata(self, power_form_mode_metadata):
2450        """Sets the power_form_mode_metadata of this UserSettingsInformation.
2451
2452        Metadata about the `powerFormMode` property.  # noqa: E501
2453
2454        :param power_form_mode_metadata: The power_form_mode_metadata of this UserSettingsInformation.  # noqa: E501
2455        :type: SettingsMetadata
2456        """
2457
2458        self._power_form_mode_metadata = power_form_mode_metadata
2459
2460    @property
2461    def recipient_viewed_notification(self):
2462        """Gets the recipient_viewed_notification of this UserSettingsInformation.  # noqa: E501
2463
2464          # noqa: E501
2465
2466        :return: The recipient_viewed_notification of this UserSettingsInformation.  # noqa: E501
2467        :rtype: str
2468        """
2469        return self._recipient_viewed_notification
2470
2471    @recipient_viewed_notification.setter
2472    def recipient_viewed_notification(self, recipient_viewed_notification):
2473        """Sets the recipient_viewed_notification of this UserSettingsInformation.
2474
2475          # noqa: E501
2476
2477        :param recipient_viewed_notification: The recipient_viewed_notification of this UserSettingsInformation.  # noqa: E501
2478        :type: str
2479        """
2480
2481        self._recipient_viewed_notification = recipient_viewed_notification
2482
2483    @property
2484    def recipient_viewed_notification_metadata(self):
2485        """Gets the recipient_viewed_notification_metadata of this UserSettingsInformation.  # noqa: E501
2486
2487        Metadata about the `recipientViewedNotification` property.  # noqa: E501
2488
2489        :return: The recipient_viewed_notification_metadata of this UserSettingsInformation.  # noqa: E501
2490        :rtype: SettingsMetadata
2491        """
2492        return self._recipient_viewed_notification_metadata
2493
2494    @recipient_viewed_notification_metadata.setter
2495    def recipient_viewed_notification_metadata(self, recipient_viewed_notification_metadata):
2496        """Sets the recipient_viewed_notification_metadata of this UserSettingsInformation.
2497
2498        Metadata about the `recipientViewedNotification` property.  # noqa: E501
2499
2500        :param recipient_viewed_notification_metadata: The recipient_viewed_notification_metadata of this UserSettingsInformation.  # noqa: E501
2501        :type: SettingsMetadata
2502        """
2503
2504        self._recipient_viewed_notification_metadata = recipient_viewed_notification_metadata
2505
2506    @property
2507    def seal_identifiers(self):
2508        """Gets the seal_identifiers of this UserSettingsInformation.  # noqa: E501
2509
2510          # noqa: E501
2511
2512        :return: The seal_identifiers of this UserSettingsInformation.  # noqa: E501
2513        :rtype: list[SealIdentifier]
2514        """
2515        return self._seal_identifiers
2516
2517    @seal_identifiers.setter
2518    def seal_identifiers(self, seal_identifiers):
2519        """Sets the seal_identifiers of this UserSettingsInformation.
2520
2521          # noqa: E501
2522
2523        :param seal_identifiers: The seal_identifiers of this UserSettingsInformation.  # noqa: E501
2524        :type: list[SealIdentifier]
2525        """
2526
2527        self._seal_identifiers = seal_identifiers
2528
2529    @property
2530    def self_signed_recipient_email_document(self):
2531        """Gets the self_signed_recipient_email_document of this UserSettingsInformation.  # noqa: E501
2532
2533          # noqa: E501
2534
2535        :return: The self_signed_recipient_email_document of this UserSettingsInformation.  # noqa: E501
2536        :rtype: str
2537        """
2538        return self._self_signed_recipient_email_document
2539
2540    @self_signed_recipient_email_document.setter
2541    def self_signed_recipient_email_document(self, self_signed_recipient_email_document):
2542        """Sets the self_signed_recipient_email_document of this UserSettingsInformation.
2543
2544          # noqa: E501
2545
2546        :param self_signed_recipient_email_document: The self_signed_recipient_email_document of this UserSettingsInformation.  # noqa: E501
2547        :type: str
2548        """
2549
2550        self._self_signed_recipient_email_document = self_signed_recipient_email_document
2551
2552    @property
2553    def self_signed_recipient_email_document_metadata(self):
2554        """Gets the self_signed_recipient_email_document_metadata of this UserSettingsInformation.  # noqa: E501
2555
2556        Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable.   # noqa: E501
2557
2558        :return: The self_signed_recipient_email_document_metadata of this UserSettingsInformation.  # noqa: E501
2559        :rtype: SettingsMetadata
2560        """
2561        return self._self_signed_recipient_email_document_metadata
2562
2563    @self_signed_recipient_email_document_metadata.setter
2564    def self_signed_recipient_email_document_metadata(self, self_signed_recipient_email_document_metadata):
2565        """Sets the self_signed_recipient_email_document_metadata of this UserSettingsInformation.
2566
2567        Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable.   # noqa: E501
2568
2569        :param self_signed_recipient_email_document_metadata: The self_signed_recipient_email_document_metadata of this UserSettingsInformation.  # noqa: E501
2570        :type: SettingsMetadata
2571        """
2572
2573        self._self_signed_recipient_email_document_metadata = self_signed_recipient_email_document_metadata
2574
2575    @property
2576    def sender_email_notifications(self):
2577        """Gets the sender_email_notifications of this UserSettingsInformation.  # noqa: E501
2578
2579          An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign.   The user inherits the default account sender email notification settings when the user is created. The email notifications are:  * envelopeComplete * changedSigner  * senderEnvelopeDeclined  * withdrawnConsent  * recipientViewed  * deliveryFailed     # noqa: E501
2580
2581        :return: The sender_email_notifications of this UserSettingsInformation.  # noqa: E501
2582        :rtype: SenderEmailNotifications
2583        """
2584        return self._sender_email_notifications
2585
2586    @sender_email_notifications.setter
2587    def sender_email_notifications(self, sender_email_notifications):
2588        """Sets the sender_email_notifications of this UserSettingsInformation.
2589
2590          An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign.   The user inherits the default account sender email notification settings when the user is created. The email notifications are:  * envelopeComplete * changedSigner  * senderEnvelopeDeclined  * withdrawnConsent  * recipientViewed  * deliveryFailed     # noqa: E501
2591
2592        :param sender_email_notifications: The sender_email_notifications of this UserSettingsInformation.  # noqa: E501
2593        :type: SenderEmailNotifications
2594        """
2595
2596        self._sender_email_notifications = sender_email_notifications
2597
2598    @property
2599    def signer_email_notifications(self):
2600        """Gets the signer_email_notifications of this UserSettingsInformation.  # noqa: E501
2601
2602        An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created.   # noqa: E501
2603
2604        :return: The signer_email_notifications of this UserSettingsInformation.  # noqa: E501
2605        :rtype: SignerEmailNotifications
2606        """
2607        return self._signer_email_notifications
2608
2609    @signer_email_notifications.setter
2610    def signer_email_notifications(self, signer_email_notifications):
2611        """Sets the signer_email_notifications of this UserSettingsInformation.
2612
2613        An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created.   # noqa: E501
2614
2615        :param signer_email_notifications: The signer_email_notifications of this UserSettingsInformation.  # noqa: E501
2616        :type: SignerEmailNotifications
2617        """
2618
2619        self._signer_email_notifications = signer_email_notifications
2620
2621    @property
2622    def supplemental_document_include_in_download(self):
2623        """Gets the supplemental_document_include_in_download of this UserSettingsInformation.  # noqa: E501
2624
2625          # noqa: E501
2626
2627        :return: The supplemental_document_include_in_download of this UserSettingsInformation.  # noqa: E501
2628        :rtype: str
2629        """
2630        return self._supplemental_document_include_in_download
2631
2632    @supplemental_document_include_in_download.setter
2633    def supplemental_document_include_in_download(self, supplemental_document_include_in_download):
2634        """Sets the supplemental_document_include_in_download of this UserSettingsInformation.
2635
2636          # noqa: E501
2637
2638        :param supplemental_document_include_in_download: The supplemental_document_include_in_download of this UserSettingsInformation.  # noqa: E501
2639        :type: str
2640        """
2641
2642        self._supplemental_document_include_in_download = supplemental_document_include_in_download
2643
2644    @property
2645    def supplemental_documents_must_accept(self):
2646        """Gets the supplemental_documents_must_accept of this UserSettingsInformation.  # noqa: E501
2647
2648          # noqa: E501
2649
2650        :return: The supplemental_documents_must_accept of this UserSettingsInformation.  # noqa: E501
2651        :rtype: str
2652        """
2653        return self._supplemental_documents_must_accept
2654
2655    @supplemental_documents_must_accept.setter
2656    def supplemental_documents_must_accept(self, supplemental_documents_must_accept):
2657        """Sets the supplemental_documents_must_accept of this UserSettingsInformation.
2658
2659          # noqa: E501
2660
2661        :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this UserSettingsInformation.  # noqa: E501
2662        :type: str
2663        """
2664
2665        self._supplemental_documents_must_accept = supplemental_documents_must_accept
2666
2667    @property
2668    def supplemental_documents_must_accept_metadata(self):
2669        """Gets the supplemental_documents_must_accept_metadata of this UserSettingsInformation.  # noqa: E501
2670
2671        Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable.   # noqa: E501
2672
2673        :return: The supplemental_documents_must_accept_metadata of this UserSettingsInformation.  # noqa: E501
2674        :rtype: SettingsMetadata
2675        """
2676        return self._supplemental_documents_must_accept_metadata
2677
2678    @supplemental_documents_must_accept_metadata.setter
2679    def supplemental_documents_must_accept_metadata(self, supplemental_documents_must_accept_metadata):
2680        """Sets the supplemental_documents_must_accept_metadata of this UserSettingsInformation.
2681
2682        Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable.   # noqa: E501
2683
2684        :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this UserSettingsInformation.  # noqa: E501
2685        :type: SettingsMetadata
2686        """
2687
2688        self._supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata
2689
2690    @property
2691    def supplemental_documents_must_read(self):
2692        """Gets the supplemental_documents_must_read of this UserSettingsInformation.  # noqa: E501
2693
2694          # noqa: E501
2695
2696        :return: The supplemental_documents_must_read of this UserSettingsInformation.  # noqa: E501
2697        :rtype: str
2698        """
2699        return self._supplemental_documents_must_read
2700
2701    @supplemental_documents_must_read.setter
2702    def supplemental_documents_must_read(self, supplemental_documents_must_read):
2703        """Sets the supplemental_documents_must_read of this UserSettingsInformation.
2704
2705          # noqa: E501
2706
2707        :param supplemental_documents_must_read: The supplemental_documents_must_read of this UserSettingsInformation.  # noqa: E501
2708        :type: str
2709        """
2710
2711        self._supplemental_documents_must_read = supplemental_documents_must_read
2712
2713    @property
2714    def supplemental_documents_must_read_metadata(self):
2715        """Gets the supplemental_documents_must_read_metadata of this UserSettingsInformation.  # noqa: E501
2716
2717        Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable.   # noqa: E501
2718
2719        :return: The supplemental_documents_must_read_metadata of this UserSettingsInformation.  # noqa: E501
2720        :rtype: SettingsMetadata
2721        """
2722        return self._supplemental_documents_must_read_metadata
2723
2724    @supplemental_documents_must_read_metadata.setter
2725    def supplemental_documents_must_read_metadata(self, supplemental_documents_must_read_metadata):
2726        """Sets the supplemental_documents_must_read_metadata of this UserSettingsInformation.
2727
2728        Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable.   # noqa: E501
2729
2730        :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this UserSettingsInformation.  # noqa: E501
2731        :type: SettingsMetadata
2732        """
2733
2734        self._supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata
2735
2736    @property
2737    def supplemental_documents_must_view(self):
2738        """Gets the supplemental_documents_must_view of this UserSettingsInformation.  # noqa: E501
2739
2740          # noqa: E501
2741
2742        :return: The supplemental_documents_must_view of this UserSettingsInformation.  # noqa: E501
2743        :rtype: str
2744        """
2745        return self._supplemental_documents_must_view
2746
2747    @supplemental_documents_must_view.setter
2748    def supplemental_documents_must_view(self, supplemental_documents_must_view):
2749        """Sets the supplemental_documents_must_view of this UserSettingsInformation.
2750
2751          # noqa: E501
2752
2753        :param supplemental_documents_must_view: The supplemental_documents_must_view of this UserSettingsInformation.  # noqa: E501
2754        :type: str
2755        """
2756
2757        self._supplemental_documents_must_view = supplemental_documents_must_view
2758
2759    @property
2760    def supplemental_documents_must_view_metadata(self):
2761        """Gets the supplemental_documents_must_view_metadata of this UserSettingsInformation.  # noqa: E501
2762
2763        Metadata that indicates whether the `supplementalDocumentsMustView` property is editable.   # noqa: E501
2764
2765        :return: The supplemental_documents_must_view_metadata of this UserSettingsInformation.  # noqa: E501
2766        :rtype: SettingsMetadata
2767        """
2768        return self._supplemental_documents_must_view_metadata
2769
2770    @supplemental_documents_must_view_metadata.setter
2771    def supplemental_documents_must_view_metadata(self, supplemental_documents_must_view_metadata):
2772        """Sets the supplemental_documents_must_view_metadata of this UserSettingsInformation.
2773
2774        Metadata that indicates whether the `supplementalDocumentsMustView` property is editable.   # noqa: E501
2775
2776        :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this UserSettingsInformation.  # noqa: E501
2777        :type: SettingsMetadata
2778        """
2779
2780        self._supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata
2781
2782    @property
2783    def template_active_creation(self):
2784        """Gets the template_active_creation of this UserSettingsInformation.  # noqa: E501
2785
2786          # noqa: E501
2787
2788        :return: The template_active_creation of this UserSettingsInformation.  # noqa: E501
2789        :rtype: str
2790        """
2791        return self._template_active_creation
2792
2793    @template_active_creation.setter
2794    def template_active_creation(self, template_active_creation):
2795        """Sets the template_active_creation of this UserSettingsInformation.
2796
2797          # noqa: E501
2798
2799        :param template_active_creation: The template_active_creation of this UserSettingsInformation.  # noqa: E501
2800        :type: str
2801        """
2802
2803        self._template_active_creation = template_active_creation
2804
2805    @property
2806    def template_active_creation_metadata(self):
2807        """Gets the template_active_creation_metadata of this UserSettingsInformation.  # noqa: E501
2808
2809        Metadata about the `templateActiveCreation` property.  # noqa: E501
2810
2811        :return: The template_active_creation_metadata of this UserSettingsInformation.  # noqa: E501
2812        :rtype: SettingsMetadata
2813        """
2814        return self._template_active_creation_metadata
2815
2816    @template_active_creation_metadata.setter
2817    def template_active_creation_metadata(self, template_active_creation_metadata):
2818        """Sets the template_active_creation_metadata of this UserSettingsInformation.
2819
2820        Metadata about the `templateActiveCreation` property.  # noqa: E501
2821
2822        :param template_active_creation_metadata: The template_active_creation_metadata of this UserSettingsInformation.  # noqa: E501
2823        :type: SettingsMetadata
2824        """
2825
2826        self._template_active_creation_metadata = template_active_creation_metadata
2827
2828    @property
2829    def template_apply_notify(self):
2830        """Gets the template_apply_notify of this UserSettingsInformation.  # noqa: E501
2831
2832          # noqa: E501
2833
2834        :return: The template_apply_notify of this UserSettingsInformation.  # noqa: E501
2835        :rtype: str
2836        """
2837        return self._template_apply_notify
2838
2839    @template_apply_notify.setter
2840    def template_apply_notify(self, template_apply_notify):
2841        """Sets the template_apply_notify of this UserSettingsInformation.
2842
2843          # noqa: E501
2844
2845        :param template_apply_notify: The template_apply_notify of this UserSettingsInformation.  # noqa: E501
2846        :type: str
2847        """
2848
2849        self._template_apply_notify = template_apply_notify
2850
2851    @property
2852    def template_apply_notify_metadata(self):
2853        """Gets the template_apply_notify_metadata of this UserSettingsInformation.  # noqa: E501
2854
2855        Metadata about the `templateApplyNotify` property.  # noqa: E501
2856
2857        :return: The template_apply_notify_metadata of this UserSettingsInformation.  # noqa: E501
2858        :rtype: SettingsMetadata
2859        """
2860        return self._template_apply_notify_metadata
2861
2862    @template_apply_notify_metadata.setter
2863    def template_apply_notify_metadata(self, template_apply_notify_metadata):
2864        """Sets the template_apply_notify_metadata of this UserSettingsInformation.
2865
2866        Metadata about the `templateApplyNotify` property.  # noqa: E501
2867
2868        :param template_apply_notify_metadata: The template_apply_notify_metadata of this UserSettingsInformation.  # noqa: E501
2869        :type: SettingsMetadata
2870        """
2871
2872        self._template_apply_notify_metadata = template_apply_notify_metadata
2873
2874    @property
2875    def template_auto_matching(self):
2876        """Gets the template_auto_matching of this UserSettingsInformation.  # noqa: E501
2877
2878          # noqa: E501
2879
2880        :return: The template_auto_matching of this UserSettingsInformation.  # noqa: E501
2881        :rtype: str
2882        """
2883        return self._template_auto_matching
2884
2885    @template_auto_matching.setter
2886    def template_auto_matching(self, template_auto_matching):
2887        """Sets the template_auto_matching of this UserSettingsInformation.
2888
2889          # noqa: E501
2890
2891        :param template_auto_matching: The template_auto_matching of this UserSettingsInformation.  # noqa: E501
2892        :type: str
2893        """
2894
2895        self._template_auto_matching = template_auto_matching
2896
2897    @property
2898    def template_auto_matching_metadata(self):
2899        """Gets the template_auto_matching_metadata of this UserSettingsInformation.  # noqa: E501
2900
2901        Metadata about the `templateAutoMatching` property.  # noqa: E501
2902
2903        :return: The template_auto_matching_metadata of this UserSettingsInformation.  # noqa: E501
2904        :rtype: SettingsMetadata
2905        """
2906        return self._template_auto_matching_metadata
2907
2908    @template_auto_matching_metadata.setter
2909    def template_auto_matching_metadata(self, template_auto_matching_metadata):
2910        """Sets the template_auto_matching_metadata of this UserSettingsInformation.
2911
2912        Metadata about the `templateAutoMatching` property.  # noqa: E501
2913
2914        :param template_auto_matching_metadata: The template_auto_matching_metadata of this UserSettingsInformation.  # noqa: E501
2915        :type: SettingsMetadata
2916        """
2917
2918        self._template_auto_matching_metadata = template_auto_matching_metadata
2919
2920    @property
2921    def template_matching_sensitivity(self):
2922        """Gets the template_matching_sensitivity of this UserSettingsInformation.  # noqa: E501
2923
2924          # noqa: E501
2925
2926        :return: The template_matching_sensitivity of this UserSettingsInformation.  # noqa: E501
2927        :rtype: str
2928        """
2929        return self._template_matching_sensitivity
2930
2931    @template_matching_sensitivity.setter
2932    def template_matching_sensitivity(self, template_matching_sensitivity):
2933        """Sets the template_matching_sensitivity of this UserSettingsInformation.
2934
2935          # noqa: E501
2936
2937        :param template_matching_sensitivity: The template_matching_sensitivity of this UserSettingsInformation.  # noqa: E501
2938        :type: str
2939        """
2940
2941        self._template_matching_sensitivity = template_matching_sensitivity
2942
2943    @property
2944    def template_matching_sensitivity_metadata(self):
2945        """Gets the template_matching_sensitivity_metadata of this UserSettingsInformation.  # noqa: E501
2946
2947        Metadata about the `tempalteMatchingSensitivity` property.  # noqa: E501
2948
2949        :return: The template_matching_sensitivity_metadata of this UserSettingsInformation.  # noqa: E501
2950        :rtype: SettingsMetadata
2951        """
2952        return self._template_matching_sensitivity_metadata
2953
2954    @template_matching_sensitivity_metadata.setter
2955    def template_matching_sensitivity_metadata(self, template_matching_sensitivity_metadata):
2956        """Sets the template_matching_sensitivity_metadata of this UserSettingsInformation.
2957
2958        Metadata about the `tempalteMatchingSensitivity` property.  # noqa: E501
2959
2960        :param template_matching_sensitivity_metadata: The template_matching_sensitivity_metadata of this UserSettingsInformation.  # noqa: E501
2961        :type: SettingsMetadata
2962        """
2963
2964        self._template_matching_sensitivity_metadata = template_matching_sensitivity_metadata
2965
2966    @property
2967    def template_page_level_matching(self):
2968        """Gets the template_page_level_matching of this UserSettingsInformation.  # noqa: E501
2969
2970          # noqa: E501
2971
2972        :return: The template_page_level_matching of this UserSettingsInformation.  # noqa: E501
2973        :rtype: str
2974        """
2975        return self._template_page_level_matching
2976
2977    @template_page_level_matching.setter
2978    def template_page_level_matching(self, template_page_level_matching):
2979        """Sets the template_page_level_matching of this UserSettingsInformation.
2980
2981          # noqa: E501
2982
2983        :param template_page_level_matching: The template_page_level_matching of this UserSettingsInformation.  # noqa: E501
2984        :type: str
2985        """
2986
2987        self._template_page_level_matching = template_page_level_matching
2988
2989    @property
2990    def template_page_level_matching_metadata(self):
2991        """Gets the template_page_level_matching_metadata of this UserSettingsInformation.  # noqa: E501
2992
2993        Metadata about the `templatePageLevelMatching` property.  # noqa: E501
2994
2995        :return: The template_page_level_matching_metadata of this UserSettingsInformation.  # noqa: E501
2996        :rtype: SettingsMetadata
2997        """
2998        return self._template_page_level_matching_metadata
2999
3000    @template_page_level_matching_metadata.setter
3001    def template_page_level_matching_metadata(self, template_page_level_matching_metadata):
3002        """Sets the template_page_level_matching_metadata of this UserSettingsInformation.
3003
3004        Metadata about the `templatePageLevelMatching` property.  # noqa: E501
3005
3006        :param template_page_level_matching_metadata: The template_page_level_matching_metadata of this UserSettingsInformation.  # noqa: E501
3007        :type: SettingsMetadata
3008        """
3009
3010        self._template_page_level_matching_metadata = template_page_level_matching_metadata
3011
3012    @property
3013    def timezone_dst(self):
3014        """Gets the timezone_dst of this UserSettingsInformation.  # noqa: E501
3015
3016          # noqa: E501
3017
3018        :return: The timezone_dst of this UserSettingsInformation.  # noqa: E501
3019        :rtype: str
3020        """
3021        return self._timezone_dst
3022
3023    @timezone_dst.setter
3024    def timezone_dst(self, timezone_dst):
3025        """Sets the timezone_dst of this UserSettingsInformation.
3026
3027          # noqa: E501
3028
3029        :param timezone_dst: The timezone_dst of this UserSettingsInformation.  # noqa: E501
3030        :type: str
3031        """
3032
3033        self._timezone_dst = timezone_dst
3034
3035    @property
3036    def timezone_dst_metadata(self):
3037        """Gets the timezone_dst_metadata of this UserSettingsInformation.  # noqa: E501
3038
3039        Metadata about the `timezoneDST` property.  # noqa: E501
3040
3041        :return: The timezone_dst_metadata of this UserSettingsInformation.  # noqa: E501
3042        :rtype: SettingsMetadata
3043        """
3044        return self._timezone_dst_metadata
3045
3046    @timezone_dst_metadata.setter
3047    def timezone_dst_metadata(self, timezone_dst_metadata):
3048        """Sets the timezone_dst_metadata of this UserSettingsInformation.
3049
3050        Metadata about the `timezoneDST` property.  # noqa: E501
3051
3052        :param timezone_dst_metadata: The timezone_dst_metadata of this UserSettingsInformation.  # noqa: E501
3053        :type: SettingsMetadata
3054        """
3055
3056        self._timezone_dst_metadata = timezone_dst_metadata
3057
3058    @property
3059    def timezone_mask(self):
3060        """Gets the timezone_mask of this UserSettingsInformation.  # noqa: E501
3061
3062          # noqa: E501
3063
3064        :return: The timezone_mask of this UserSettingsInformation.  # noqa: E501
3065        :rtype: str
3066        """
3067        return self._timezone_mask
3068
3069    @timezone_mask.setter
3070    def timezone_mask(self, timezone_mask):
3071        """Sets the timezone_mask of this UserSettingsInformation.
3072
3073          # noqa: E501
3074
3075        :param timezone_mask: The timezone_mask of this UserSettingsInformation.  # noqa: E501
3076        :type: str
3077        """
3078
3079        self._timezone_mask = timezone_mask
3080
3081    @property
3082    def timezone_mask_metadata(self):
3083        """Gets the timezone_mask_metadata of this UserSettingsInformation.  # noqa: E501
3084
3085        Metadata about the `timezoneMask` property.  # noqa: E501
3086
3087        :return: The timezone_mask_metadata of this UserSettingsInformation.  # noqa: E501
3088        :rtype: SettingsMetadata
3089        """
3090        return self._timezone_mask_metadata
3091
3092    @timezone_mask_metadata.setter
3093    def timezone_mask_metadata(self, timezone_mask_metadata):
3094        """Sets the timezone_mask_metadata of this UserSettingsInformation.
3095
3096        Metadata about the `timezoneMask` property.  # noqa: E501
3097
3098        :param timezone_mask_metadata: The timezone_mask_metadata of this UserSettingsInformation.  # noqa: E501
3099        :type: SettingsMetadata
3100        """
3101
3102        self._timezone_mask_metadata = timezone_mask_metadata
3103
3104    @property
3105    def timezone_offset(self):
3106        """Gets the timezone_offset of this UserSettingsInformation.  # noqa: E501
3107
3108          # noqa: E501
3109
3110        :return: The timezone_offset of this UserSettingsInformation.  # noqa: E501
3111        :rtype: str
3112        """
3113        return self._timezone_offset
3114
3115    @timezone_offset.setter
3116    def timezone_offset(self, timezone_offset):
3117        """Sets the timezone_offset of this UserSettingsInformation.
3118
3119          # noqa: E501
3120
3121        :param timezone_offset: The timezone_offset of this UserSettingsInformation.  # noqa: E501
3122        :type: str
3123        """
3124
3125        self._timezone_offset = timezone_offset
3126
3127    @property
3128    def timezone_offset_metadata(self):
3129        """Gets the timezone_offset_metadata of this UserSettingsInformation.  # noqa: E501
3130
3131        Metadata about the `timezoneOffset` property.  # noqa: E501
3132
3133        :return: The timezone_offset_metadata of this UserSettingsInformation.  # noqa: E501
3134        :rtype: SettingsMetadata
3135        """
3136        return self._timezone_offset_metadata
3137
3138    @timezone_offset_metadata.setter
3139    def timezone_offset_metadata(self, timezone_offset_metadata):
3140        """Sets the timezone_offset_metadata of this UserSettingsInformation.
3141
3142        Metadata about the `timezoneOffset` property.  # noqa: E501
3143
3144        :param timezone_offset_metadata: The timezone_offset_metadata of this UserSettingsInformation.  # noqa: E501
3145        :type: SettingsMetadata
3146        """
3147
3148        self._timezone_offset_metadata = timezone_offset_metadata
3149
3150    @property
3151    def timezone_sending_pref(self):
3152        """Gets the timezone_sending_pref of this UserSettingsInformation.  # noqa: E501
3153
3154          # noqa: E501
3155
3156        :return: The timezone_sending_pref of this UserSettingsInformation.  # noqa: E501
3157        :rtype: str
3158        """
3159        return self._timezone_sending_pref
3160
3161    @timezone_sending_pref.setter
3162    def timezone_sending_pref(self, timezone_sending_pref):
3163        """Sets the timezone_sending_pref of this UserSettingsInformation.
3164
3165          # noqa: E501
3166
3167        :param timezone_sending_pref: The timezone_sending_pref of this UserSettingsInformation.  # noqa: E501
3168        :type: str
3169        """
3170
3171        self._timezone_sending_pref = timezone_sending_pref
3172
3173    @property
3174    def timezone_sending_pref_metadata(self):
3175        """Gets the timezone_sending_pref_metadata of this UserSettingsInformation.  # noqa: E501
3176
3177        Reserved for DocuSign.  # noqa: E501
3178
3179        :return: The timezone_sending_pref_metadata of this UserSettingsInformation.  # noqa: E501
3180        :rtype: SettingsMetadata
3181        """
3182        return self._timezone_sending_pref_metadata
3183
3184    @timezone_sending_pref_metadata.setter
3185    def timezone_sending_pref_metadata(self, timezone_sending_pref_metadata):
3186        """Sets the timezone_sending_pref_metadata of this UserSettingsInformation.
3187
3188        Reserved for DocuSign.  # noqa: E501
3189
3190        :param timezone_sending_pref_metadata: The timezone_sending_pref_metadata of this UserSettingsInformation.  # noqa: E501
3191        :type: SettingsMetadata
3192        """
3193
3194        self._timezone_sending_pref_metadata = timezone_sending_pref_metadata
3195
3196    @property
3197    def timezone_signing_pref(self):
3198        """Gets the timezone_signing_pref of this UserSettingsInformation.  # noqa: E501
3199
3200          # noqa: E501
3201
3202        :return: The timezone_signing_pref of this UserSettingsInformation.  # noqa: E501
3203        :rtype: str
3204        """
3205        return self._timezone_signing_pref
3206
3207    @timezone_signing_pref.setter
3208    def timezone_signing_pref(self, timezone_signing_pref):
3209        """Sets the timezone_signing_pref of this UserSettingsInformation.
3210
3211          # noqa: E501
3212
3213        :param timezone_signing_pref: The timezone_signing_pref of this UserSettingsInformation.  # noqa: E501
3214        :type: str
3215        """
3216
3217        self._timezone_signing_pref = timezone_signing_pref
3218
3219    @property
3220    def timezone_signing_pref_metadata(self):
3221        """Gets the timezone_signing_pref_metadata of this UserSettingsInformation.  # noqa: E501
3222
3223        Reserved for DocuSign.  # noqa: E501
3224
3225        :return: The timezone_signing_pref_metadata of this UserSettingsInformation.  # noqa: E501
3226        :rtype: SettingsMetadata
3227        """
3228        return self._timezone_signing_pref_metadata
3229
3230    @timezone_signing_pref_metadata.setter
3231    def timezone_signing_pref_metadata(self, timezone_signing_pref_metadata):
3232        """Sets the timezone_signing_pref_metadata of this UserSettingsInformation.
3233
3234        Reserved for DocuSign.  # noqa: E501
3235
3236        :param timezone_signing_pref_metadata: The timezone_signing_pref_metadata of this UserSettingsInformation.  # noqa: E501
3237        :type: SettingsMetadata
3238        """
3239
3240        self._timezone_signing_pref_metadata = timezone_signing_pref_metadata
3241
3242    @property
3243    def transaction_point_site_name_url(self):
3244        """Gets the transaction_point_site_name_url of this UserSettingsInformation.  # noqa: E501
3245
3246          # noqa: E501
3247
3248        :return: The transaction_point_site_name_url of this UserSettingsInformation.  # noqa: E501
3249        :rtype: str
3250        """
3251        return self._transaction_point_site_name_url
3252
3253    @transaction_point_site_name_url.setter
3254    def transaction_point_site_name_url(self, transaction_point_site_name_url):
3255        """Sets the transaction_point_site_name_url of this UserSettingsInformation.
3256
3257          # noqa: E501
3258
3259        :param transaction_point_site_name_url: The transaction_point_site_name_url of this UserSettingsInformation.  # noqa: E501
3260        :type: str
3261        """
3262
3263        self._transaction_point_site_name_url = transaction_point_site_name_url
3264
3265    @property
3266    def transaction_point_site_name_url_metadata(self):
3267        """Gets the transaction_point_site_name_url_metadata of this UserSettingsInformation.  # noqa: E501
3268
3269        Reserved for DocuSign.  # noqa: E501
3270
3271        :return: The transaction_point_site_name_url_metadata of this UserSettingsInformation.  # noqa: E501
3272        :rtype: SettingsMetadata
3273        """
3274        return self._transaction_point_site_name_url_metadata
3275
3276    @transaction_point_site_name_url_metadata.setter
3277    def transaction_point_site_name_url_metadata(self, transaction_point_site_name_url_metadata):
3278        """Sets the transaction_point_site_name_url_metadata of this UserSettingsInformation.
3279
3280        Reserved for DocuSign.  # noqa: E501
3281
3282        :param transaction_point_site_name_url_metadata: The transaction_point_site_name_url_metadata of this UserSettingsInformation.  # noqa: E501
3283        :type: SettingsMetadata
3284        """
3285
3286        self._transaction_point_site_name_url_metadata = transaction_point_site_name_url_metadata
3287
3288    @property
3289    def transaction_point_user_name(self):
3290        """Gets the transaction_point_user_name of this UserSettingsInformation.  # noqa: E501
3291
3292          # noqa: E501
3293
3294        :return: The transaction_point_user_name of this UserSettingsInformation.  # noqa: E501
3295        :rtype: str
3296        """
3297        return self._transaction_point_user_name
3298
3299    @transaction_point_user_name.setter
3300    def transaction_point_user_name(self, transaction_point_user_name):
3301        """Sets the transaction_point_user_name of this UserSettingsInformation.
3302
3303          # noqa: E501
3304
3305        :param transaction_point_user_name: The transaction_point_user_name of this UserSettingsInformation.  # noqa: E501
3306        :type: str
3307        """
3308
3309        self._transaction_point_user_name = transaction_point_user_name
3310
3311    @property
3312    def transaction_point_user_name_metadata(self):
3313        """Gets the transaction_point_user_name_metadata of this UserSettingsInformation.  # noqa: E501
3314
3315        Reserved for DocuSign.  # noqa: E501
3316
3317        :return: The transaction_point_user_name_metadata of this UserSettingsInformation.  # noqa: E501
3318        :rtype: SettingsMetadata
3319        """
3320        return self._transaction_point_user_name_metadata
3321
3322    @transaction_point_user_name_metadata.setter
3323    def transaction_point_user_name_metadata(self, transaction_point_user_name_metadata):
3324        """Sets the transaction_point_user_name_metadata of this UserSettingsInformation.
3325
3326        Reserved for DocuSign.  # noqa: E501
3327
3328        :param transaction_point_user_name_metadata: The transaction_point_user_name_metadata of this UserSettingsInformation.  # noqa: E501
3329        :type: SettingsMetadata
3330        """
3331
3332        self._transaction_point_user_name_metadata = transaction_point_user_name_metadata
3333
3334    @property
3335    def vaulting_mode(self):
3336        """Gets the vaulting_mode of this UserSettingsInformation.  # noqa: E501
3337
3338          # noqa: E501
3339
3340        :return: The vaulting_mode of this UserSettingsInformation.  # noqa: E501
3341        :rtype: str
3342        """
3343        return self._vaulting_mode
3344
3345    @vaulting_mode.setter
3346    def vaulting_mode(self, vaulting_mode):
3347        """Sets the vaulting_mode of this UserSettingsInformation.
3348
3349          # noqa: E501
3350
3351        :param vaulting_mode: The vaulting_mode of this UserSettingsInformation.  # noqa: E501
3352        :type: str
3353        """
3354
3355        self._vaulting_mode = vaulting_mode
3356
3357    @property
3358    def vaulting_mode_metadata(self):
3359        """Gets the vaulting_mode_metadata of this UserSettingsInformation.  # noqa: E501
3360
3361        Metadata about the `vaultingMode` property.  # noqa: E501
3362
3363        :return: The vaulting_mode_metadata of this UserSettingsInformation.  # noqa: E501
3364        :rtype: SettingsMetadata
3365        """
3366        return self._vaulting_mode_metadata
3367
3368    @vaulting_mode_metadata.setter
3369    def vaulting_mode_metadata(self, vaulting_mode_metadata):
3370        """Sets the vaulting_mode_metadata of this UserSettingsInformation.
3371
3372        Metadata about the `vaultingMode` property.  # noqa: E501
3373
3374        :param vaulting_mode_metadata: The vaulting_mode_metadata of this UserSettingsInformation.  # noqa: E501
3375        :type: SettingsMetadata
3376        """
3377
3378        self._vaulting_mode_metadata = vaulting_mode_metadata
3379
3380    @property
3381    def web_forms(self):
3382        """Gets the web_forms of this UserSettingsInformation.  # noqa: E501
3383
3384          # noqa: E501
3385
3386        :return: The web_forms of this UserSettingsInformation.  # noqa: E501
3387        :rtype: str
3388        """
3389        return self._web_forms
3390
3391    @web_forms.setter
3392    def web_forms(self, web_forms):
3393        """Sets the web_forms of this UserSettingsInformation.
3394
3395          # noqa: E501
3396
3397        :param web_forms: The web_forms of this UserSettingsInformation.  # noqa: E501
3398        :type: str
3399        """
3400
3401        self._web_forms = web_forms
3402
3403    @property
3404    def web_forms_metadata(self):
3405        """Gets the web_forms_metadata of this UserSettingsInformation.  # noqa: E501
3406
3407          # noqa: E501
3408
3409        :return: The web_forms_metadata of this UserSettingsInformation.  # noqa: E501
3410        :rtype: SettingsMetadata
3411        """
3412        return self._web_forms_metadata
3413
3414    @web_forms_metadata.setter
3415    def web_forms_metadata(self, web_forms_metadata):
3416        """Sets the web_forms_metadata of this UserSettingsInformation.
3417
3418          # noqa: E501
3419
3420        :param web_forms_metadata: The web_forms_metadata of this UserSettingsInformation.  # noqa: E501
3421        :type: SettingsMetadata
3422        """
3423
3424        self._web_forms_metadata = web_forms_metadata
3425
3426    def to_dict(self):
3427        """Returns the model properties as a dict"""
3428        result = {}
3429
3430        for attr, _ in six.iteritems(self.swagger_types):
3431            value = getattr(self, attr)
3432            if isinstance(value, list):
3433                result[attr] = list(map(
3434                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
3435                    value
3436                ))
3437            elif hasattr(value, "to_dict"):
3438                result[attr] = value.to_dict()
3439            elif isinstance(value, dict):
3440                result[attr] = dict(map(
3441                    lambda item: (item[0], item[1].to_dict())
3442                    if hasattr(item[1], "to_dict") else item,
3443                    value.items()
3444                ))
3445            else:
3446                result[attr] = value
3447        if issubclass(UserSettingsInformation, dict):
3448            for key, value in self.items():
3449                result[key] = value
3450
3451        return result
3452
3453    def to_str(self):
3454        """Returns the string representation of the model"""
3455        return pprint.pformat(self.to_dict())
3456
3457    def __repr__(self):
3458        """For `print` and `pprint`"""
3459        return self.to_str()
3460
3461    def __eq__(self, other):
3462        """Returns true if both objects are equal"""
3463        if not isinstance(other, UserSettingsInformation):
3464            return False
3465
3466        return self.to_dict() == other.to_dict()
3467
3468    def __ne__(self, other):
3469        """Returns true if both objects are not equal"""
3470        if not isinstance(other, UserSettingsInformation):
3471            return True
3472
3473        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.

UserSettingsInformation(_configuration=None, **kwargs)
292    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
293        """UserSettingsInformation - a model defined in Swagger"""  # noqa: E501
294        if _configuration is None:
295            _configuration = Configuration()
296        self._configuration = _configuration
297
298        self._account_management_granular = None
299        self._admin_only = None
300        self._admin_only_metadata = None
301        self._allow_auto_tagging = None
302        self._allow_envelope_transfer_to = None
303        self._allow_envelope_transfer_to_metadata = None
304        self._allow_eseal_recipients = None
305        self._allow_eseal_recipients_metadata = None
306        self._allow_power_forms_admin_to_access_all_power_form_envelope = None
307        self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata = None
308        self._allow_recipient_language_selection = None
309        self._allow_recipient_language_selection_metadata = None
310        self._allow_send_on_behalf_of = None
311        self._allow_send_on_behalf_of_metadata = None
312        self._allow_supplemental_documents = None
313        self._allow_supplemental_documents_metadata = None
314        self._anchor_tag_versioned_placement_enabled = None
315        self._api_account_wide_access = None
316        self._api_account_wide_access_metadata = None
317        self._api_can_export_ac = None
318        self._api_can_export_ac_metadata = None
319        self._bulk_send = None
320        self._bulk_send_metadata = None
321        self._can_charge_account = None
322        self._can_charge_account_metadata = None
323        self._can_edit_shared_addressbook = None
324        self._can_edit_shared_addressbook_metadata = None
325        self._can_lock_envelopes = None
326        self._can_lock_envelopes_metadata = None
327        self._can_manage_account = None
328        self._can_manage_account_metadata = None
329        self._can_manage_distributor = None
330        self._can_manage_distributor_metadata = None
331        self._can_manage_templates = None
332        self._can_manage_templates_metadata = None
333        self._can_send_api_requests = None
334        self._can_send_api_requests_metadata = None
335        self._can_send_envelope = None
336        self._can_send_envelope_metadata = None
337        self._can_send_envelopes_via_sms = None
338        self._can_send_envelopes_via_sms_metadata = None
339        self._can_sign_envelope = None
340        self._can_sign_envelope_metadata = None
341        self._can_use_scratchpad = None
342        self._can_use_scratchpad_metadata = None
343        self._can_use_smart_contracts = None
344        self._can_use_smart_contracts_metadata = None
345        self._disable_document_upload = None
346        self._disable_document_upload_metadata = None
347        self._disable_other_actions = None
348        self._disable_other_actions_metadata = None
349        self._enable_ds_pro = None
350        self._enable_ds_pro_metadata = None
351        self._enable_key_terms_suggestions_by_document_type = None
352        self._enable_key_terms_suggestions_by_document_type_metadata = None
353        self._enable_sequential_signing_api = None
354        self._enable_sequential_signing_api_metadata = None
355        self._enable_sequential_signing_ui = None
356        self._enable_sequential_signing_ui_metadata = None
357        self._enable_signer_attachments = None
358        self._enable_signer_attachments_metadata = None
359        self._enable_sign_on_paper_override = None
360        self._enable_sign_on_paper_override_metadata = None
361        self._enable_transaction_point = None
362        self._enable_transaction_point_metadata = None
363        self._enable_vaulting = None
364        self._enable_vaulting_metadata = None
365        self._express_send_only = None
366        self._locale = None
367        self._locale_metadata = None
368        self._locale_policy = None
369        self._manage_clickwraps_mode = None
370        self._manage_clickwraps_mode_metadata = None
371        self._modified_by = None
372        self._modified_by_metadata = None
373        self._modified_date = None
374        self._modified_date_metadata = None
375        self._modified_page = None
376        self._modified_page_metadata = None
377        self._new_send_ui = None
378        self._new_send_ui_metadata = None
379        self._power_form_mode = None
380        self._power_form_mode_metadata = None
381        self._recipient_viewed_notification = None
382        self._recipient_viewed_notification_metadata = None
383        self._seal_identifiers = None
384        self._self_signed_recipient_email_document = None
385        self._self_signed_recipient_email_document_metadata = None
386        self._sender_email_notifications = None
387        self._signer_email_notifications = None
388        self._supplemental_document_include_in_download = None
389        self._supplemental_documents_must_accept = None
390        self._supplemental_documents_must_accept_metadata = None
391        self._supplemental_documents_must_read = None
392        self._supplemental_documents_must_read_metadata = None
393        self._supplemental_documents_must_view = None
394        self._supplemental_documents_must_view_metadata = None
395        self._template_active_creation = None
396        self._template_active_creation_metadata = None
397        self._template_apply_notify = None
398        self._template_apply_notify_metadata = None
399        self._template_auto_matching = None
400        self._template_auto_matching_metadata = None
401        self._template_matching_sensitivity = None
402        self._template_matching_sensitivity_metadata = None
403        self._template_page_level_matching = None
404        self._template_page_level_matching_metadata = None
405        self._timezone_dst = None
406        self._timezone_dst_metadata = None
407        self._timezone_mask = None
408        self._timezone_mask_metadata = None
409        self._timezone_offset = None
410        self._timezone_offset_metadata = None
411        self._timezone_sending_pref = None
412        self._timezone_sending_pref_metadata = None
413        self._timezone_signing_pref = None
414        self._timezone_signing_pref_metadata = None
415        self._transaction_point_site_name_url = None
416        self._transaction_point_site_name_url_metadata = None
417        self._transaction_point_user_name = None
418        self._transaction_point_user_name_metadata = None
419        self._vaulting_mode = None
420        self._vaulting_mode_metadata = None
421        self._web_forms = None
422        self._web_forms_metadata = None
423        self.discriminator = None
424
425        setattr(self, "_{}".format('account_management_granular'), kwargs.get('account_management_granular', None))
426        setattr(self, "_{}".format('admin_only'), kwargs.get('admin_only', None))
427        setattr(self, "_{}".format('admin_only_metadata'), kwargs.get('admin_only_metadata', None))
428        setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None))
429        setattr(self, "_{}".format('allow_envelope_transfer_to'), kwargs.get('allow_envelope_transfer_to', None))
430        setattr(self, "_{}".format('allow_envelope_transfer_to_metadata'), kwargs.get('allow_envelope_transfer_to_metadata', None))
431        setattr(self, "_{}".format('allow_eseal_recipients'), kwargs.get('allow_eseal_recipients', None))
432        setattr(self, "_{}".format('allow_eseal_recipients_metadata'), kwargs.get('allow_eseal_recipients_metadata', None))
433        setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelope'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelope', None))
434        setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelope_metadata'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelope_metadata', None))
435        setattr(self, "_{}".format('allow_recipient_language_selection'), kwargs.get('allow_recipient_language_selection', None))
436        setattr(self, "_{}".format('allow_recipient_language_selection_metadata'), kwargs.get('allow_recipient_language_selection_metadata', None))
437        setattr(self, "_{}".format('allow_send_on_behalf_of'), kwargs.get('allow_send_on_behalf_of', None))
438        setattr(self, "_{}".format('allow_send_on_behalf_of_metadata'), kwargs.get('allow_send_on_behalf_of_metadata', None))
439        setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None))
440        setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None))
441        setattr(self, "_{}".format('anchor_tag_versioned_placement_enabled'), kwargs.get('anchor_tag_versioned_placement_enabled', None))
442        setattr(self, "_{}".format('api_account_wide_access'), kwargs.get('api_account_wide_access', None))
443        setattr(self, "_{}".format('api_account_wide_access_metadata'), kwargs.get('api_account_wide_access_metadata', None))
444        setattr(self, "_{}".format('api_can_export_ac'), kwargs.get('api_can_export_ac', None))
445        setattr(self, "_{}".format('api_can_export_ac_metadata'), kwargs.get('api_can_export_ac_metadata', None))
446        setattr(self, "_{}".format('bulk_send'), kwargs.get('bulk_send', None))
447        setattr(self, "_{}".format('bulk_send_metadata'), kwargs.get('bulk_send_metadata', None))
448        setattr(self, "_{}".format('can_charge_account'), kwargs.get('can_charge_account', None))
449        setattr(self, "_{}".format('can_charge_account_metadata'), kwargs.get('can_charge_account_metadata', None))
450        setattr(self, "_{}".format('can_edit_shared_addressbook'), kwargs.get('can_edit_shared_addressbook', None))
451        setattr(self, "_{}".format('can_edit_shared_addressbook_metadata'), kwargs.get('can_edit_shared_addressbook_metadata', None))
452        setattr(self, "_{}".format('can_lock_envelopes'), kwargs.get('can_lock_envelopes', None))
453        setattr(self, "_{}".format('can_lock_envelopes_metadata'), kwargs.get('can_lock_envelopes_metadata', None))
454        setattr(self, "_{}".format('can_manage_account'), kwargs.get('can_manage_account', None))
455        setattr(self, "_{}".format('can_manage_account_metadata'), kwargs.get('can_manage_account_metadata', None))
456        setattr(self, "_{}".format('can_manage_distributor'), kwargs.get('can_manage_distributor', None))
457        setattr(self, "_{}".format('can_manage_distributor_metadata'), kwargs.get('can_manage_distributor_metadata', None))
458        setattr(self, "_{}".format('can_manage_templates'), kwargs.get('can_manage_templates', None))
459        setattr(self, "_{}".format('can_manage_templates_metadata'), kwargs.get('can_manage_templates_metadata', None))
460        setattr(self, "_{}".format('can_send_api_requests'), kwargs.get('can_send_api_requests', None))
461        setattr(self, "_{}".format('can_send_api_requests_metadata'), kwargs.get('can_send_api_requests_metadata', None))
462        setattr(self, "_{}".format('can_send_envelope'), kwargs.get('can_send_envelope', None))
463        setattr(self, "_{}".format('can_send_envelope_metadata'), kwargs.get('can_send_envelope_metadata', None))
464        setattr(self, "_{}".format('can_send_envelopes_via_sms'), kwargs.get('can_send_envelopes_via_sms', None))
465        setattr(self, "_{}".format('can_send_envelopes_via_sms_metadata'), kwargs.get('can_send_envelopes_via_sms_metadata', None))
466        setattr(self, "_{}".format('can_sign_envelope'), kwargs.get('can_sign_envelope', None))
467        setattr(self, "_{}".format('can_sign_envelope_metadata'), kwargs.get('can_sign_envelope_metadata', None))
468        setattr(self, "_{}".format('can_use_scratchpad'), kwargs.get('can_use_scratchpad', None))
469        setattr(self, "_{}".format('can_use_scratchpad_metadata'), kwargs.get('can_use_scratchpad_metadata', None))
470        setattr(self, "_{}".format('can_use_smart_contracts'), kwargs.get('can_use_smart_contracts', None))
471        setattr(self, "_{}".format('can_use_smart_contracts_metadata'), kwargs.get('can_use_smart_contracts_metadata', None))
472        setattr(self, "_{}".format('disable_document_upload'), kwargs.get('disable_document_upload', None))
473        setattr(self, "_{}".format('disable_document_upload_metadata'), kwargs.get('disable_document_upload_metadata', None))
474        setattr(self, "_{}".format('disable_other_actions'), kwargs.get('disable_other_actions', None))
475        setattr(self, "_{}".format('disable_other_actions_metadata'), kwargs.get('disable_other_actions_metadata', None))
476        setattr(self, "_{}".format('enable_ds_pro'), kwargs.get('enable_ds_pro', None))
477        setattr(self, "_{}".format('enable_ds_pro_metadata'), kwargs.get('enable_ds_pro_metadata', None))
478        setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None))
479        setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None))
480        setattr(self, "_{}".format('enable_sequential_signing_api'), kwargs.get('enable_sequential_signing_api', None))
481        setattr(self, "_{}".format('enable_sequential_signing_api_metadata'), kwargs.get('enable_sequential_signing_api_metadata', None))
482        setattr(self, "_{}".format('enable_sequential_signing_ui'), kwargs.get('enable_sequential_signing_ui', None))
483        setattr(self, "_{}".format('enable_sequential_signing_ui_metadata'), kwargs.get('enable_sequential_signing_ui_metadata', None))
484        setattr(self, "_{}".format('enable_signer_attachments'), kwargs.get('enable_signer_attachments', None))
485        setattr(self, "_{}".format('enable_signer_attachments_metadata'), kwargs.get('enable_signer_attachments_metadata', None))
486        setattr(self, "_{}".format('enable_sign_on_paper_override'), kwargs.get('enable_sign_on_paper_override', None))
487        setattr(self, "_{}".format('enable_sign_on_paper_override_metadata'), kwargs.get('enable_sign_on_paper_override_metadata', None))
488        setattr(self, "_{}".format('enable_transaction_point'), kwargs.get('enable_transaction_point', None))
489        setattr(self, "_{}".format('enable_transaction_point_metadata'), kwargs.get('enable_transaction_point_metadata', None))
490        setattr(self, "_{}".format('enable_vaulting'), kwargs.get('enable_vaulting', None))
491        setattr(self, "_{}".format('enable_vaulting_metadata'), kwargs.get('enable_vaulting_metadata', None))
492        setattr(self, "_{}".format('express_send_only'), kwargs.get('express_send_only', None))
493        setattr(self, "_{}".format('locale'), kwargs.get('locale', None))
494        setattr(self, "_{}".format('locale_metadata'), kwargs.get('locale_metadata', None))
495        setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None))
496        setattr(self, "_{}".format('manage_clickwraps_mode'), kwargs.get('manage_clickwraps_mode', None))
497        setattr(self, "_{}".format('manage_clickwraps_mode_metadata'), kwargs.get('manage_clickwraps_mode_metadata', None))
498        setattr(self, "_{}".format('modified_by'), kwargs.get('modified_by', None))
499        setattr(self, "_{}".format('modified_by_metadata'), kwargs.get('modified_by_metadata', None))
500        setattr(self, "_{}".format('modified_date'), kwargs.get('modified_date', None))
501        setattr(self, "_{}".format('modified_date_metadata'), kwargs.get('modified_date_metadata', None))
502        setattr(self, "_{}".format('modified_page'), kwargs.get('modified_page', None))
503        setattr(self, "_{}".format('modified_page_metadata'), kwargs.get('modified_page_metadata', None))
504        setattr(self, "_{}".format('new_send_ui'), kwargs.get('new_send_ui', None))
505        setattr(self, "_{}".format('new_send_ui_metadata'), kwargs.get('new_send_ui_metadata', None))
506        setattr(self, "_{}".format('power_form_mode'), kwargs.get('power_form_mode', None))
507        setattr(self, "_{}".format('power_form_mode_metadata'), kwargs.get('power_form_mode_metadata', None))
508        setattr(self, "_{}".format('recipient_viewed_notification'), kwargs.get('recipient_viewed_notification', None))
509        setattr(self, "_{}".format('recipient_viewed_notification_metadata'), kwargs.get('recipient_viewed_notification_metadata', None))
510        setattr(self, "_{}".format('seal_identifiers'), kwargs.get('seal_identifiers', None))
511        setattr(self, "_{}".format('self_signed_recipient_email_document'), kwargs.get('self_signed_recipient_email_document', None))
512        setattr(self, "_{}".format('self_signed_recipient_email_document_metadata'), kwargs.get('self_signed_recipient_email_document_metadata', None))
513        setattr(self, "_{}".format('sender_email_notifications'), kwargs.get('sender_email_notifications', None))
514        setattr(self, "_{}".format('signer_email_notifications'), kwargs.get('signer_email_notifications', None))
515        setattr(self, "_{}".format('supplemental_document_include_in_download'), kwargs.get('supplemental_document_include_in_download', None))
516        setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None))
517        setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None))
518        setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None))
519        setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None))
520        setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None))
521        setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None))
522        setattr(self, "_{}".format('template_active_creation'), kwargs.get('template_active_creation', None))
523        setattr(self, "_{}".format('template_active_creation_metadata'), kwargs.get('template_active_creation_metadata', None))
524        setattr(self, "_{}".format('template_apply_notify'), kwargs.get('template_apply_notify', None))
525        setattr(self, "_{}".format('template_apply_notify_metadata'), kwargs.get('template_apply_notify_metadata', None))
526        setattr(self, "_{}".format('template_auto_matching'), kwargs.get('template_auto_matching', None))
527        setattr(self, "_{}".format('template_auto_matching_metadata'), kwargs.get('template_auto_matching_metadata', None))
528        setattr(self, "_{}".format('template_matching_sensitivity'), kwargs.get('template_matching_sensitivity', None))
529        setattr(self, "_{}".format('template_matching_sensitivity_metadata'), kwargs.get('template_matching_sensitivity_metadata', None))
530        setattr(self, "_{}".format('template_page_level_matching'), kwargs.get('template_page_level_matching', None))
531        setattr(self, "_{}".format('template_page_level_matching_metadata'), kwargs.get('template_page_level_matching_metadata', None))
532        setattr(self, "_{}".format('timezone_dst'), kwargs.get('timezone_dst', None))
533        setattr(self, "_{}".format('timezone_dst_metadata'), kwargs.get('timezone_dst_metadata', None))
534        setattr(self, "_{}".format('timezone_mask'), kwargs.get('timezone_mask', None))
535        setattr(self, "_{}".format('timezone_mask_metadata'), kwargs.get('timezone_mask_metadata', None))
536        setattr(self, "_{}".format('timezone_offset'), kwargs.get('timezone_offset', None))
537        setattr(self, "_{}".format('timezone_offset_metadata'), kwargs.get('timezone_offset_metadata', None))
538        setattr(self, "_{}".format('timezone_sending_pref'), kwargs.get('timezone_sending_pref', None))
539        setattr(self, "_{}".format('timezone_sending_pref_metadata'), kwargs.get('timezone_sending_pref_metadata', None))
540        setattr(self, "_{}".format('timezone_signing_pref'), kwargs.get('timezone_signing_pref', None))
541        setattr(self, "_{}".format('timezone_signing_pref_metadata'), kwargs.get('timezone_signing_pref_metadata', None))
542        setattr(self, "_{}".format('transaction_point_site_name_url'), kwargs.get('transaction_point_site_name_url', None))
543        setattr(self, "_{}".format('transaction_point_site_name_url_metadata'), kwargs.get('transaction_point_site_name_url_metadata', None))
544        setattr(self, "_{}".format('transaction_point_user_name'), kwargs.get('transaction_point_user_name', None))
545        setattr(self, "_{}".format('transaction_point_user_name_metadata'), kwargs.get('transaction_point_user_name_metadata', None))
546        setattr(self, "_{}".format('vaulting_mode'), kwargs.get('vaulting_mode', None))
547        setattr(self, "_{}".format('vaulting_mode_metadata'), kwargs.get('vaulting_mode_metadata', None))
548        setattr(self, "_{}".format('web_forms'), kwargs.get('web_forms', None))
549        setattr(self, "_{}".format('web_forms_metadata'), kwargs.get('web_forms_metadata', None))

UserSettingsInformation - a model defined in Swagger

swagger_types = {'account_management_granular': 'UserAccountManagementGranularInformation', 'admin_only': 'str', 'admin_only_metadata': 'SettingsMetadata', 'allow_auto_tagging': 'str', 'allow_envelope_transfer_to': 'str', 'allow_envelope_transfer_to_metadata': 'SettingsMetadata', 'allow_eseal_recipients': 'str', 'allow_eseal_recipients_metadata': 'SettingsMetadata', 'allow_power_forms_admin_to_access_all_power_form_envelope': 'str', 'allow_power_forms_admin_to_access_all_power_form_envelope_metadata': 'SettingsMetadata', 'allow_recipient_language_selection': 'str', 'allow_recipient_language_selection_metadata': 'SettingsMetadata', 'allow_send_on_behalf_of': 'str', 'allow_send_on_behalf_of_metadata': 'SettingsMetadata', 'allow_supplemental_documents': 'str', 'allow_supplemental_documents_metadata': 'SettingsMetadata', 'anchor_tag_versioned_placement_enabled': 'str', 'api_account_wide_access': 'str', 'api_account_wide_access_metadata': 'SettingsMetadata', 'api_can_export_ac': 'str', 'api_can_export_ac_metadata': 'SettingsMetadata', 'bulk_send': 'str', 'bulk_send_metadata': 'SettingsMetadata', 'can_charge_account': 'str', 'can_charge_account_metadata': 'SettingsMetadata', 'can_edit_shared_addressbook': 'str', 'can_edit_shared_addressbook_metadata': 'SettingsMetadata', 'can_lock_envelopes': 'str', 'can_lock_envelopes_metadata': 'SettingsMetadata', 'can_manage_account': 'str', 'can_manage_account_metadata': 'SettingsMetadata', 'can_manage_distributor': 'str', 'can_manage_distributor_metadata': 'SettingsMetadata', 'can_manage_templates': 'str', 'can_manage_templates_metadata': 'SettingsMetadata', 'can_send_api_requests': 'str', 'can_send_api_requests_metadata': 'SettingsMetadata', 'can_send_envelope': 'str', 'can_send_envelope_metadata': 'SettingsMetadata', 'can_send_envelopes_via_sms': 'str', 'can_send_envelopes_via_sms_metadata': 'SettingsMetadata', 'can_sign_envelope': 'str', 'can_sign_envelope_metadata': 'SettingsMetadata', 'can_use_scratchpad': 'str', 'can_use_scratchpad_metadata': 'SettingsMetadata', 'can_use_smart_contracts': 'str', 'can_use_smart_contracts_metadata': 'SettingsMetadata', 'disable_document_upload': 'str', 'disable_document_upload_metadata': 'SettingsMetadata', 'disable_other_actions': 'str', 'disable_other_actions_metadata': 'SettingsMetadata', 'enable_ds_pro': 'str', 'enable_ds_pro_metadata': 'SettingsMetadata', 'enable_key_terms_suggestions_by_document_type': 'str', 'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata', 'enable_sequential_signing_api': 'str', 'enable_sequential_signing_api_metadata': 'SettingsMetadata', 'enable_sequential_signing_ui': 'str', 'enable_sequential_signing_ui_metadata': 'SettingsMetadata', 'enable_signer_attachments': 'str', 'enable_signer_attachments_metadata': 'SettingsMetadata', 'enable_sign_on_paper_override': 'str', 'enable_sign_on_paper_override_metadata': 'SettingsMetadata', 'enable_transaction_point': 'str', 'enable_transaction_point_metadata': 'SettingsMetadata', 'enable_vaulting': 'str', 'enable_vaulting_metadata': 'SettingsMetadata', 'express_send_only': 'str', 'locale': 'str', 'locale_metadata': 'SettingsMetadata', 'locale_policy': 'LocalePolicy', 'manage_clickwraps_mode': 'str', 'manage_clickwraps_mode_metadata': 'SettingsMetadata', 'modified_by': 'str', 'modified_by_metadata': 'SettingsMetadata', 'modified_date': 'str', 'modified_date_metadata': 'SettingsMetadata', 'modified_page': 'str', 'modified_page_metadata': 'SettingsMetadata', 'new_send_ui': 'str', 'new_send_ui_metadata': 'SettingsMetadata', 'power_form_mode': 'str', 'power_form_mode_metadata': 'SettingsMetadata', 'recipient_viewed_notification': 'str', 'recipient_viewed_notification_metadata': 'SettingsMetadata', 'seal_identifiers': 'list[SealIdentifier]', 'self_signed_recipient_email_document': 'str', 'self_signed_recipient_email_document_metadata': 'SettingsMetadata', 'sender_email_notifications': 'SenderEmailNotifications', 'signer_email_notifications': 'SignerEmailNotifications', 'supplemental_document_include_in_download': 'str', 'supplemental_documents_must_accept': 'str', 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', 'supplemental_documents_must_read': 'str', 'supplemental_documents_must_read_metadata': 'SettingsMetadata', 'supplemental_documents_must_view': 'str', 'supplemental_documents_must_view_metadata': 'SettingsMetadata', 'template_active_creation': 'str', 'template_active_creation_metadata': 'SettingsMetadata', 'template_apply_notify': 'str', 'template_apply_notify_metadata': 'SettingsMetadata', 'template_auto_matching': 'str', 'template_auto_matching_metadata': 'SettingsMetadata', 'template_matching_sensitivity': 'str', 'template_matching_sensitivity_metadata': 'SettingsMetadata', 'template_page_level_matching': 'str', 'template_page_level_matching_metadata': 'SettingsMetadata', 'timezone_dst': 'str', 'timezone_dst_metadata': 'SettingsMetadata', 'timezone_mask': 'str', 'timezone_mask_metadata': 'SettingsMetadata', 'timezone_offset': 'str', 'timezone_offset_metadata': 'SettingsMetadata', 'timezone_sending_pref': 'str', 'timezone_sending_pref_metadata': 'SettingsMetadata', 'timezone_signing_pref': 'str', 'timezone_signing_pref_metadata': 'SettingsMetadata', 'transaction_point_site_name_url': 'str', 'transaction_point_site_name_url_metadata': 'SettingsMetadata', 'transaction_point_user_name': 'str', 'transaction_point_user_name_metadata': 'SettingsMetadata', 'vaulting_mode': 'str', 'vaulting_mode_metadata': 'SettingsMetadata', 'web_forms': 'str', 'web_forms_metadata': 'SettingsMetadata'}
attribute_map = {'account_management_granular': 'accountManagementGranular', 'admin_only': 'adminOnly', 'admin_only_metadata': 'adminOnlyMetadata', 'allow_auto_tagging': 'allowAutoTagging', 'allow_envelope_transfer_to': 'allowEnvelopeTransferTo', 'allow_envelope_transfer_to_metadata': 'allowEnvelopeTransferToMetadata', 'allow_eseal_recipients': 'allowEsealRecipients', 'allow_eseal_recipients_metadata': 'allowEsealRecipientsMetadata', 'allow_power_forms_admin_to_access_all_power_form_envelope': 'allowPowerFormsAdminToAccessAllPowerFormEnvelope', 'allow_power_forms_admin_to_access_all_power_form_envelope_metadata': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata', 'allow_recipient_language_selection': 'allowRecipientLanguageSelection', 'allow_recipient_language_selection_metadata': 'allowRecipientLanguageSelectionMetadata', 'allow_send_on_behalf_of': 'allowSendOnBehalfOf', 'allow_send_on_behalf_of_metadata': 'allowSendOnBehalfOfMetadata', 'allow_supplemental_documents': 'allowSupplementalDocuments', 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', 'anchor_tag_versioned_placement_enabled': 'anchorTagVersionedPlacementEnabled', 'api_account_wide_access': 'apiAccountWideAccess', 'api_account_wide_access_metadata': 'apiAccountWideAccessMetadata', 'api_can_export_ac': 'apiCanExportAC', 'api_can_export_ac_metadata': 'apiCanExportACMetadata', 'bulk_send': 'bulkSend', 'bulk_send_metadata': 'bulkSendMetadata', 'can_charge_account': 'canChargeAccount', 'can_charge_account_metadata': 'canChargeAccountMetadata', 'can_edit_shared_addressbook': 'canEditSharedAddressbook', 'can_edit_shared_addressbook_metadata': 'canEditSharedAddressbookMetadata', 'can_lock_envelopes': 'canLockEnvelopes', 'can_lock_envelopes_metadata': 'canLockEnvelopesMetadata', 'can_manage_account': 'canManageAccount', 'can_manage_account_metadata': 'canManageAccountMetadata', 'can_manage_distributor': 'canManageDistributor', 'can_manage_distributor_metadata': 'canManageDistributorMetadata', 'can_manage_templates': 'canManageTemplates', 'can_manage_templates_metadata': 'canManageTemplatesMetadata', 'can_send_api_requests': 'canSendAPIRequests', 'can_send_api_requests_metadata': 'canSendAPIRequestsMetadata', 'can_send_envelope': 'canSendEnvelope', 'can_send_envelope_metadata': 'canSendEnvelopeMetadata', 'can_send_envelopes_via_sms': 'canSendEnvelopesViaSMS', 'can_send_envelopes_via_sms_metadata': 'canSendEnvelopesViaSMSMetadata', 'can_sign_envelope': 'canSignEnvelope', 'can_sign_envelope_metadata': 'canSignEnvelopeMetadata', 'can_use_scratchpad': 'canUseScratchpad', 'can_use_scratchpad_metadata': 'canUseScratchpadMetadata', 'can_use_smart_contracts': 'canUseSmartContracts', 'can_use_smart_contracts_metadata': 'canUseSmartContractsMetadata', 'disable_document_upload': 'disableDocumentUpload', 'disable_document_upload_metadata': 'disableDocumentUploadMetadata', 'disable_other_actions': 'disableOtherActions', 'disable_other_actions_metadata': 'disableOtherActionsMetadata', 'enable_ds_pro': 'enableDSPro', 'enable_ds_pro_metadata': 'enableDSProMetadata', 'enable_key_terms_suggestions_by_document_type': 'enableKeyTermsSuggestionsByDocumentType', 'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata', 'enable_sequential_signing_api': 'enableSequentialSigningAPI', 'enable_sequential_signing_api_metadata': 'enableSequentialSigningAPIMetadata', 'enable_sequential_signing_ui': 'enableSequentialSigningUI', 'enable_sequential_signing_ui_metadata': 'enableSequentialSigningUIMetadata', 'enable_signer_attachments': 'enableSignerAttachments', 'enable_signer_attachments_metadata': 'enableSignerAttachmentsMetadata', 'enable_sign_on_paper_override': 'enableSignOnPaperOverride', 'enable_sign_on_paper_override_metadata': 'enableSignOnPaperOverrideMetadata', 'enable_transaction_point': 'enableTransactionPoint', 'enable_transaction_point_metadata': 'enableTransactionPointMetadata', 'enable_vaulting': 'enableVaulting', 'enable_vaulting_metadata': 'enableVaultingMetadata', 'express_send_only': 'expressSendOnly', 'locale': 'locale', 'locale_metadata': 'localeMetadata', 'locale_policy': 'localePolicy', 'manage_clickwraps_mode': 'manageClickwrapsMode', 'manage_clickwraps_mode_metadata': 'manageClickwrapsModeMetadata', 'modified_by': 'modifiedBy', 'modified_by_metadata': 'modifiedByMetadata', 'modified_date': 'modifiedDate', 'modified_date_metadata': 'modifiedDateMetadata', 'modified_page': 'modifiedPage', 'modified_page_metadata': 'modifiedPageMetadata', 'new_send_ui': 'newSendUI', 'new_send_ui_metadata': 'newSendUIMetadata', 'power_form_mode': 'powerFormMode', 'power_form_mode_metadata': 'powerFormModeMetadata', 'recipient_viewed_notification': 'recipientViewedNotification', 'recipient_viewed_notification_metadata': 'recipientViewedNotificationMetadata', 'seal_identifiers': 'sealIdentifiers', 'self_signed_recipient_email_document': 'selfSignedRecipientEmailDocument', 'self_signed_recipient_email_document_metadata': 'selfSignedRecipientEmailDocumentMetadata', 'sender_email_notifications': 'senderEmailNotifications', 'signer_email_notifications': 'signerEmailNotifications', 'supplemental_document_include_in_download': 'supplementalDocumentIncludeInDownload', 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', 'supplemental_documents_must_view': 'supplementalDocumentsMustView', 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', 'template_active_creation': 'templateActiveCreation', 'template_active_creation_metadata': 'templateActiveCreationMetadata', 'template_apply_notify': 'templateApplyNotify', 'template_apply_notify_metadata': 'templateApplyNotifyMetadata', 'template_auto_matching': 'templateAutoMatching', 'template_auto_matching_metadata': 'templateAutoMatchingMetadata', 'template_matching_sensitivity': 'templateMatchingSensitivity', 'template_matching_sensitivity_metadata': 'templateMatchingSensitivityMetadata', 'template_page_level_matching': 'templatePageLevelMatching', 'template_page_level_matching_metadata': 'templatePageLevelMatchingMetadata', 'timezone_dst': 'timezoneDST', 'timezone_dst_metadata': 'timezoneDSTMetadata', 'timezone_mask': 'timezoneMask', 'timezone_mask_metadata': 'timezoneMaskMetadata', 'timezone_offset': 'timezoneOffset', 'timezone_offset_metadata': 'timezoneOffsetMetadata', 'timezone_sending_pref': 'timezoneSendingPref', 'timezone_sending_pref_metadata': 'timezoneSendingPrefMetadata', 'timezone_signing_pref': 'timezoneSigningPref', 'timezone_signing_pref_metadata': 'timezoneSigningPrefMetadata', 'transaction_point_site_name_url': 'transactionPointSiteNameURL', 'transaction_point_site_name_url_metadata': 'transactionPointSiteNameURLMetadata', 'transaction_point_user_name': 'transactionPointUserName', 'transaction_point_user_name_metadata': 'transactionPointUserNameMetadata', 'vaulting_mode': 'vaultingMode', 'vaulting_mode_metadata': 'vaultingModeMetadata', 'web_forms': 'webForms', 'web_forms_metadata': 'webFormsMetadata'}
account_management_granular

Gets the account_management_granular of this UserSettingsInformation. # noqa: E501

Describes which account management capabilities a user has. # noqa: E501

Returns

The account_management_granular of this UserSettingsInformation. # noqa: E501

admin_only

Gets the admin_only of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The admin_only of this UserSettingsInformation. # noqa: E501

admin_only_metadata

Gets the admin_only_metadata of this UserSettingsInformation. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The admin_only_metadata of this UserSettingsInformation. # noqa: E501

allow_auto_tagging

Gets the allow_auto_tagging of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The allow_auto_tagging of this UserSettingsInformation. # noqa: E501

allow_envelope_transfer_to

Gets the allow_envelope_transfer_to of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The allow_envelope_transfer_to of this UserSettingsInformation. # noqa: E501

allow_envelope_transfer_to_metadata

Gets the allow_envelope_transfer_to_metadata of this UserSettingsInformation. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The allow_envelope_transfer_to_metadata of this UserSettingsInformation. # noqa: E501

allow_eseal_recipients

Gets the allow_eseal_recipients of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The allow_eseal_recipients of this UserSettingsInformation. # noqa: E501

allow_eseal_recipients_metadata

Gets the allow_eseal_recipients_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the allowEsealRecipientsMetadata property. # noqa: E501

Returns

The allow_eseal_recipients_metadata of this UserSettingsInformation. # noqa: E501

allow_power_forms_admin_to_access_all_power_form_envelope

Gets the allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. # noqa: E501

allow_power_forms_admin_to_access_all_power_form_envelope_metadata

Gets the allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata property. # noqa: E501

Returns

The allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. # noqa: E501

allow_recipient_language_selection

Gets the allow_recipient_language_selection of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The allow_recipient_language_selection of this UserSettingsInformation. # noqa: E501

allow_recipient_language_selection_metadata

Gets the allow_recipient_language_selection_metadata of this UserSettingsInformation. # noqa: E501

Metadata for allowRecipientLanguageSelection. # noqa: E501

Returns

The allow_recipient_language_selection_metadata of this UserSettingsInformation. # noqa: E501

allow_send_on_behalf_of

Gets the allow_send_on_behalf_of of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The allow_send_on_behalf_of of this UserSettingsInformation. # noqa: E501

allow_send_on_behalf_of_metadata

Gets the allow_send_on_behalf_of_metadata of this UserSettingsInformation. # noqa: E501

Metadata for allowSendOnBehalfOf. # noqa: E501

Returns

The allow_send_on_behalf_of_metadata of this UserSettingsInformation. # noqa: E501

allow_supplemental_documents

Gets the allow_supplemental_documents of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The allow_supplemental_documents of this UserSettingsInformation. # noqa: E501

allow_supplemental_documents_metadata

Gets the allow_supplemental_documents_metadata of this UserSettingsInformation. # noqa: E501

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

Returns

The allow_supplemental_documents_metadata of this UserSettingsInformation. # noqa: E501

anchor_tag_versioned_placement_enabled

Gets the anchor_tag_versioned_placement_enabled of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The anchor_tag_versioned_placement_enabled of this UserSettingsInformation. # noqa: E501

api_account_wide_access

Gets the api_account_wide_access of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The api_account_wide_access of this UserSettingsInformation. # noqa: E501

api_account_wide_access_metadata

Gets the api_account_wide_access_metadata of this UserSettingsInformation. # noqa: E501

Metadata for apiAccountWideAccess. # noqa: E501

Returns

The api_account_wide_access_metadata of this UserSettingsInformation. # noqa: E501

api_can_export_ac

Gets the api_can_export_ac of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The api_can_export_ac of this UserSettingsInformation. # noqa: E501

api_can_export_ac_metadata

Gets the api_can_export_ac_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the apiCanExportACMetadata property. # noqa: E501

Returns

The api_can_export_ac_metadata of this UserSettingsInformation. # noqa: E501

bulk_send

Gets the bulk_send of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The bulk_send of this UserSettingsInformation. # noqa: E501

bulk_send_metadata

Gets the bulk_send_metadata of this UserSettingsInformation. # noqa: E501

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

Returns

The bulk_send_metadata of this UserSettingsInformation. # noqa: E501

can_charge_account

Gets the can_charge_account of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The can_charge_account of this UserSettingsInformation. # noqa: E501

can_charge_account_metadata

Gets the can_charge_account_metadata of this UserSettingsInformation. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The can_charge_account_metadata of this UserSettingsInformation. # noqa: E501

can_edit_shared_addressbook

Gets the can_edit_shared_addressbook of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The can_edit_shared_addressbook of this UserSettingsInformation. # noqa: E501

can_edit_shared_addressbook_metadata

Gets the can_edit_shared_addressbook_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the canEditSharedAddressbookMetadata property. # noqa: E501

Returns

The can_edit_shared_addressbook_metadata of this UserSettingsInformation. # noqa: E501

can_lock_envelopes

Gets the can_lock_envelopes of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The can_lock_envelopes of this UserSettingsInformation. # noqa: E501

can_lock_envelopes_metadata

Gets the can_lock_envelopes_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the canLockEnvelopes property. # noqa: E501

Returns

The can_lock_envelopes_metadata of this UserSettingsInformation. # noqa: E501

can_manage_account

Gets the can_manage_account of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The can_manage_account of this UserSettingsInformation. # noqa: E501

can_manage_account_metadata

Gets the can_manage_account_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the canManageAccountMetadata property. # noqa: E501

Returns

The can_manage_account_metadata of this UserSettingsInformation. # noqa: E501

can_manage_distributor

Gets the can_manage_distributor of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The can_manage_distributor of this UserSettingsInformation. # noqa: E501

can_manage_distributor_metadata

Gets the can_manage_distributor_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the canManageDistributor property. # noqa: E501

Returns

The can_manage_distributor_metadata of this UserSettingsInformation. # noqa: E501

can_manage_templates

Gets the can_manage_templates of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The can_manage_templates of this UserSettingsInformation. # noqa: E501

can_manage_templates_metadata

Gets the can_manage_templates_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the canManageTemplates property. # noqa: E501

Returns

The can_manage_templates_metadata of this UserSettingsInformation. # noqa: E501

can_send_api_requests

Gets the can_send_api_requests of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The can_send_api_requests of this UserSettingsInformation. # noqa: E501

can_send_api_requests_metadata

Gets the can_send_api_requests_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the canSendAPIRequests property. # noqa: E501

Returns

The can_send_api_requests_metadata of this UserSettingsInformation. # noqa: E501

can_send_envelope

Gets the can_send_envelope of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The can_send_envelope of this UserSettingsInformation. # noqa: E501

can_send_envelope_metadata

Gets the can_send_envelope_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the canSendEnvelope property. # noqa: E501

Returns

The can_send_envelope_metadata of this UserSettingsInformation. # noqa: E501

can_send_envelopes_via_sms

Gets the can_send_envelopes_via_sms of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The can_send_envelopes_via_sms of this UserSettingsInformation. # noqa: E501

can_send_envelopes_via_sms_metadata

Gets the can_send_envelopes_via_sms_metadata of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The can_send_envelopes_via_sms_metadata of this UserSettingsInformation. # noqa: E501

can_sign_envelope

Gets the can_sign_envelope of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The can_sign_envelope of this UserSettingsInformation. # noqa: E501

can_sign_envelope_metadata

Gets the can_sign_envelope_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the canSignEnvelope property. # noqa: E501

Returns

The can_sign_envelope_metadata of this UserSettingsInformation. # noqa: E501

can_use_scratchpad

Gets the can_use_scratchpad of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The can_use_scratchpad of this UserSettingsInformation. # noqa: E501

can_use_scratchpad_metadata

Gets the can_use_scratchpad_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the canUseScratchpad property. # noqa: E501

Returns

The can_use_scratchpad_metadata of this UserSettingsInformation. # noqa: E501

can_use_smart_contracts

Gets the can_use_smart_contracts of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The can_use_smart_contracts of this UserSettingsInformation. # noqa: E501

can_use_smart_contracts_metadata

Gets the can_use_smart_contracts_metadata of this UserSettingsInformation. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The can_use_smart_contracts_metadata of this UserSettingsInformation. # noqa: E501

disable_document_upload

Gets the disable_document_upload of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The disable_document_upload of this UserSettingsInformation. # noqa: E501

disable_document_upload_metadata

Gets the disable_document_upload_metadata of this UserSettingsInformation. # noqa: E501

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

Returns

The disable_document_upload_metadata of this UserSettingsInformation. # noqa: E501

disable_other_actions

Gets the disable_other_actions of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The disable_other_actions of this UserSettingsInformation. # noqa: E501

disable_other_actions_metadata

Gets the disable_other_actions_metadata of this UserSettingsInformation. # noqa: E501

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

Returns

The disable_other_actions_metadata of this UserSettingsInformation. # noqa: E501

enable_ds_pro

Gets the enable_ds_pro of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The enable_ds_pro of this UserSettingsInformation. # noqa: E501

enable_ds_pro_metadata

Gets the enable_ds_pro_metadata of this UserSettingsInformation. # noqa: E501

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

Returns

The enable_ds_pro_metadata of this UserSettingsInformation. # noqa: E501

enable_key_terms_suggestions_by_document_type

Gets the enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. # noqa: E501

enable_key_terms_suggestions_by_document_type_metadata

Gets the enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. # noqa: E501

enable_sequential_signing_api

Gets the enable_sequential_signing_api of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The enable_sequential_signing_api of this UserSettingsInformation. # noqa: E501

enable_sequential_signing_api_metadata

Gets the enable_sequential_signing_api_metadata of this UserSettingsInformation. # noqa: E501

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

Returns

The enable_sequential_signing_api_metadata of this UserSettingsInformation. # noqa: E501

enable_sequential_signing_ui

Gets the enable_sequential_signing_ui of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The enable_sequential_signing_ui of this UserSettingsInformation. # noqa: E501

enable_sequential_signing_ui_metadata

Gets the enable_sequential_signing_ui_metadata of this UserSettingsInformation. # noqa: E501

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

Returns

The enable_sequential_signing_ui_metadata of this UserSettingsInformation. # noqa: E501

enable_signer_attachments

Gets the enable_signer_attachments of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The enable_signer_attachments of this UserSettingsInformation. # noqa: E501

enable_signer_attachments_metadata

Gets the enable_signer_attachments_metadata of this UserSettingsInformation. # noqa: E501

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

Returns

The enable_signer_attachments_metadata of this UserSettingsInformation. # noqa: E501

enable_sign_on_paper_override

Gets the enable_sign_on_paper_override of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The enable_sign_on_paper_override of this UserSettingsInformation. # noqa: E501

enable_sign_on_paper_override_metadata

Gets the enable_sign_on_paper_override_metadata of this UserSettingsInformation. # noqa: E501

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

Returns

The enable_sign_on_paper_override_metadata of this UserSettingsInformation. # noqa: E501

enable_transaction_point

Gets the enable_transaction_point of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The enable_transaction_point of this UserSettingsInformation. # noqa: E501

enable_transaction_point_metadata

Gets the enable_transaction_point_metadata of this UserSettingsInformation. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The enable_transaction_point_metadata of this UserSettingsInformation. # noqa: E501

enable_vaulting

Gets the enable_vaulting of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The enable_vaulting of this UserSettingsInformation. # noqa: E501

enable_vaulting_metadata

Gets the enable_vaulting_metadata of this UserSettingsInformation. # noqa: E501

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

Returns

The enable_vaulting_metadata of this UserSettingsInformation. # noqa: E501

express_send_only

Gets the express_send_only of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The express_send_only of this UserSettingsInformation. # noqa: E501

locale

Gets the locale of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The locale of this UserSettingsInformation. # noqa: E501

locale_metadata

Gets the locale_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the locale property. # noqa: E501

Returns

The locale_metadata of this UserSettingsInformation. # noqa: E501

locale_policy

Gets the locale_policy of this UserSettingsInformation. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The locale_policy of this UserSettingsInformation. # noqa: E501

manage_clickwraps_mode

Gets the manage_clickwraps_mode of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The manage_clickwraps_mode of this UserSettingsInformation. # noqa: E501

manage_clickwraps_mode_metadata

Gets the manage_clickwraps_mode_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the manageClickwrapsMode property. # noqa: E501

Returns

The manage_clickwraps_mode_metadata of this UserSettingsInformation. # noqa: E501

modified_by

Gets the modified_by of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The modified_by of this UserSettingsInformation. # noqa: E501

modified_by_metadata

Gets the modified_by_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the modifiedBy property. # noqa: E501

Returns

The modified_by_metadata of this UserSettingsInformation. # noqa: E501

modified_date

Gets the modified_date of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The modified_date of this UserSettingsInformation. # noqa: E501

modified_date_metadata

Gets the modified_date_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the modifiedDate property. # noqa: E501

Returns

The modified_date_metadata of this UserSettingsInformation. # noqa: E501

modified_page

Gets the modified_page of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The modified_page of this UserSettingsInformation. # noqa: E501

modified_page_metadata

Gets the modified_page_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the modifiedPage property. # noqa: E501

Returns

The modified_page_metadata of this UserSettingsInformation. # noqa: E501

new_send_ui

Gets the new_send_ui of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The new_send_ui of this UserSettingsInformation. # noqa: E501

new_send_ui_metadata

Gets the new_send_ui_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the newSendUI property. # noqa: E501

Returns

The new_send_ui_metadata of this UserSettingsInformation. # noqa: E501

power_form_mode

Gets the power_form_mode of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The power_form_mode of this UserSettingsInformation. # noqa: E501

power_form_mode_metadata

Gets the power_form_mode_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the powerFormMode property. # noqa: E501

Returns

The power_form_mode_metadata of this UserSettingsInformation. # noqa: E501

recipient_viewed_notification

Gets the recipient_viewed_notification of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The recipient_viewed_notification of this UserSettingsInformation. # noqa: E501

recipient_viewed_notification_metadata

Gets the recipient_viewed_notification_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the recipientViewedNotification property. # noqa: E501

Returns

The recipient_viewed_notification_metadata of this UserSettingsInformation. # noqa: E501

seal_identifiers

Gets the seal_identifiers of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The seal_identifiers of this UserSettingsInformation. # noqa: E501

self_signed_recipient_email_document

Gets the self_signed_recipient_email_document of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The self_signed_recipient_email_document of this UserSettingsInformation. # noqa: E501

self_signed_recipient_email_document_metadata

Gets the self_signed_recipient_email_document_metadata of this UserSettingsInformation. # noqa: E501

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

Returns

The self_signed_recipient_email_document_metadata of this UserSettingsInformation. # noqa: E501

sender_email_notifications

Gets the sender_email_notifications of this UserSettingsInformation. # noqa: E501

An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created. The email notifications are: * envelopeComplete * changedSigner * senderEnvelopeDeclined * withdrawnConsent * recipientViewed * deliveryFailed # noqa: E501

Returns

The sender_email_notifications of this UserSettingsInformation. # noqa: E501

signer_email_notifications

Gets the signer_email_notifications of this UserSettingsInformation. # noqa: E501

An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created. # noqa: E501

Returns

The signer_email_notifications of this UserSettingsInformation. # noqa: E501

supplemental_document_include_in_download

Gets the supplemental_document_include_in_download of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The supplemental_document_include_in_download of this UserSettingsInformation. # noqa: E501

supplemental_documents_must_accept

Gets the supplemental_documents_must_accept of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The supplemental_documents_must_accept of this UserSettingsInformation. # noqa: E501

supplemental_documents_must_accept_metadata

Gets the supplemental_documents_must_accept_metadata of this UserSettingsInformation. # noqa: E501

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

Returns

The supplemental_documents_must_accept_metadata of this UserSettingsInformation. # noqa: E501

supplemental_documents_must_read

Gets the supplemental_documents_must_read of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The supplemental_documents_must_read of this UserSettingsInformation. # noqa: E501

supplemental_documents_must_read_metadata

Gets the supplemental_documents_must_read_metadata of this UserSettingsInformation. # noqa: E501

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

Returns

The supplemental_documents_must_read_metadata of this UserSettingsInformation. # noqa: E501

supplemental_documents_must_view

Gets the supplemental_documents_must_view of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The supplemental_documents_must_view of this UserSettingsInformation. # noqa: E501

supplemental_documents_must_view_metadata

Gets the supplemental_documents_must_view_metadata of this UserSettingsInformation. # noqa: E501

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

Returns

The supplemental_documents_must_view_metadata of this UserSettingsInformation. # noqa: E501

template_active_creation

Gets the template_active_creation of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The template_active_creation of this UserSettingsInformation. # noqa: E501

template_active_creation_metadata

Gets the template_active_creation_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the templateActiveCreation property. # noqa: E501

Returns

The template_active_creation_metadata of this UserSettingsInformation. # noqa: E501

template_apply_notify

Gets the template_apply_notify of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The template_apply_notify of this UserSettingsInformation. # noqa: E501

template_apply_notify_metadata

Gets the template_apply_notify_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the templateApplyNotify property. # noqa: E501

Returns

The template_apply_notify_metadata of this UserSettingsInformation. # noqa: E501

template_auto_matching

Gets the template_auto_matching of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The template_auto_matching of this UserSettingsInformation. # noqa: E501

template_auto_matching_metadata

Gets the template_auto_matching_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the templateAutoMatching property. # noqa: E501

Returns

The template_auto_matching_metadata of this UserSettingsInformation. # noqa: E501

template_matching_sensitivity

Gets the template_matching_sensitivity of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The template_matching_sensitivity of this UserSettingsInformation. # noqa: E501

template_matching_sensitivity_metadata

Gets the template_matching_sensitivity_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the tempalteMatchingSensitivity property. # noqa: E501

Returns

The template_matching_sensitivity_metadata of this UserSettingsInformation. # noqa: E501

template_page_level_matching

Gets the template_page_level_matching of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The template_page_level_matching of this UserSettingsInformation. # noqa: E501

template_page_level_matching_metadata

Gets the template_page_level_matching_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the templatePageLevelMatching property. # noqa: E501

Returns

The template_page_level_matching_metadata of this UserSettingsInformation. # noqa: E501

timezone_dst

Gets the timezone_dst of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The timezone_dst of this UserSettingsInformation. # noqa: E501

timezone_dst_metadata

Gets the timezone_dst_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the timezoneDST property. # noqa: E501

Returns

The timezone_dst_metadata of this UserSettingsInformation. # noqa: E501

timezone_mask

Gets the timezone_mask of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The timezone_mask of this UserSettingsInformation. # noqa: E501

timezone_mask_metadata

Gets the timezone_mask_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the timezoneMask property. # noqa: E501

Returns

The timezone_mask_metadata of this UserSettingsInformation. # noqa: E501

timezone_offset

Gets the timezone_offset of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The timezone_offset of this UserSettingsInformation. # noqa: E501

timezone_offset_metadata

Gets the timezone_offset_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the timezoneOffset property. # noqa: E501

Returns

The timezone_offset_metadata of this UserSettingsInformation. # noqa: E501

timezone_sending_pref

Gets the timezone_sending_pref of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The timezone_sending_pref of this UserSettingsInformation. # noqa: E501

timezone_sending_pref_metadata

Gets the timezone_sending_pref_metadata of this UserSettingsInformation. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The timezone_sending_pref_metadata of this UserSettingsInformation. # noqa: E501

timezone_signing_pref

Gets the timezone_signing_pref of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The timezone_signing_pref of this UserSettingsInformation. # noqa: E501

timezone_signing_pref_metadata

Gets the timezone_signing_pref_metadata of this UserSettingsInformation. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The timezone_signing_pref_metadata of this UserSettingsInformation. # noqa: E501

transaction_point_site_name_url

Gets the transaction_point_site_name_url of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The transaction_point_site_name_url of this UserSettingsInformation. # noqa: E501

transaction_point_site_name_url_metadata

Gets the transaction_point_site_name_url_metadata of this UserSettingsInformation. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The transaction_point_site_name_url_metadata of this UserSettingsInformation. # noqa: E501

transaction_point_user_name

Gets the transaction_point_user_name of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The transaction_point_user_name of this UserSettingsInformation. # noqa: E501

transaction_point_user_name_metadata

Gets the transaction_point_user_name_metadata of this UserSettingsInformation. # noqa: E501

Reserved for DocuSign. # noqa: E501

Returns

The transaction_point_user_name_metadata of this UserSettingsInformation. # noqa: E501

vaulting_mode

Gets the vaulting_mode of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The vaulting_mode of this UserSettingsInformation. # noqa: E501

vaulting_mode_metadata

Gets the vaulting_mode_metadata of this UserSettingsInformation. # noqa: E501

Metadata about the vaultingMode property. # noqa: E501

Returns

The vaulting_mode_metadata of this UserSettingsInformation. # noqa: E501

web_forms

Gets the web_forms of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The web_forms of this UserSettingsInformation. # noqa: E501

web_forms_metadata

Gets the web_forms_metadata of this UserSettingsInformation. # noqa: E501

# noqa: E501

Returns

The web_forms_metadata of this UserSettingsInformation. # noqa: E501

def to_dict(self)
3426    def to_dict(self):
3427        """Returns the model properties as a dict"""
3428        result = {}
3429
3430        for attr, _ in six.iteritems(self.swagger_types):
3431            value = getattr(self, attr)
3432            if isinstance(value, list):
3433                result[attr] = list(map(
3434                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
3435                    value
3436                ))
3437            elif hasattr(value, "to_dict"):
3438                result[attr] = value.to_dict()
3439            elif isinstance(value, dict):
3440                result[attr] = dict(map(
3441                    lambda item: (item[0], item[1].to_dict())
3442                    if hasattr(item[1], "to_dict") else item,
3443                    value.items()
3444                ))
3445            else:
3446                result[attr] = value
3447        if issubclass(UserSettingsInformation, dict):
3448            for key, value in self.items():
3449                result[key] = value
3450
3451        return result

Returns the model properties as a dict

def to_str(self)
3453    def to_str(self):
3454        """Returns the string representation of the model"""
3455        return pprint.pformat(self.to_dict())

Returns the string representation of the model