docusign_esign.models.account_ui_settings
Docusign eSignature REST API
The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501
OpenAPI spec version: v2.1 Contact: devcenter@docusign.com Generated by: https://github.com/swagger-api/swagger-codegen.git
1# coding: utf-8 2 3""" 4 Docusign eSignature REST API 5 6 The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501 7 8 OpenAPI spec version: v2.1 9 Contact: devcenter@docusign.com 10 Generated by: https://github.com/swagger-api/swagger-codegen.git 11""" 12 13 14import pprint 15import re # noqa: F401 16 17import six 18 19from docusign_esign.client.configuration import Configuration 20 21 22class AccountUISettings(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 'admin_message': 'AdminMessage', 37 'allow_users_to_edit_shared_access': 'str', 38 'allow_users_to_edit_shared_access_metadata': 'SettingsMetadata', 39 'ask_an_admin': 'AskAnAdmin', 40 'clickwrap_schema_version': 'str', 41 'clickwrap_schema_version_metadata': 'SettingsMetadata', 42 'disable_web_app_access': 'str', 43 'disable_web_app_access_metadata': 'SettingsMetadata', 44 'enable_admin_message': 'str', 45 'enable_admin_message_metadata': 'SettingsMetadata', 46 'enable_easy_sign_can_use_multi_template_apply': 'str', 47 'enable_easy_sign_can_use_multi_template_apply_metadata': 'SettingsMetadata', 48 'enable_easy_sign_template_upload': 'str', 49 'enable_easy_sign_template_upload_metadata': 'SettingsMetadata', 50 'enable_envelope_copy_with_data': 'str', 51 'enable_envelope_copy_with_data_metadata': 'SettingsMetadata', 52 'enable_envelope_types': 'str', 53 'enable_envelope_types_metadata': 'SettingsMetadata', 54 'enable_legacy_sendflow_link': 'str', 55 'enable_legacy_sendflow_link_metadata': 'SettingsMetadata', 56 'has_external_linked_accounts': 'str', 57 'has_external_linked_accounts_metadata': 'SettingsMetadata', 58 'hide_send_an_envelope': 'str', 59 'hide_send_an_envelope_metadata': 'SettingsMetadata', 60 'hide_use_a_template': 'str', 61 'hide_use_a_template_in_prepare': 'str', 62 'hide_use_a_template_in_prepare_metadata': 'SettingsMetadata', 63 'hide_use_a_template_metadata': 'SettingsMetadata', 64 'order_based_recipient_id_generation': 'str', 65 'order_based_recipient_id_generation_metadata': 'SettingsMetadata', 66 'remove_envelope_forwarding': 'str', 67 'remove_envelope_forwarding_metadata': 'SettingsMetadata', 68 'should_redact_access_code': 'str', 69 'should_redact_access_code_metadata': 'SettingsMetadata', 70 'upload_new_image_to_sign_or_initial': 'str', 71 'upload_new_image_to_sign_or_initial_metadata': 'SettingsMetadata' 72 } 73 74 attribute_map = { 75 'admin_message': 'adminMessage', 76 'allow_users_to_edit_shared_access': 'allowUsersToEditSharedAccess', 77 'allow_users_to_edit_shared_access_metadata': 'allowUsersToEditSharedAccessMetadata', 78 'ask_an_admin': 'askAnAdmin', 79 'clickwrap_schema_version': 'clickwrapSchemaVersion', 80 'clickwrap_schema_version_metadata': 'clickwrapSchemaVersionMetadata', 81 'disable_web_app_access': 'disableWebAppAccess', 82 'disable_web_app_access_metadata': 'disableWebAppAccessMetadata', 83 'enable_admin_message': 'enableAdminMessage', 84 'enable_admin_message_metadata': 'enableAdminMessageMetadata', 85 'enable_easy_sign_can_use_multi_template_apply': 'enableEasySignCanUseMultiTemplateApply', 86 'enable_easy_sign_can_use_multi_template_apply_metadata': 'enableEasySignCanUseMultiTemplateApplyMetadata', 87 'enable_easy_sign_template_upload': 'enableEasySignTemplateUpload', 88 'enable_easy_sign_template_upload_metadata': 'enableEasySignTemplateUploadMetadata', 89 'enable_envelope_copy_with_data': 'enableEnvelopeCopyWithData', 90 'enable_envelope_copy_with_data_metadata': 'enableEnvelopeCopyWithDataMetadata', 91 'enable_envelope_types': 'enableEnvelopeTypes', 92 'enable_envelope_types_metadata': 'enableEnvelopeTypesMetadata', 93 'enable_legacy_sendflow_link': 'enableLegacySendflowLink', 94 'enable_legacy_sendflow_link_metadata': 'enableLegacySendflowLinkMetadata', 95 'has_external_linked_accounts': 'hasExternalLinkedAccounts', 96 'has_external_linked_accounts_metadata': 'hasExternalLinkedAccountsMetadata', 97 'hide_send_an_envelope': 'hideSendAnEnvelope', 98 'hide_send_an_envelope_metadata': 'hideSendAnEnvelopeMetadata', 99 'hide_use_a_template': 'hideUseATemplate', 100 'hide_use_a_template_in_prepare': 'hideUseATemplateInPrepare', 101 'hide_use_a_template_in_prepare_metadata': 'hideUseATemplateInPrepareMetadata', 102 'hide_use_a_template_metadata': 'hideUseATemplateMetadata', 103 'order_based_recipient_id_generation': 'orderBasedRecipientIdGeneration', 104 'order_based_recipient_id_generation_metadata': 'orderBasedRecipientIdGenerationMetadata', 105 'remove_envelope_forwarding': 'removeEnvelopeForwarding', 106 'remove_envelope_forwarding_metadata': 'removeEnvelopeForwardingMetadata', 107 'should_redact_access_code': 'shouldRedactAccessCode', 108 'should_redact_access_code_metadata': 'shouldRedactAccessCodeMetadata', 109 'upload_new_image_to_sign_or_initial': 'uploadNewImageToSignOrInitial', 110 'upload_new_image_to_sign_or_initial_metadata': 'uploadNewImageToSignOrInitialMetadata' 111 } 112 113 def __init__(self, _configuration=None, **kwargs): # noqa: E501 114 """AccountUISettings - a model defined in Swagger""" # noqa: E501 115 if _configuration is None: 116 _configuration = Configuration() 117 self._configuration = _configuration 118 119 self._admin_message = None 120 self._allow_users_to_edit_shared_access = None 121 self._allow_users_to_edit_shared_access_metadata = None 122 self._ask_an_admin = None 123 self._clickwrap_schema_version = None 124 self._clickwrap_schema_version_metadata = None 125 self._disable_web_app_access = None 126 self._disable_web_app_access_metadata = None 127 self._enable_admin_message = None 128 self._enable_admin_message_metadata = None 129 self._enable_easy_sign_can_use_multi_template_apply = None 130 self._enable_easy_sign_can_use_multi_template_apply_metadata = None 131 self._enable_easy_sign_template_upload = None 132 self._enable_easy_sign_template_upload_metadata = None 133 self._enable_envelope_copy_with_data = None 134 self._enable_envelope_copy_with_data_metadata = None 135 self._enable_envelope_types = None 136 self._enable_envelope_types_metadata = None 137 self._enable_legacy_sendflow_link = None 138 self._enable_legacy_sendflow_link_metadata = None 139 self._has_external_linked_accounts = None 140 self._has_external_linked_accounts_metadata = None 141 self._hide_send_an_envelope = None 142 self._hide_send_an_envelope_metadata = None 143 self._hide_use_a_template = None 144 self._hide_use_a_template_in_prepare = None 145 self._hide_use_a_template_in_prepare_metadata = None 146 self._hide_use_a_template_metadata = None 147 self._order_based_recipient_id_generation = None 148 self._order_based_recipient_id_generation_metadata = None 149 self._remove_envelope_forwarding = None 150 self._remove_envelope_forwarding_metadata = None 151 self._should_redact_access_code = None 152 self._should_redact_access_code_metadata = None 153 self._upload_new_image_to_sign_or_initial = None 154 self._upload_new_image_to_sign_or_initial_metadata = None 155 self.discriminator = None 156 157 setattr(self, "_{}".format('admin_message'), kwargs.get('admin_message', None)) 158 setattr(self, "_{}".format('allow_users_to_edit_shared_access'), kwargs.get('allow_users_to_edit_shared_access', None)) 159 setattr(self, "_{}".format('allow_users_to_edit_shared_access_metadata'), kwargs.get('allow_users_to_edit_shared_access_metadata', None)) 160 setattr(self, "_{}".format('ask_an_admin'), kwargs.get('ask_an_admin', None)) 161 setattr(self, "_{}".format('clickwrap_schema_version'), kwargs.get('clickwrap_schema_version', None)) 162 setattr(self, "_{}".format('clickwrap_schema_version_metadata'), kwargs.get('clickwrap_schema_version_metadata', None)) 163 setattr(self, "_{}".format('disable_web_app_access'), kwargs.get('disable_web_app_access', None)) 164 setattr(self, "_{}".format('disable_web_app_access_metadata'), kwargs.get('disable_web_app_access_metadata', None)) 165 setattr(self, "_{}".format('enable_admin_message'), kwargs.get('enable_admin_message', None)) 166 setattr(self, "_{}".format('enable_admin_message_metadata'), kwargs.get('enable_admin_message_metadata', None)) 167 setattr(self, "_{}".format('enable_easy_sign_can_use_multi_template_apply'), kwargs.get('enable_easy_sign_can_use_multi_template_apply', None)) 168 setattr(self, "_{}".format('enable_easy_sign_can_use_multi_template_apply_metadata'), kwargs.get('enable_easy_sign_can_use_multi_template_apply_metadata', None)) 169 setattr(self, "_{}".format('enable_easy_sign_template_upload'), kwargs.get('enable_easy_sign_template_upload', None)) 170 setattr(self, "_{}".format('enable_easy_sign_template_upload_metadata'), kwargs.get('enable_easy_sign_template_upload_metadata', None)) 171 setattr(self, "_{}".format('enable_envelope_copy_with_data'), kwargs.get('enable_envelope_copy_with_data', None)) 172 setattr(self, "_{}".format('enable_envelope_copy_with_data_metadata'), kwargs.get('enable_envelope_copy_with_data_metadata', None)) 173 setattr(self, "_{}".format('enable_envelope_types'), kwargs.get('enable_envelope_types', None)) 174 setattr(self, "_{}".format('enable_envelope_types_metadata'), kwargs.get('enable_envelope_types_metadata', None)) 175 setattr(self, "_{}".format('enable_legacy_sendflow_link'), kwargs.get('enable_legacy_sendflow_link', None)) 176 setattr(self, "_{}".format('enable_legacy_sendflow_link_metadata'), kwargs.get('enable_legacy_sendflow_link_metadata', None)) 177 setattr(self, "_{}".format('has_external_linked_accounts'), kwargs.get('has_external_linked_accounts', None)) 178 setattr(self, "_{}".format('has_external_linked_accounts_metadata'), kwargs.get('has_external_linked_accounts_metadata', None)) 179 setattr(self, "_{}".format('hide_send_an_envelope'), kwargs.get('hide_send_an_envelope', None)) 180 setattr(self, "_{}".format('hide_send_an_envelope_metadata'), kwargs.get('hide_send_an_envelope_metadata', None)) 181 setattr(self, "_{}".format('hide_use_a_template'), kwargs.get('hide_use_a_template', None)) 182 setattr(self, "_{}".format('hide_use_a_template_in_prepare'), kwargs.get('hide_use_a_template_in_prepare', None)) 183 setattr(self, "_{}".format('hide_use_a_template_in_prepare_metadata'), kwargs.get('hide_use_a_template_in_prepare_metadata', None)) 184 setattr(self, "_{}".format('hide_use_a_template_metadata'), kwargs.get('hide_use_a_template_metadata', None)) 185 setattr(self, "_{}".format('order_based_recipient_id_generation'), kwargs.get('order_based_recipient_id_generation', None)) 186 setattr(self, "_{}".format('order_based_recipient_id_generation_metadata'), kwargs.get('order_based_recipient_id_generation_metadata', None)) 187 setattr(self, "_{}".format('remove_envelope_forwarding'), kwargs.get('remove_envelope_forwarding', None)) 188 setattr(self, "_{}".format('remove_envelope_forwarding_metadata'), kwargs.get('remove_envelope_forwarding_metadata', None)) 189 setattr(self, "_{}".format('should_redact_access_code'), kwargs.get('should_redact_access_code', None)) 190 setattr(self, "_{}".format('should_redact_access_code_metadata'), kwargs.get('should_redact_access_code_metadata', None)) 191 setattr(self, "_{}".format('upload_new_image_to_sign_or_initial'), kwargs.get('upload_new_image_to_sign_or_initial', None)) 192 setattr(self, "_{}".format('upload_new_image_to_sign_or_initial_metadata'), kwargs.get('upload_new_image_to_sign_or_initial_metadata', None)) 193 194 @property 195 def admin_message(self): 196 """Gets the admin_message of this AccountUISettings. # noqa: E501 197 198 # noqa: E501 199 200 :return: The admin_message of this AccountUISettings. # noqa: E501 201 :rtype: AdminMessage 202 """ 203 return self._admin_message 204 205 @admin_message.setter 206 def admin_message(self, admin_message): 207 """Sets the admin_message of this AccountUISettings. 208 209 # noqa: E501 210 211 :param admin_message: The admin_message of this AccountUISettings. # noqa: E501 212 :type: AdminMessage 213 """ 214 215 self._admin_message = admin_message 216 217 @property 218 def allow_users_to_edit_shared_access(self): 219 """Gets the allow_users_to_edit_shared_access of this AccountUISettings. # noqa: E501 220 221 # noqa: E501 222 223 :return: The allow_users_to_edit_shared_access of this AccountUISettings. # noqa: E501 224 :rtype: str 225 """ 226 return self._allow_users_to_edit_shared_access 227 228 @allow_users_to_edit_shared_access.setter 229 def allow_users_to_edit_shared_access(self, allow_users_to_edit_shared_access): 230 """Sets the allow_users_to_edit_shared_access of this AccountUISettings. 231 232 # noqa: E501 233 234 :param allow_users_to_edit_shared_access: The allow_users_to_edit_shared_access of this AccountUISettings. # noqa: E501 235 :type: str 236 """ 237 238 self._allow_users_to_edit_shared_access = allow_users_to_edit_shared_access 239 240 @property 241 def allow_users_to_edit_shared_access_metadata(self): 242 """Gets the allow_users_to_edit_shared_access_metadata of this AccountUISettings. # noqa: E501 243 244 # noqa: E501 245 246 :return: The allow_users_to_edit_shared_access_metadata of this AccountUISettings. # noqa: E501 247 :rtype: SettingsMetadata 248 """ 249 return self._allow_users_to_edit_shared_access_metadata 250 251 @allow_users_to_edit_shared_access_metadata.setter 252 def allow_users_to_edit_shared_access_metadata(self, allow_users_to_edit_shared_access_metadata): 253 """Sets the allow_users_to_edit_shared_access_metadata of this AccountUISettings. 254 255 # noqa: E501 256 257 :param allow_users_to_edit_shared_access_metadata: The allow_users_to_edit_shared_access_metadata of this AccountUISettings. # noqa: E501 258 :type: SettingsMetadata 259 """ 260 261 self._allow_users_to_edit_shared_access_metadata = allow_users_to_edit_shared_access_metadata 262 263 @property 264 def ask_an_admin(self): 265 """Gets the ask_an_admin of this AccountUISettings. # noqa: E501 266 267 # noqa: E501 268 269 :return: The ask_an_admin of this AccountUISettings. # noqa: E501 270 :rtype: AskAnAdmin 271 """ 272 return self._ask_an_admin 273 274 @ask_an_admin.setter 275 def ask_an_admin(self, ask_an_admin): 276 """Sets the ask_an_admin of this AccountUISettings. 277 278 # noqa: E501 279 280 :param ask_an_admin: The ask_an_admin of this AccountUISettings. # noqa: E501 281 :type: AskAnAdmin 282 """ 283 284 self._ask_an_admin = ask_an_admin 285 286 @property 287 def clickwrap_schema_version(self): 288 """Gets the clickwrap_schema_version of this AccountUISettings. # noqa: E501 289 290 # noqa: E501 291 292 :return: The clickwrap_schema_version of this AccountUISettings. # noqa: E501 293 :rtype: str 294 """ 295 return self._clickwrap_schema_version 296 297 @clickwrap_schema_version.setter 298 def clickwrap_schema_version(self, clickwrap_schema_version): 299 """Sets the clickwrap_schema_version of this AccountUISettings. 300 301 # noqa: E501 302 303 :param clickwrap_schema_version: The clickwrap_schema_version of this AccountUISettings. # noqa: E501 304 :type: str 305 """ 306 307 self._clickwrap_schema_version = clickwrap_schema_version 308 309 @property 310 def clickwrap_schema_version_metadata(self): 311 """Gets the clickwrap_schema_version_metadata of this AccountUISettings. # noqa: E501 312 313 # noqa: E501 314 315 :return: The clickwrap_schema_version_metadata of this AccountUISettings. # noqa: E501 316 :rtype: SettingsMetadata 317 """ 318 return self._clickwrap_schema_version_metadata 319 320 @clickwrap_schema_version_metadata.setter 321 def clickwrap_schema_version_metadata(self, clickwrap_schema_version_metadata): 322 """Sets the clickwrap_schema_version_metadata of this AccountUISettings. 323 324 # noqa: E501 325 326 :param clickwrap_schema_version_metadata: The clickwrap_schema_version_metadata of this AccountUISettings. # noqa: E501 327 :type: SettingsMetadata 328 """ 329 330 self._clickwrap_schema_version_metadata = clickwrap_schema_version_metadata 331 332 @property 333 def disable_web_app_access(self): 334 """Gets the disable_web_app_access of this AccountUISettings. # noqa: E501 335 336 # noqa: E501 337 338 :return: The disable_web_app_access of this AccountUISettings. # noqa: E501 339 :rtype: str 340 """ 341 return self._disable_web_app_access 342 343 @disable_web_app_access.setter 344 def disable_web_app_access(self, disable_web_app_access): 345 """Sets the disable_web_app_access of this AccountUISettings. 346 347 # noqa: E501 348 349 :param disable_web_app_access: The disable_web_app_access of this AccountUISettings. # noqa: E501 350 :type: str 351 """ 352 353 self._disable_web_app_access = disable_web_app_access 354 355 @property 356 def disable_web_app_access_metadata(self): 357 """Gets the disable_web_app_access_metadata of this AccountUISettings. # noqa: E501 358 359 # noqa: E501 360 361 :return: The disable_web_app_access_metadata of this AccountUISettings. # noqa: E501 362 :rtype: SettingsMetadata 363 """ 364 return self._disable_web_app_access_metadata 365 366 @disable_web_app_access_metadata.setter 367 def disable_web_app_access_metadata(self, disable_web_app_access_metadata): 368 """Sets the disable_web_app_access_metadata of this AccountUISettings. 369 370 # noqa: E501 371 372 :param disable_web_app_access_metadata: The disable_web_app_access_metadata of this AccountUISettings. # noqa: E501 373 :type: SettingsMetadata 374 """ 375 376 self._disable_web_app_access_metadata = disable_web_app_access_metadata 377 378 @property 379 def enable_admin_message(self): 380 """Gets the enable_admin_message of this AccountUISettings. # noqa: E501 381 382 # noqa: E501 383 384 :return: The enable_admin_message of this AccountUISettings. # noqa: E501 385 :rtype: str 386 """ 387 return self._enable_admin_message 388 389 @enable_admin_message.setter 390 def enable_admin_message(self, enable_admin_message): 391 """Sets the enable_admin_message of this AccountUISettings. 392 393 # noqa: E501 394 395 :param enable_admin_message: The enable_admin_message of this AccountUISettings. # noqa: E501 396 :type: str 397 """ 398 399 self._enable_admin_message = enable_admin_message 400 401 @property 402 def enable_admin_message_metadata(self): 403 """Gets the enable_admin_message_metadata of this AccountUISettings. # noqa: E501 404 405 # noqa: E501 406 407 :return: The enable_admin_message_metadata of this AccountUISettings. # noqa: E501 408 :rtype: SettingsMetadata 409 """ 410 return self._enable_admin_message_metadata 411 412 @enable_admin_message_metadata.setter 413 def enable_admin_message_metadata(self, enable_admin_message_metadata): 414 """Sets the enable_admin_message_metadata of this AccountUISettings. 415 416 # noqa: E501 417 418 :param enable_admin_message_metadata: The enable_admin_message_metadata of this AccountUISettings. # noqa: E501 419 :type: SettingsMetadata 420 """ 421 422 self._enable_admin_message_metadata = enable_admin_message_metadata 423 424 @property 425 def enable_easy_sign_can_use_multi_template_apply(self): 426 """Gets the enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. # noqa: E501 427 428 # noqa: E501 429 430 :return: The enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. # noqa: E501 431 :rtype: str 432 """ 433 return self._enable_easy_sign_can_use_multi_template_apply 434 435 @enable_easy_sign_can_use_multi_template_apply.setter 436 def enable_easy_sign_can_use_multi_template_apply(self, enable_easy_sign_can_use_multi_template_apply): 437 """Sets the enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. 438 439 # noqa: E501 440 441 :param enable_easy_sign_can_use_multi_template_apply: The enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. # noqa: E501 442 :type: str 443 """ 444 445 self._enable_easy_sign_can_use_multi_template_apply = enable_easy_sign_can_use_multi_template_apply 446 447 @property 448 def enable_easy_sign_can_use_multi_template_apply_metadata(self): 449 """Gets the enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. # noqa: E501 450 451 # noqa: E501 452 453 :return: The enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. # noqa: E501 454 :rtype: SettingsMetadata 455 """ 456 return self._enable_easy_sign_can_use_multi_template_apply_metadata 457 458 @enable_easy_sign_can_use_multi_template_apply_metadata.setter 459 def enable_easy_sign_can_use_multi_template_apply_metadata(self, enable_easy_sign_can_use_multi_template_apply_metadata): 460 """Sets the enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. 461 462 # noqa: E501 463 464 :param enable_easy_sign_can_use_multi_template_apply_metadata: The enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. # noqa: E501 465 :type: SettingsMetadata 466 """ 467 468 self._enable_easy_sign_can_use_multi_template_apply_metadata = enable_easy_sign_can_use_multi_template_apply_metadata 469 470 @property 471 def enable_easy_sign_template_upload(self): 472 """Gets the enable_easy_sign_template_upload of this AccountUISettings. # noqa: E501 473 474 # noqa: E501 475 476 :return: The enable_easy_sign_template_upload of this AccountUISettings. # noqa: E501 477 :rtype: str 478 """ 479 return self._enable_easy_sign_template_upload 480 481 @enable_easy_sign_template_upload.setter 482 def enable_easy_sign_template_upload(self, enable_easy_sign_template_upload): 483 """Sets the enable_easy_sign_template_upload of this AccountUISettings. 484 485 # noqa: E501 486 487 :param enable_easy_sign_template_upload: The enable_easy_sign_template_upload of this AccountUISettings. # noqa: E501 488 :type: str 489 """ 490 491 self._enable_easy_sign_template_upload = enable_easy_sign_template_upload 492 493 @property 494 def enable_easy_sign_template_upload_metadata(self): 495 """Gets the enable_easy_sign_template_upload_metadata of this AccountUISettings. # noqa: E501 496 497 # noqa: E501 498 499 :return: The enable_easy_sign_template_upload_metadata of this AccountUISettings. # noqa: E501 500 :rtype: SettingsMetadata 501 """ 502 return self._enable_easy_sign_template_upload_metadata 503 504 @enable_easy_sign_template_upload_metadata.setter 505 def enable_easy_sign_template_upload_metadata(self, enable_easy_sign_template_upload_metadata): 506 """Sets the enable_easy_sign_template_upload_metadata of this AccountUISettings. 507 508 # noqa: E501 509 510 :param enable_easy_sign_template_upload_metadata: The enable_easy_sign_template_upload_metadata of this AccountUISettings. # noqa: E501 511 :type: SettingsMetadata 512 """ 513 514 self._enable_easy_sign_template_upload_metadata = enable_easy_sign_template_upload_metadata 515 516 @property 517 def enable_envelope_copy_with_data(self): 518 """Gets the enable_envelope_copy_with_data of this AccountUISettings. # noqa: E501 519 520 # noqa: E501 521 522 :return: The enable_envelope_copy_with_data of this AccountUISettings. # noqa: E501 523 :rtype: str 524 """ 525 return self._enable_envelope_copy_with_data 526 527 @enable_envelope_copy_with_data.setter 528 def enable_envelope_copy_with_data(self, enable_envelope_copy_with_data): 529 """Sets the enable_envelope_copy_with_data of this AccountUISettings. 530 531 # noqa: E501 532 533 :param enable_envelope_copy_with_data: The enable_envelope_copy_with_data of this AccountUISettings. # noqa: E501 534 :type: str 535 """ 536 537 self._enable_envelope_copy_with_data = enable_envelope_copy_with_data 538 539 @property 540 def enable_envelope_copy_with_data_metadata(self): 541 """Gets the enable_envelope_copy_with_data_metadata of this AccountUISettings. # noqa: E501 542 543 # noqa: E501 544 545 :return: The enable_envelope_copy_with_data_metadata of this AccountUISettings. # noqa: E501 546 :rtype: SettingsMetadata 547 """ 548 return self._enable_envelope_copy_with_data_metadata 549 550 @enable_envelope_copy_with_data_metadata.setter 551 def enable_envelope_copy_with_data_metadata(self, enable_envelope_copy_with_data_metadata): 552 """Sets the enable_envelope_copy_with_data_metadata of this AccountUISettings. 553 554 # noqa: E501 555 556 :param enable_envelope_copy_with_data_metadata: The enable_envelope_copy_with_data_metadata of this AccountUISettings. # noqa: E501 557 :type: SettingsMetadata 558 """ 559 560 self._enable_envelope_copy_with_data_metadata = enable_envelope_copy_with_data_metadata 561 562 @property 563 def enable_envelope_types(self): 564 """Gets the enable_envelope_types of this AccountUISettings. # noqa: E501 565 566 # noqa: E501 567 568 :return: The enable_envelope_types of this AccountUISettings. # noqa: E501 569 :rtype: str 570 """ 571 return self._enable_envelope_types 572 573 @enable_envelope_types.setter 574 def enable_envelope_types(self, enable_envelope_types): 575 """Sets the enable_envelope_types of this AccountUISettings. 576 577 # noqa: E501 578 579 :param enable_envelope_types: The enable_envelope_types of this AccountUISettings. # noqa: E501 580 :type: str 581 """ 582 583 self._enable_envelope_types = enable_envelope_types 584 585 @property 586 def enable_envelope_types_metadata(self): 587 """Gets the enable_envelope_types_metadata of this AccountUISettings. # noqa: E501 588 589 # noqa: E501 590 591 :return: The enable_envelope_types_metadata of this AccountUISettings. # noqa: E501 592 :rtype: SettingsMetadata 593 """ 594 return self._enable_envelope_types_metadata 595 596 @enable_envelope_types_metadata.setter 597 def enable_envelope_types_metadata(self, enable_envelope_types_metadata): 598 """Sets the enable_envelope_types_metadata of this AccountUISettings. 599 600 # noqa: E501 601 602 :param enable_envelope_types_metadata: The enable_envelope_types_metadata of this AccountUISettings. # noqa: E501 603 :type: SettingsMetadata 604 """ 605 606 self._enable_envelope_types_metadata = enable_envelope_types_metadata 607 608 @property 609 def enable_legacy_sendflow_link(self): 610 """Gets the enable_legacy_sendflow_link of this AccountUISettings. # noqa: E501 611 612 # noqa: E501 613 614 :return: The enable_legacy_sendflow_link of this AccountUISettings. # noqa: E501 615 :rtype: str 616 """ 617 return self._enable_legacy_sendflow_link 618 619 @enable_legacy_sendflow_link.setter 620 def enable_legacy_sendflow_link(self, enable_legacy_sendflow_link): 621 """Sets the enable_legacy_sendflow_link of this AccountUISettings. 622 623 # noqa: E501 624 625 :param enable_legacy_sendflow_link: The enable_legacy_sendflow_link of this AccountUISettings. # noqa: E501 626 :type: str 627 """ 628 629 self._enable_legacy_sendflow_link = enable_legacy_sendflow_link 630 631 @property 632 def enable_legacy_sendflow_link_metadata(self): 633 """Gets the enable_legacy_sendflow_link_metadata of this AccountUISettings. # noqa: E501 634 635 # noqa: E501 636 637 :return: The enable_legacy_sendflow_link_metadata of this AccountUISettings. # noqa: E501 638 :rtype: SettingsMetadata 639 """ 640 return self._enable_legacy_sendflow_link_metadata 641 642 @enable_legacy_sendflow_link_metadata.setter 643 def enable_legacy_sendflow_link_metadata(self, enable_legacy_sendflow_link_metadata): 644 """Sets the enable_legacy_sendflow_link_metadata of this AccountUISettings. 645 646 # noqa: E501 647 648 :param enable_legacy_sendflow_link_metadata: The enable_legacy_sendflow_link_metadata of this AccountUISettings. # noqa: E501 649 :type: SettingsMetadata 650 """ 651 652 self._enable_legacy_sendflow_link_metadata = enable_legacy_sendflow_link_metadata 653 654 @property 655 def has_external_linked_accounts(self): 656 """Gets the has_external_linked_accounts of this AccountUISettings. # noqa: E501 657 658 # noqa: E501 659 660 :return: The has_external_linked_accounts of this AccountUISettings. # noqa: E501 661 :rtype: str 662 """ 663 return self._has_external_linked_accounts 664 665 @has_external_linked_accounts.setter 666 def has_external_linked_accounts(self, has_external_linked_accounts): 667 """Sets the has_external_linked_accounts of this AccountUISettings. 668 669 # noqa: E501 670 671 :param has_external_linked_accounts: The has_external_linked_accounts of this AccountUISettings. # noqa: E501 672 :type: str 673 """ 674 675 self._has_external_linked_accounts = has_external_linked_accounts 676 677 @property 678 def has_external_linked_accounts_metadata(self): 679 """Gets the has_external_linked_accounts_metadata of this AccountUISettings. # noqa: E501 680 681 # noqa: E501 682 683 :return: The has_external_linked_accounts_metadata of this AccountUISettings. # noqa: E501 684 :rtype: SettingsMetadata 685 """ 686 return self._has_external_linked_accounts_metadata 687 688 @has_external_linked_accounts_metadata.setter 689 def has_external_linked_accounts_metadata(self, has_external_linked_accounts_metadata): 690 """Sets the has_external_linked_accounts_metadata of this AccountUISettings. 691 692 # noqa: E501 693 694 :param has_external_linked_accounts_metadata: The has_external_linked_accounts_metadata of this AccountUISettings. # noqa: E501 695 :type: SettingsMetadata 696 """ 697 698 self._has_external_linked_accounts_metadata = has_external_linked_accounts_metadata 699 700 @property 701 def hide_send_an_envelope(self): 702 """Gets the hide_send_an_envelope of this AccountUISettings. # noqa: E501 703 704 # noqa: E501 705 706 :return: The hide_send_an_envelope of this AccountUISettings. # noqa: E501 707 :rtype: str 708 """ 709 return self._hide_send_an_envelope 710 711 @hide_send_an_envelope.setter 712 def hide_send_an_envelope(self, hide_send_an_envelope): 713 """Sets the hide_send_an_envelope of this AccountUISettings. 714 715 # noqa: E501 716 717 :param hide_send_an_envelope: The hide_send_an_envelope of this AccountUISettings. # noqa: E501 718 :type: str 719 """ 720 721 self._hide_send_an_envelope = hide_send_an_envelope 722 723 @property 724 def hide_send_an_envelope_metadata(self): 725 """Gets the hide_send_an_envelope_metadata of this AccountUISettings. # noqa: E501 726 727 # noqa: E501 728 729 :return: The hide_send_an_envelope_metadata of this AccountUISettings. # noqa: E501 730 :rtype: SettingsMetadata 731 """ 732 return self._hide_send_an_envelope_metadata 733 734 @hide_send_an_envelope_metadata.setter 735 def hide_send_an_envelope_metadata(self, hide_send_an_envelope_metadata): 736 """Sets the hide_send_an_envelope_metadata of this AccountUISettings. 737 738 # noqa: E501 739 740 :param hide_send_an_envelope_metadata: The hide_send_an_envelope_metadata of this AccountUISettings. # noqa: E501 741 :type: SettingsMetadata 742 """ 743 744 self._hide_send_an_envelope_metadata = hide_send_an_envelope_metadata 745 746 @property 747 def hide_use_a_template(self): 748 """Gets the hide_use_a_template of this AccountUISettings. # noqa: E501 749 750 # noqa: E501 751 752 :return: The hide_use_a_template of this AccountUISettings. # noqa: E501 753 :rtype: str 754 """ 755 return self._hide_use_a_template 756 757 @hide_use_a_template.setter 758 def hide_use_a_template(self, hide_use_a_template): 759 """Sets the hide_use_a_template of this AccountUISettings. 760 761 # noqa: E501 762 763 :param hide_use_a_template: The hide_use_a_template of this AccountUISettings. # noqa: E501 764 :type: str 765 """ 766 767 self._hide_use_a_template = hide_use_a_template 768 769 @property 770 def hide_use_a_template_in_prepare(self): 771 """Gets the hide_use_a_template_in_prepare of this AccountUISettings. # noqa: E501 772 773 # noqa: E501 774 775 :return: The hide_use_a_template_in_prepare of this AccountUISettings. # noqa: E501 776 :rtype: str 777 """ 778 return self._hide_use_a_template_in_prepare 779 780 @hide_use_a_template_in_prepare.setter 781 def hide_use_a_template_in_prepare(self, hide_use_a_template_in_prepare): 782 """Sets the hide_use_a_template_in_prepare of this AccountUISettings. 783 784 # noqa: E501 785 786 :param hide_use_a_template_in_prepare: The hide_use_a_template_in_prepare of this AccountUISettings. # noqa: E501 787 :type: str 788 """ 789 790 self._hide_use_a_template_in_prepare = hide_use_a_template_in_prepare 791 792 @property 793 def hide_use_a_template_in_prepare_metadata(self): 794 """Gets the hide_use_a_template_in_prepare_metadata of this AccountUISettings. # noqa: E501 795 796 # noqa: E501 797 798 :return: The hide_use_a_template_in_prepare_metadata of this AccountUISettings. # noqa: E501 799 :rtype: SettingsMetadata 800 """ 801 return self._hide_use_a_template_in_prepare_metadata 802 803 @hide_use_a_template_in_prepare_metadata.setter 804 def hide_use_a_template_in_prepare_metadata(self, hide_use_a_template_in_prepare_metadata): 805 """Sets the hide_use_a_template_in_prepare_metadata of this AccountUISettings. 806 807 # noqa: E501 808 809 :param hide_use_a_template_in_prepare_metadata: The hide_use_a_template_in_prepare_metadata of this AccountUISettings. # noqa: E501 810 :type: SettingsMetadata 811 """ 812 813 self._hide_use_a_template_in_prepare_metadata = hide_use_a_template_in_prepare_metadata 814 815 @property 816 def hide_use_a_template_metadata(self): 817 """Gets the hide_use_a_template_metadata of this AccountUISettings. # noqa: E501 818 819 # noqa: E501 820 821 :return: The hide_use_a_template_metadata of this AccountUISettings. # noqa: E501 822 :rtype: SettingsMetadata 823 """ 824 return self._hide_use_a_template_metadata 825 826 @hide_use_a_template_metadata.setter 827 def hide_use_a_template_metadata(self, hide_use_a_template_metadata): 828 """Sets the hide_use_a_template_metadata of this AccountUISettings. 829 830 # noqa: E501 831 832 :param hide_use_a_template_metadata: The hide_use_a_template_metadata of this AccountUISettings. # noqa: E501 833 :type: SettingsMetadata 834 """ 835 836 self._hide_use_a_template_metadata = hide_use_a_template_metadata 837 838 @property 839 def order_based_recipient_id_generation(self): 840 """Gets the order_based_recipient_id_generation of this AccountUISettings. # noqa: E501 841 842 # noqa: E501 843 844 :return: The order_based_recipient_id_generation of this AccountUISettings. # noqa: E501 845 :rtype: str 846 """ 847 return self._order_based_recipient_id_generation 848 849 @order_based_recipient_id_generation.setter 850 def order_based_recipient_id_generation(self, order_based_recipient_id_generation): 851 """Sets the order_based_recipient_id_generation of this AccountUISettings. 852 853 # noqa: E501 854 855 :param order_based_recipient_id_generation: The order_based_recipient_id_generation of this AccountUISettings. # noqa: E501 856 :type: str 857 """ 858 859 self._order_based_recipient_id_generation = order_based_recipient_id_generation 860 861 @property 862 def order_based_recipient_id_generation_metadata(self): 863 """Gets the order_based_recipient_id_generation_metadata of this AccountUISettings. # noqa: E501 864 865 # noqa: E501 866 867 :return: The order_based_recipient_id_generation_metadata of this AccountUISettings. # noqa: E501 868 :rtype: SettingsMetadata 869 """ 870 return self._order_based_recipient_id_generation_metadata 871 872 @order_based_recipient_id_generation_metadata.setter 873 def order_based_recipient_id_generation_metadata(self, order_based_recipient_id_generation_metadata): 874 """Sets the order_based_recipient_id_generation_metadata of this AccountUISettings. 875 876 # noqa: E501 877 878 :param order_based_recipient_id_generation_metadata: The order_based_recipient_id_generation_metadata of this AccountUISettings. # noqa: E501 879 :type: SettingsMetadata 880 """ 881 882 self._order_based_recipient_id_generation_metadata = order_based_recipient_id_generation_metadata 883 884 @property 885 def remove_envelope_forwarding(self): 886 """Gets the remove_envelope_forwarding of this AccountUISettings. # noqa: E501 887 888 # noqa: E501 889 890 :return: The remove_envelope_forwarding of this AccountUISettings. # noqa: E501 891 :rtype: str 892 """ 893 return self._remove_envelope_forwarding 894 895 @remove_envelope_forwarding.setter 896 def remove_envelope_forwarding(self, remove_envelope_forwarding): 897 """Sets the remove_envelope_forwarding of this AccountUISettings. 898 899 # noqa: E501 900 901 :param remove_envelope_forwarding: The remove_envelope_forwarding of this AccountUISettings. # noqa: E501 902 :type: str 903 """ 904 905 self._remove_envelope_forwarding = remove_envelope_forwarding 906 907 @property 908 def remove_envelope_forwarding_metadata(self): 909 """Gets the remove_envelope_forwarding_metadata of this AccountUISettings. # noqa: E501 910 911 # noqa: E501 912 913 :return: The remove_envelope_forwarding_metadata of this AccountUISettings. # noqa: E501 914 :rtype: SettingsMetadata 915 """ 916 return self._remove_envelope_forwarding_metadata 917 918 @remove_envelope_forwarding_metadata.setter 919 def remove_envelope_forwarding_metadata(self, remove_envelope_forwarding_metadata): 920 """Sets the remove_envelope_forwarding_metadata of this AccountUISettings. 921 922 # noqa: E501 923 924 :param remove_envelope_forwarding_metadata: The remove_envelope_forwarding_metadata of this AccountUISettings. # noqa: E501 925 :type: SettingsMetadata 926 """ 927 928 self._remove_envelope_forwarding_metadata = remove_envelope_forwarding_metadata 929 930 @property 931 def should_redact_access_code(self): 932 """Gets the should_redact_access_code of this AccountUISettings. # noqa: E501 933 934 # noqa: E501 935 936 :return: The should_redact_access_code of this AccountUISettings. # noqa: E501 937 :rtype: str 938 """ 939 return self._should_redact_access_code 940 941 @should_redact_access_code.setter 942 def should_redact_access_code(self, should_redact_access_code): 943 """Sets the should_redact_access_code of this AccountUISettings. 944 945 # noqa: E501 946 947 :param should_redact_access_code: The should_redact_access_code of this AccountUISettings. # noqa: E501 948 :type: str 949 """ 950 951 self._should_redact_access_code = should_redact_access_code 952 953 @property 954 def should_redact_access_code_metadata(self): 955 """Gets the should_redact_access_code_metadata of this AccountUISettings. # noqa: E501 956 957 # noqa: E501 958 959 :return: The should_redact_access_code_metadata of this AccountUISettings. # noqa: E501 960 :rtype: SettingsMetadata 961 """ 962 return self._should_redact_access_code_metadata 963 964 @should_redact_access_code_metadata.setter 965 def should_redact_access_code_metadata(self, should_redact_access_code_metadata): 966 """Sets the should_redact_access_code_metadata of this AccountUISettings. 967 968 # noqa: E501 969 970 :param should_redact_access_code_metadata: The should_redact_access_code_metadata of this AccountUISettings. # noqa: E501 971 :type: SettingsMetadata 972 """ 973 974 self._should_redact_access_code_metadata = should_redact_access_code_metadata 975 976 @property 977 def upload_new_image_to_sign_or_initial(self): 978 """Gets the upload_new_image_to_sign_or_initial of this AccountUISettings. # noqa: E501 979 980 # noqa: E501 981 982 :return: The upload_new_image_to_sign_or_initial of this AccountUISettings. # noqa: E501 983 :rtype: str 984 """ 985 return self._upload_new_image_to_sign_or_initial 986 987 @upload_new_image_to_sign_or_initial.setter 988 def upload_new_image_to_sign_or_initial(self, upload_new_image_to_sign_or_initial): 989 """Sets the upload_new_image_to_sign_or_initial of this AccountUISettings. 990 991 # noqa: E501 992 993 :param upload_new_image_to_sign_or_initial: The upload_new_image_to_sign_or_initial of this AccountUISettings. # noqa: E501 994 :type: str 995 """ 996 997 self._upload_new_image_to_sign_or_initial = upload_new_image_to_sign_or_initial 998 999 @property 1000 def upload_new_image_to_sign_or_initial_metadata(self): 1001 """Gets the upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. # noqa: E501 1002 1003 # noqa: E501 1004 1005 :return: The upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. # noqa: E501 1006 :rtype: SettingsMetadata 1007 """ 1008 return self._upload_new_image_to_sign_or_initial_metadata 1009 1010 @upload_new_image_to_sign_or_initial_metadata.setter 1011 def upload_new_image_to_sign_or_initial_metadata(self, upload_new_image_to_sign_or_initial_metadata): 1012 """Sets the upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. 1013 1014 # noqa: E501 1015 1016 :param upload_new_image_to_sign_or_initial_metadata: The upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. # noqa: E501 1017 :type: SettingsMetadata 1018 """ 1019 1020 self._upload_new_image_to_sign_or_initial_metadata = upload_new_image_to_sign_or_initial_metadata 1021 1022 def to_dict(self): 1023 """Returns the model properties as a dict""" 1024 result = {} 1025 1026 for attr, _ in six.iteritems(self.swagger_types): 1027 value = getattr(self, attr) 1028 if isinstance(value, list): 1029 result[attr] = list(map( 1030 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 1031 value 1032 )) 1033 elif hasattr(value, "to_dict"): 1034 result[attr] = value.to_dict() 1035 elif isinstance(value, dict): 1036 result[attr] = dict(map( 1037 lambda item: (item[0], item[1].to_dict()) 1038 if hasattr(item[1], "to_dict") else item, 1039 value.items() 1040 )) 1041 else: 1042 result[attr] = value 1043 if issubclass(AccountUISettings, dict): 1044 for key, value in self.items(): 1045 result[key] = value 1046 1047 return result 1048 1049 def to_str(self): 1050 """Returns the string representation of the model""" 1051 return pprint.pformat(self.to_dict()) 1052 1053 def __repr__(self): 1054 """For `print` and `pprint`""" 1055 return self.to_str() 1056 1057 def __eq__(self, other): 1058 """Returns true if both objects are equal""" 1059 if not isinstance(other, AccountUISettings): 1060 return False 1061 1062 return self.to_dict() == other.to_dict() 1063 1064 def __ne__(self, other): 1065 """Returns true if both objects are not equal""" 1066 if not isinstance(other, AccountUISettings): 1067 return True 1068 1069 return self.to_dict() != other.to_dict()
23class AccountUISettings(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 'admin_message': 'AdminMessage', 38 'allow_users_to_edit_shared_access': 'str', 39 'allow_users_to_edit_shared_access_metadata': 'SettingsMetadata', 40 'ask_an_admin': 'AskAnAdmin', 41 'clickwrap_schema_version': 'str', 42 'clickwrap_schema_version_metadata': 'SettingsMetadata', 43 'disable_web_app_access': 'str', 44 'disable_web_app_access_metadata': 'SettingsMetadata', 45 'enable_admin_message': 'str', 46 'enable_admin_message_metadata': 'SettingsMetadata', 47 'enable_easy_sign_can_use_multi_template_apply': 'str', 48 'enable_easy_sign_can_use_multi_template_apply_metadata': 'SettingsMetadata', 49 'enable_easy_sign_template_upload': 'str', 50 'enable_easy_sign_template_upload_metadata': 'SettingsMetadata', 51 'enable_envelope_copy_with_data': 'str', 52 'enable_envelope_copy_with_data_metadata': 'SettingsMetadata', 53 'enable_envelope_types': 'str', 54 'enable_envelope_types_metadata': 'SettingsMetadata', 55 'enable_legacy_sendflow_link': 'str', 56 'enable_legacy_sendflow_link_metadata': 'SettingsMetadata', 57 'has_external_linked_accounts': 'str', 58 'has_external_linked_accounts_metadata': 'SettingsMetadata', 59 'hide_send_an_envelope': 'str', 60 'hide_send_an_envelope_metadata': 'SettingsMetadata', 61 'hide_use_a_template': 'str', 62 'hide_use_a_template_in_prepare': 'str', 63 'hide_use_a_template_in_prepare_metadata': 'SettingsMetadata', 64 'hide_use_a_template_metadata': 'SettingsMetadata', 65 'order_based_recipient_id_generation': 'str', 66 'order_based_recipient_id_generation_metadata': 'SettingsMetadata', 67 'remove_envelope_forwarding': 'str', 68 'remove_envelope_forwarding_metadata': 'SettingsMetadata', 69 'should_redact_access_code': 'str', 70 'should_redact_access_code_metadata': 'SettingsMetadata', 71 'upload_new_image_to_sign_or_initial': 'str', 72 'upload_new_image_to_sign_or_initial_metadata': 'SettingsMetadata' 73 } 74 75 attribute_map = { 76 'admin_message': 'adminMessage', 77 'allow_users_to_edit_shared_access': 'allowUsersToEditSharedAccess', 78 'allow_users_to_edit_shared_access_metadata': 'allowUsersToEditSharedAccessMetadata', 79 'ask_an_admin': 'askAnAdmin', 80 'clickwrap_schema_version': 'clickwrapSchemaVersion', 81 'clickwrap_schema_version_metadata': 'clickwrapSchemaVersionMetadata', 82 'disable_web_app_access': 'disableWebAppAccess', 83 'disable_web_app_access_metadata': 'disableWebAppAccessMetadata', 84 'enable_admin_message': 'enableAdminMessage', 85 'enable_admin_message_metadata': 'enableAdminMessageMetadata', 86 'enable_easy_sign_can_use_multi_template_apply': 'enableEasySignCanUseMultiTemplateApply', 87 'enable_easy_sign_can_use_multi_template_apply_metadata': 'enableEasySignCanUseMultiTemplateApplyMetadata', 88 'enable_easy_sign_template_upload': 'enableEasySignTemplateUpload', 89 'enable_easy_sign_template_upload_metadata': 'enableEasySignTemplateUploadMetadata', 90 'enable_envelope_copy_with_data': 'enableEnvelopeCopyWithData', 91 'enable_envelope_copy_with_data_metadata': 'enableEnvelopeCopyWithDataMetadata', 92 'enable_envelope_types': 'enableEnvelopeTypes', 93 'enable_envelope_types_metadata': 'enableEnvelopeTypesMetadata', 94 'enable_legacy_sendflow_link': 'enableLegacySendflowLink', 95 'enable_legacy_sendflow_link_metadata': 'enableLegacySendflowLinkMetadata', 96 'has_external_linked_accounts': 'hasExternalLinkedAccounts', 97 'has_external_linked_accounts_metadata': 'hasExternalLinkedAccountsMetadata', 98 'hide_send_an_envelope': 'hideSendAnEnvelope', 99 'hide_send_an_envelope_metadata': 'hideSendAnEnvelopeMetadata', 100 'hide_use_a_template': 'hideUseATemplate', 101 'hide_use_a_template_in_prepare': 'hideUseATemplateInPrepare', 102 'hide_use_a_template_in_prepare_metadata': 'hideUseATemplateInPrepareMetadata', 103 'hide_use_a_template_metadata': 'hideUseATemplateMetadata', 104 'order_based_recipient_id_generation': 'orderBasedRecipientIdGeneration', 105 'order_based_recipient_id_generation_metadata': 'orderBasedRecipientIdGenerationMetadata', 106 'remove_envelope_forwarding': 'removeEnvelopeForwarding', 107 'remove_envelope_forwarding_metadata': 'removeEnvelopeForwardingMetadata', 108 'should_redact_access_code': 'shouldRedactAccessCode', 109 'should_redact_access_code_metadata': 'shouldRedactAccessCodeMetadata', 110 'upload_new_image_to_sign_or_initial': 'uploadNewImageToSignOrInitial', 111 'upload_new_image_to_sign_or_initial_metadata': 'uploadNewImageToSignOrInitialMetadata' 112 } 113 114 def __init__(self, _configuration=None, **kwargs): # noqa: E501 115 """AccountUISettings - a model defined in Swagger""" # noqa: E501 116 if _configuration is None: 117 _configuration = Configuration() 118 self._configuration = _configuration 119 120 self._admin_message = None 121 self._allow_users_to_edit_shared_access = None 122 self._allow_users_to_edit_shared_access_metadata = None 123 self._ask_an_admin = None 124 self._clickwrap_schema_version = None 125 self._clickwrap_schema_version_metadata = None 126 self._disable_web_app_access = None 127 self._disable_web_app_access_metadata = None 128 self._enable_admin_message = None 129 self._enable_admin_message_metadata = None 130 self._enable_easy_sign_can_use_multi_template_apply = None 131 self._enable_easy_sign_can_use_multi_template_apply_metadata = None 132 self._enable_easy_sign_template_upload = None 133 self._enable_easy_sign_template_upload_metadata = None 134 self._enable_envelope_copy_with_data = None 135 self._enable_envelope_copy_with_data_metadata = None 136 self._enable_envelope_types = None 137 self._enable_envelope_types_metadata = None 138 self._enable_legacy_sendflow_link = None 139 self._enable_legacy_sendflow_link_metadata = None 140 self._has_external_linked_accounts = None 141 self._has_external_linked_accounts_metadata = None 142 self._hide_send_an_envelope = None 143 self._hide_send_an_envelope_metadata = None 144 self._hide_use_a_template = None 145 self._hide_use_a_template_in_prepare = None 146 self._hide_use_a_template_in_prepare_metadata = None 147 self._hide_use_a_template_metadata = None 148 self._order_based_recipient_id_generation = None 149 self._order_based_recipient_id_generation_metadata = None 150 self._remove_envelope_forwarding = None 151 self._remove_envelope_forwarding_metadata = None 152 self._should_redact_access_code = None 153 self._should_redact_access_code_metadata = None 154 self._upload_new_image_to_sign_or_initial = None 155 self._upload_new_image_to_sign_or_initial_metadata = None 156 self.discriminator = None 157 158 setattr(self, "_{}".format('admin_message'), kwargs.get('admin_message', None)) 159 setattr(self, "_{}".format('allow_users_to_edit_shared_access'), kwargs.get('allow_users_to_edit_shared_access', None)) 160 setattr(self, "_{}".format('allow_users_to_edit_shared_access_metadata'), kwargs.get('allow_users_to_edit_shared_access_metadata', None)) 161 setattr(self, "_{}".format('ask_an_admin'), kwargs.get('ask_an_admin', None)) 162 setattr(self, "_{}".format('clickwrap_schema_version'), kwargs.get('clickwrap_schema_version', None)) 163 setattr(self, "_{}".format('clickwrap_schema_version_metadata'), kwargs.get('clickwrap_schema_version_metadata', None)) 164 setattr(self, "_{}".format('disable_web_app_access'), kwargs.get('disable_web_app_access', None)) 165 setattr(self, "_{}".format('disable_web_app_access_metadata'), kwargs.get('disable_web_app_access_metadata', None)) 166 setattr(self, "_{}".format('enable_admin_message'), kwargs.get('enable_admin_message', None)) 167 setattr(self, "_{}".format('enable_admin_message_metadata'), kwargs.get('enable_admin_message_metadata', None)) 168 setattr(self, "_{}".format('enable_easy_sign_can_use_multi_template_apply'), kwargs.get('enable_easy_sign_can_use_multi_template_apply', None)) 169 setattr(self, "_{}".format('enable_easy_sign_can_use_multi_template_apply_metadata'), kwargs.get('enable_easy_sign_can_use_multi_template_apply_metadata', None)) 170 setattr(self, "_{}".format('enable_easy_sign_template_upload'), kwargs.get('enable_easy_sign_template_upload', None)) 171 setattr(self, "_{}".format('enable_easy_sign_template_upload_metadata'), kwargs.get('enable_easy_sign_template_upload_metadata', None)) 172 setattr(self, "_{}".format('enable_envelope_copy_with_data'), kwargs.get('enable_envelope_copy_with_data', None)) 173 setattr(self, "_{}".format('enable_envelope_copy_with_data_metadata'), kwargs.get('enable_envelope_copy_with_data_metadata', None)) 174 setattr(self, "_{}".format('enable_envelope_types'), kwargs.get('enable_envelope_types', None)) 175 setattr(self, "_{}".format('enable_envelope_types_metadata'), kwargs.get('enable_envelope_types_metadata', None)) 176 setattr(self, "_{}".format('enable_legacy_sendflow_link'), kwargs.get('enable_legacy_sendflow_link', None)) 177 setattr(self, "_{}".format('enable_legacy_sendflow_link_metadata'), kwargs.get('enable_legacy_sendflow_link_metadata', None)) 178 setattr(self, "_{}".format('has_external_linked_accounts'), kwargs.get('has_external_linked_accounts', None)) 179 setattr(self, "_{}".format('has_external_linked_accounts_metadata'), kwargs.get('has_external_linked_accounts_metadata', None)) 180 setattr(self, "_{}".format('hide_send_an_envelope'), kwargs.get('hide_send_an_envelope', None)) 181 setattr(self, "_{}".format('hide_send_an_envelope_metadata'), kwargs.get('hide_send_an_envelope_metadata', None)) 182 setattr(self, "_{}".format('hide_use_a_template'), kwargs.get('hide_use_a_template', None)) 183 setattr(self, "_{}".format('hide_use_a_template_in_prepare'), kwargs.get('hide_use_a_template_in_prepare', None)) 184 setattr(self, "_{}".format('hide_use_a_template_in_prepare_metadata'), kwargs.get('hide_use_a_template_in_prepare_metadata', None)) 185 setattr(self, "_{}".format('hide_use_a_template_metadata'), kwargs.get('hide_use_a_template_metadata', None)) 186 setattr(self, "_{}".format('order_based_recipient_id_generation'), kwargs.get('order_based_recipient_id_generation', None)) 187 setattr(self, "_{}".format('order_based_recipient_id_generation_metadata'), kwargs.get('order_based_recipient_id_generation_metadata', None)) 188 setattr(self, "_{}".format('remove_envelope_forwarding'), kwargs.get('remove_envelope_forwarding', None)) 189 setattr(self, "_{}".format('remove_envelope_forwarding_metadata'), kwargs.get('remove_envelope_forwarding_metadata', None)) 190 setattr(self, "_{}".format('should_redact_access_code'), kwargs.get('should_redact_access_code', None)) 191 setattr(self, "_{}".format('should_redact_access_code_metadata'), kwargs.get('should_redact_access_code_metadata', None)) 192 setattr(self, "_{}".format('upload_new_image_to_sign_or_initial'), kwargs.get('upload_new_image_to_sign_or_initial', None)) 193 setattr(self, "_{}".format('upload_new_image_to_sign_or_initial_metadata'), kwargs.get('upload_new_image_to_sign_or_initial_metadata', None)) 194 195 @property 196 def admin_message(self): 197 """Gets the admin_message of this AccountUISettings. # noqa: E501 198 199 # noqa: E501 200 201 :return: The admin_message of this AccountUISettings. # noqa: E501 202 :rtype: AdminMessage 203 """ 204 return self._admin_message 205 206 @admin_message.setter 207 def admin_message(self, admin_message): 208 """Sets the admin_message of this AccountUISettings. 209 210 # noqa: E501 211 212 :param admin_message: The admin_message of this AccountUISettings. # noqa: E501 213 :type: AdminMessage 214 """ 215 216 self._admin_message = admin_message 217 218 @property 219 def allow_users_to_edit_shared_access(self): 220 """Gets the allow_users_to_edit_shared_access of this AccountUISettings. # noqa: E501 221 222 # noqa: E501 223 224 :return: The allow_users_to_edit_shared_access of this AccountUISettings. # noqa: E501 225 :rtype: str 226 """ 227 return self._allow_users_to_edit_shared_access 228 229 @allow_users_to_edit_shared_access.setter 230 def allow_users_to_edit_shared_access(self, allow_users_to_edit_shared_access): 231 """Sets the allow_users_to_edit_shared_access of this AccountUISettings. 232 233 # noqa: E501 234 235 :param allow_users_to_edit_shared_access: The allow_users_to_edit_shared_access of this AccountUISettings. # noqa: E501 236 :type: str 237 """ 238 239 self._allow_users_to_edit_shared_access = allow_users_to_edit_shared_access 240 241 @property 242 def allow_users_to_edit_shared_access_metadata(self): 243 """Gets the allow_users_to_edit_shared_access_metadata of this AccountUISettings. # noqa: E501 244 245 # noqa: E501 246 247 :return: The allow_users_to_edit_shared_access_metadata of this AccountUISettings. # noqa: E501 248 :rtype: SettingsMetadata 249 """ 250 return self._allow_users_to_edit_shared_access_metadata 251 252 @allow_users_to_edit_shared_access_metadata.setter 253 def allow_users_to_edit_shared_access_metadata(self, allow_users_to_edit_shared_access_metadata): 254 """Sets the allow_users_to_edit_shared_access_metadata of this AccountUISettings. 255 256 # noqa: E501 257 258 :param allow_users_to_edit_shared_access_metadata: The allow_users_to_edit_shared_access_metadata of this AccountUISettings. # noqa: E501 259 :type: SettingsMetadata 260 """ 261 262 self._allow_users_to_edit_shared_access_metadata = allow_users_to_edit_shared_access_metadata 263 264 @property 265 def ask_an_admin(self): 266 """Gets the ask_an_admin of this AccountUISettings. # noqa: E501 267 268 # noqa: E501 269 270 :return: The ask_an_admin of this AccountUISettings. # noqa: E501 271 :rtype: AskAnAdmin 272 """ 273 return self._ask_an_admin 274 275 @ask_an_admin.setter 276 def ask_an_admin(self, ask_an_admin): 277 """Sets the ask_an_admin of this AccountUISettings. 278 279 # noqa: E501 280 281 :param ask_an_admin: The ask_an_admin of this AccountUISettings. # noqa: E501 282 :type: AskAnAdmin 283 """ 284 285 self._ask_an_admin = ask_an_admin 286 287 @property 288 def clickwrap_schema_version(self): 289 """Gets the clickwrap_schema_version of this AccountUISettings. # noqa: E501 290 291 # noqa: E501 292 293 :return: The clickwrap_schema_version of this AccountUISettings. # noqa: E501 294 :rtype: str 295 """ 296 return self._clickwrap_schema_version 297 298 @clickwrap_schema_version.setter 299 def clickwrap_schema_version(self, clickwrap_schema_version): 300 """Sets the clickwrap_schema_version of this AccountUISettings. 301 302 # noqa: E501 303 304 :param clickwrap_schema_version: The clickwrap_schema_version of this AccountUISettings. # noqa: E501 305 :type: str 306 """ 307 308 self._clickwrap_schema_version = clickwrap_schema_version 309 310 @property 311 def clickwrap_schema_version_metadata(self): 312 """Gets the clickwrap_schema_version_metadata of this AccountUISettings. # noqa: E501 313 314 # noqa: E501 315 316 :return: The clickwrap_schema_version_metadata of this AccountUISettings. # noqa: E501 317 :rtype: SettingsMetadata 318 """ 319 return self._clickwrap_schema_version_metadata 320 321 @clickwrap_schema_version_metadata.setter 322 def clickwrap_schema_version_metadata(self, clickwrap_schema_version_metadata): 323 """Sets the clickwrap_schema_version_metadata of this AccountUISettings. 324 325 # noqa: E501 326 327 :param clickwrap_schema_version_metadata: The clickwrap_schema_version_metadata of this AccountUISettings. # noqa: E501 328 :type: SettingsMetadata 329 """ 330 331 self._clickwrap_schema_version_metadata = clickwrap_schema_version_metadata 332 333 @property 334 def disable_web_app_access(self): 335 """Gets the disable_web_app_access of this AccountUISettings. # noqa: E501 336 337 # noqa: E501 338 339 :return: The disable_web_app_access of this AccountUISettings. # noqa: E501 340 :rtype: str 341 """ 342 return self._disable_web_app_access 343 344 @disable_web_app_access.setter 345 def disable_web_app_access(self, disable_web_app_access): 346 """Sets the disable_web_app_access of this AccountUISettings. 347 348 # noqa: E501 349 350 :param disable_web_app_access: The disable_web_app_access of this AccountUISettings. # noqa: E501 351 :type: str 352 """ 353 354 self._disable_web_app_access = disable_web_app_access 355 356 @property 357 def disable_web_app_access_metadata(self): 358 """Gets the disable_web_app_access_metadata of this AccountUISettings. # noqa: E501 359 360 # noqa: E501 361 362 :return: The disable_web_app_access_metadata of this AccountUISettings. # noqa: E501 363 :rtype: SettingsMetadata 364 """ 365 return self._disable_web_app_access_metadata 366 367 @disable_web_app_access_metadata.setter 368 def disable_web_app_access_metadata(self, disable_web_app_access_metadata): 369 """Sets the disable_web_app_access_metadata of this AccountUISettings. 370 371 # noqa: E501 372 373 :param disable_web_app_access_metadata: The disable_web_app_access_metadata of this AccountUISettings. # noqa: E501 374 :type: SettingsMetadata 375 """ 376 377 self._disable_web_app_access_metadata = disable_web_app_access_metadata 378 379 @property 380 def enable_admin_message(self): 381 """Gets the enable_admin_message of this AccountUISettings. # noqa: E501 382 383 # noqa: E501 384 385 :return: The enable_admin_message of this AccountUISettings. # noqa: E501 386 :rtype: str 387 """ 388 return self._enable_admin_message 389 390 @enable_admin_message.setter 391 def enable_admin_message(self, enable_admin_message): 392 """Sets the enable_admin_message of this AccountUISettings. 393 394 # noqa: E501 395 396 :param enable_admin_message: The enable_admin_message of this AccountUISettings. # noqa: E501 397 :type: str 398 """ 399 400 self._enable_admin_message = enable_admin_message 401 402 @property 403 def enable_admin_message_metadata(self): 404 """Gets the enable_admin_message_metadata of this AccountUISettings. # noqa: E501 405 406 # noqa: E501 407 408 :return: The enable_admin_message_metadata of this AccountUISettings. # noqa: E501 409 :rtype: SettingsMetadata 410 """ 411 return self._enable_admin_message_metadata 412 413 @enable_admin_message_metadata.setter 414 def enable_admin_message_metadata(self, enable_admin_message_metadata): 415 """Sets the enable_admin_message_metadata of this AccountUISettings. 416 417 # noqa: E501 418 419 :param enable_admin_message_metadata: The enable_admin_message_metadata of this AccountUISettings. # noqa: E501 420 :type: SettingsMetadata 421 """ 422 423 self._enable_admin_message_metadata = enable_admin_message_metadata 424 425 @property 426 def enable_easy_sign_can_use_multi_template_apply(self): 427 """Gets the enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. # noqa: E501 428 429 # noqa: E501 430 431 :return: The enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. # noqa: E501 432 :rtype: str 433 """ 434 return self._enable_easy_sign_can_use_multi_template_apply 435 436 @enable_easy_sign_can_use_multi_template_apply.setter 437 def enable_easy_sign_can_use_multi_template_apply(self, enable_easy_sign_can_use_multi_template_apply): 438 """Sets the enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. 439 440 # noqa: E501 441 442 :param enable_easy_sign_can_use_multi_template_apply: The enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. # noqa: E501 443 :type: str 444 """ 445 446 self._enable_easy_sign_can_use_multi_template_apply = enable_easy_sign_can_use_multi_template_apply 447 448 @property 449 def enable_easy_sign_can_use_multi_template_apply_metadata(self): 450 """Gets the enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. # noqa: E501 451 452 # noqa: E501 453 454 :return: The enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. # noqa: E501 455 :rtype: SettingsMetadata 456 """ 457 return self._enable_easy_sign_can_use_multi_template_apply_metadata 458 459 @enable_easy_sign_can_use_multi_template_apply_metadata.setter 460 def enable_easy_sign_can_use_multi_template_apply_metadata(self, enable_easy_sign_can_use_multi_template_apply_metadata): 461 """Sets the enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. 462 463 # noqa: E501 464 465 :param enable_easy_sign_can_use_multi_template_apply_metadata: The enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. # noqa: E501 466 :type: SettingsMetadata 467 """ 468 469 self._enable_easy_sign_can_use_multi_template_apply_metadata = enable_easy_sign_can_use_multi_template_apply_metadata 470 471 @property 472 def enable_easy_sign_template_upload(self): 473 """Gets the enable_easy_sign_template_upload of this AccountUISettings. # noqa: E501 474 475 # noqa: E501 476 477 :return: The enable_easy_sign_template_upload of this AccountUISettings. # noqa: E501 478 :rtype: str 479 """ 480 return self._enable_easy_sign_template_upload 481 482 @enable_easy_sign_template_upload.setter 483 def enable_easy_sign_template_upload(self, enable_easy_sign_template_upload): 484 """Sets the enable_easy_sign_template_upload of this AccountUISettings. 485 486 # noqa: E501 487 488 :param enable_easy_sign_template_upload: The enable_easy_sign_template_upload of this AccountUISettings. # noqa: E501 489 :type: str 490 """ 491 492 self._enable_easy_sign_template_upload = enable_easy_sign_template_upload 493 494 @property 495 def enable_easy_sign_template_upload_metadata(self): 496 """Gets the enable_easy_sign_template_upload_metadata of this AccountUISettings. # noqa: E501 497 498 # noqa: E501 499 500 :return: The enable_easy_sign_template_upload_metadata of this AccountUISettings. # noqa: E501 501 :rtype: SettingsMetadata 502 """ 503 return self._enable_easy_sign_template_upload_metadata 504 505 @enable_easy_sign_template_upload_metadata.setter 506 def enable_easy_sign_template_upload_metadata(self, enable_easy_sign_template_upload_metadata): 507 """Sets the enable_easy_sign_template_upload_metadata of this AccountUISettings. 508 509 # noqa: E501 510 511 :param enable_easy_sign_template_upload_metadata: The enable_easy_sign_template_upload_metadata of this AccountUISettings. # noqa: E501 512 :type: SettingsMetadata 513 """ 514 515 self._enable_easy_sign_template_upload_metadata = enable_easy_sign_template_upload_metadata 516 517 @property 518 def enable_envelope_copy_with_data(self): 519 """Gets the enable_envelope_copy_with_data of this AccountUISettings. # noqa: E501 520 521 # noqa: E501 522 523 :return: The enable_envelope_copy_with_data of this AccountUISettings. # noqa: E501 524 :rtype: str 525 """ 526 return self._enable_envelope_copy_with_data 527 528 @enable_envelope_copy_with_data.setter 529 def enable_envelope_copy_with_data(self, enable_envelope_copy_with_data): 530 """Sets the enable_envelope_copy_with_data of this AccountUISettings. 531 532 # noqa: E501 533 534 :param enable_envelope_copy_with_data: The enable_envelope_copy_with_data of this AccountUISettings. # noqa: E501 535 :type: str 536 """ 537 538 self._enable_envelope_copy_with_data = enable_envelope_copy_with_data 539 540 @property 541 def enable_envelope_copy_with_data_metadata(self): 542 """Gets the enable_envelope_copy_with_data_metadata of this AccountUISettings. # noqa: E501 543 544 # noqa: E501 545 546 :return: The enable_envelope_copy_with_data_metadata of this AccountUISettings. # noqa: E501 547 :rtype: SettingsMetadata 548 """ 549 return self._enable_envelope_copy_with_data_metadata 550 551 @enable_envelope_copy_with_data_metadata.setter 552 def enable_envelope_copy_with_data_metadata(self, enable_envelope_copy_with_data_metadata): 553 """Sets the enable_envelope_copy_with_data_metadata of this AccountUISettings. 554 555 # noqa: E501 556 557 :param enable_envelope_copy_with_data_metadata: The enable_envelope_copy_with_data_metadata of this AccountUISettings. # noqa: E501 558 :type: SettingsMetadata 559 """ 560 561 self._enable_envelope_copy_with_data_metadata = enable_envelope_copy_with_data_metadata 562 563 @property 564 def enable_envelope_types(self): 565 """Gets the enable_envelope_types of this AccountUISettings. # noqa: E501 566 567 # noqa: E501 568 569 :return: The enable_envelope_types of this AccountUISettings. # noqa: E501 570 :rtype: str 571 """ 572 return self._enable_envelope_types 573 574 @enable_envelope_types.setter 575 def enable_envelope_types(self, enable_envelope_types): 576 """Sets the enable_envelope_types of this AccountUISettings. 577 578 # noqa: E501 579 580 :param enable_envelope_types: The enable_envelope_types of this AccountUISettings. # noqa: E501 581 :type: str 582 """ 583 584 self._enable_envelope_types = enable_envelope_types 585 586 @property 587 def enable_envelope_types_metadata(self): 588 """Gets the enable_envelope_types_metadata of this AccountUISettings. # noqa: E501 589 590 # noqa: E501 591 592 :return: The enable_envelope_types_metadata of this AccountUISettings. # noqa: E501 593 :rtype: SettingsMetadata 594 """ 595 return self._enable_envelope_types_metadata 596 597 @enable_envelope_types_metadata.setter 598 def enable_envelope_types_metadata(self, enable_envelope_types_metadata): 599 """Sets the enable_envelope_types_metadata of this AccountUISettings. 600 601 # noqa: E501 602 603 :param enable_envelope_types_metadata: The enable_envelope_types_metadata of this AccountUISettings. # noqa: E501 604 :type: SettingsMetadata 605 """ 606 607 self._enable_envelope_types_metadata = enable_envelope_types_metadata 608 609 @property 610 def enable_legacy_sendflow_link(self): 611 """Gets the enable_legacy_sendflow_link of this AccountUISettings. # noqa: E501 612 613 # noqa: E501 614 615 :return: The enable_legacy_sendflow_link of this AccountUISettings. # noqa: E501 616 :rtype: str 617 """ 618 return self._enable_legacy_sendflow_link 619 620 @enable_legacy_sendflow_link.setter 621 def enable_legacy_sendflow_link(self, enable_legacy_sendflow_link): 622 """Sets the enable_legacy_sendflow_link of this AccountUISettings. 623 624 # noqa: E501 625 626 :param enable_legacy_sendflow_link: The enable_legacy_sendflow_link of this AccountUISettings. # noqa: E501 627 :type: str 628 """ 629 630 self._enable_legacy_sendflow_link = enable_legacy_sendflow_link 631 632 @property 633 def enable_legacy_sendflow_link_metadata(self): 634 """Gets the enable_legacy_sendflow_link_metadata of this AccountUISettings. # noqa: E501 635 636 # noqa: E501 637 638 :return: The enable_legacy_sendflow_link_metadata of this AccountUISettings. # noqa: E501 639 :rtype: SettingsMetadata 640 """ 641 return self._enable_legacy_sendflow_link_metadata 642 643 @enable_legacy_sendflow_link_metadata.setter 644 def enable_legacy_sendflow_link_metadata(self, enable_legacy_sendflow_link_metadata): 645 """Sets the enable_legacy_sendflow_link_metadata of this AccountUISettings. 646 647 # noqa: E501 648 649 :param enable_legacy_sendflow_link_metadata: The enable_legacy_sendflow_link_metadata of this AccountUISettings. # noqa: E501 650 :type: SettingsMetadata 651 """ 652 653 self._enable_legacy_sendflow_link_metadata = enable_legacy_sendflow_link_metadata 654 655 @property 656 def has_external_linked_accounts(self): 657 """Gets the has_external_linked_accounts of this AccountUISettings. # noqa: E501 658 659 # noqa: E501 660 661 :return: The has_external_linked_accounts of this AccountUISettings. # noqa: E501 662 :rtype: str 663 """ 664 return self._has_external_linked_accounts 665 666 @has_external_linked_accounts.setter 667 def has_external_linked_accounts(self, has_external_linked_accounts): 668 """Sets the has_external_linked_accounts of this AccountUISettings. 669 670 # noqa: E501 671 672 :param has_external_linked_accounts: The has_external_linked_accounts of this AccountUISettings. # noqa: E501 673 :type: str 674 """ 675 676 self._has_external_linked_accounts = has_external_linked_accounts 677 678 @property 679 def has_external_linked_accounts_metadata(self): 680 """Gets the has_external_linked_accounts_metadata of this AccountUISettings. # noqa: E501 681 682 # noqa: E501 683 684 :return: The has_external_linked_accounts_metadata of this AccountUISettings. # noqa: E501 685 :rtype: SettingsMetadata 686 """ 687 return self._has_external_linked_accounts_metadata 688 689 @has_external_linked_accounts_metadata.setter 690 def has_external_linked_accounts_metadata(self, has_external_linked_accounts_metadata): 691 """Sets the has_external_linked_accounts_metadata of this AccountUISettings. 692 693 # noqa: E501 694 695 :param has_external_linked_accounts_metadata: The has_external_linked_accounts_metadata of this AccountUISettings. # noqa: E501 696 :type: SettingsMetadata 697 """ 698 699 self._has_external_linked_accounts_metadata = has_external_linked_accounts_metadata 700 701 @property 702 def hide_send_an_envelope(self): 703 """Gets the hide_send_an_envelope of this AccountUISettings. # noqa: E501 704 705 # noqa: E501 706 707 :return: The hide_send_an_envelope of this AccountUISettings. # noqa: E501 708 :rtype: str 709 """ 710 return self._hide_send_an_envelope 711 712 @hide_send_an_envelope.setter 713 def hide_send_an_envelope(self, hide_send_an_envelope): 714 """Sets the hide_send_an_envelope of this AccountUISettings. 715 716 # noqa: E501 717 718 :param hide_send_an_envelope: The hide_send_an_envelope of this AccountUISettings. # noqa: E501 719 :type: str 720 """ 721 722 self._hide_send_an_envelope = hide_send_an_envelope 723 724 @property 725 def hide_send_an_envelope_metadata(self): 726 """Gets the hide_send_an_envelope_metadata of this AccountUISettings. # noqa: E501 727 728 # noqa: E501 729 730 :return: The hide_send_an_envelope_metadata of this AccountUISettings. # noqa: E501 731 :rtype: SettingsMetadata 732 """ 733 return self._hide_send_an_envelope_metadata 734 735 @hide_send_an_envelope_metadata.setter 736 def hide_send_an_envelope_metadata(self, hide_send_an_envelope_metadata): 737 """Sets the hide_send_an_envelope_metadata of this AccountUISettings. 738 739 # noqa: E501 740 741 :param hide_send_an_envelope_metadata: The hide_send_an_envelope_metadata of this AccountUISettings. # noqa: E501 742 :type: SettingsMetadata 743 """ 744 745 self._hide_send_an_envelope_metadata = hide_send_an_envelope_metadata 746 747 @property 748 def hide_use_a_template(self): 749 """Gets the hide_use_a_template of this AccountUISettings. # noqa: E501 750 751 # noqa: E501 752 753 :return: The hide_use_a_template of this AccountUISettings. # noqa: E501 754 :rtype: str 755 """ 756 return self._hide_use_a_template 757 758 @hide_use_a_template.setter 759 def hide_use_a_template(self, hide_use_a_template): 760 """Sets the hide_use_a_template of this AccountUISettings. 761 762 # noqa: E501 763 764 :param hide_use_a_template: The hide_use_a_template of this AccountUISettings. # noqa: E501 765 :type: str 766 """ 767 768 self._hide_use_a_template = hide_use_a_template 769 770 @property 771 def hide_use_a_template_in_prepare(self): 772 """Gets the hide_use_a_template_in_prepare of this AccountUISettings. # noqa: E501 773 774 # noqa: E501 775 776 :return: The hide_use_a_template_in_prepare of this AccountUISettings. # noqa: E501 777 :rtype: str 778 """ 779 return self._hide_use_a_template_in_prepare 780 781 @hide_use_a_template_in_prepare.setter 782 def hide_use_a_template_in_prepare(self, hide_use_a_template_in_prepare): 783 """Sets the hide_use_a_template_in_prepare of this AccountUISettings. 784 785 # noqa: E501 786 787 :param hide_use_a_template_in_prepare: The hide_use_a_template_in_prepare of this AccountUISettings. # noqa: E501 788 :type: str 789 """ 790 791 self._hide_use_a_template_in_prepare = hide_use_a_template_in_prepare 792 793 @property 794 def hide_use_a_template_in_prepare_metadata(self): 795 """Gets the hide_use_a_template_in_prepare_metadata of this AccountUISettings. # noqa: E501 796 797 # noqa: E501 798 799 :return: The hide_use_a_template_in_prepare_metadata of this AccountUISettings. # noqa: E501 800 :rtype: SettingsMetadata 801 """ 802 return self._hide_use_a_template_in_prepare_metadata 803 804 @hide_use_a_template_in_prepare_metadata.setter 805 def hide_use_a_template_in_prepare_metadata(self, hide_use_a_template_in_prepare_metadata): 806 """Sets the hide_use_a_template_in_prepare_metadata of this AccountUISettings. 807 808 # noqa: E501 809 810 :param hide_use_a_template_in_prepare_metadata: The hide_use_a_template_in_prepare_metadata of this AccountUISettings. # noqa: E501 811 :type: SettingsMetadata 812 """ 813 814 self._hide_use_a_template_in_prepare_metadata = hide_use_a_template_in_prepare_metadata 815 816 @property 817 def hide_use_a_template_metadata(self): 818 """Gets the hide_use_a_template_metadata of this AccountUISettings. # noqa: E501 819 820 # noqa: E501 821 822 :return: The hide_use_a_template_metadata of this AccountUISettings. # noqa: E501 823 :rtype: SettingsMetadata 824 """ 825 return self._hide_use_a_template_metadata 826 827 @hide_use_a_template_metadata.setter 828 def hide_use_a_template_metadata(self, hide_use_a_template_metadata): 829 """Sets the hide_use_a_template_metadata of this AccountUISettings. 830 831 # noqa: E501 832 833 :param hide_use_a_template_metadata: The hide_use_a_template_metadata of this AccountUISettings. # noqa: E501 834 :type: SettingsMetadata 835 """ 836 837 self._hide_use_a_template_metadata = hide_use_a_template_metadata 838 839 @property 840 def order_based_recipient_id_generation(self): 841 """Gets the order_based_recipient_id_generation of this AccountUISettings. # noqa: E501 842 843 # noqa: E501 844 845 :return: The order_based_recipient_id_generation of this AccountUISettings. # noqa: E501 846 :rtype: str 847 """ 848 return self._order_based_recipient_id_generation 849 850 @order_based_recipient_id_generation.setter 851 def order_based_recipient_id_generation(self, order_based_recipient_id_generation): 852 """Sets the order_based_recipient_id_generation of this AccountUISettings. 853 854 # noqa: E501 855 856 :param order_based_recipient_id_generation: The order_based_recipient_id_generation of this AccountUISettings. # noqa: E501 857 :type: str 858 """ 859 860 self._order_based_recipient_id_generation = order_based_recipient_id_generation 861 862 @property 863 def order_based_recipient_id_generation_metadata(self): 864 """Gets the order_based_recipient_id_generation_metadata of this AccountUISettings. # noqa: E501 865 866 # noqa: E501 867 868 :return: The order_based_recipient_id_generation_metadata of this AccountUISettings. # noqa: E501 869 :rtype: SettingsMetadata 870 """ 871 return self._order_based_recipient_id_generation_metadata 872 873 @order_based_recipient_id_generation_metadata.setter 874 def order_based_recipient_id_generation_metadata(self, order_based_recipient_id_generation_metadata): 875 """Sets the order_based_recipient_id_generation_metadata of this AccountUISettings. 876 877 # noqa: E501 878 879 :param order_based_recipient_id_generation_metadata: The order_based_recipient_id_generation_metadata of this AccountUISettings. # noqa: E501 880 :type: SettingsMetadata 881 """ 882 883 self._order_based_recipient_id_generation_metadata = order_based_recipient_id_generation_metadata 884 885 @property 886 def remove_envelope_forwarding(self): 887 """Gets the remove_envelope_forwarding of this AccountUISettings. # noqa: E501 888 889 # noqa: E501 890 891 :return: The remove_envelope_forwarding of this AccountUISettings. # noqa: E501 892 :rtype: str 893 """ 894 return self._remove_envelope_forwarding 895 896 @remove_envelope_forwarding.setter 897 def remove_envelope_forwarding(self, remove_envelope_forwarding): 898 """Sets the remove_envelope_forwarding of this AccountUISettings. 899 900 # noqa: E501 901 902 :param remove_envelope_forwarding: The remove_envelope_forwarding of this AccountUISettings. # noqa: E501 903 :type: str 904 """ 905 906 self._remove_envelope_forwarding = remove_envelope_forwarding 907 908 @property 909 def remove_envelope_forwarding_metadata(self): 910 """Gets the remove_envelope_forwarding_metadata of this AccountUISettings. # noqa: E501 911 912 # noqa: E501 913 914 :return: The remove_envelope_forwarding_metadata of this AccountUISettings. # noqa: E501 915 :rtype: SettingsMetadata 916 """ 917 return self._remove_envelope_forwarding_metadata 918 919 @remove_envelope_forwarding_metadata.setter 920 def remove_envelope_forwarding_metadata(self, remove_envelope_forwarding_metadata): 921 """Sets the remove_envelope_forwarding_metadata of this AccountUISettings. 922 923 # noqa: E501 924 925 :param remove_envelope_forwarding_metadata: The remove_envelope_forwarding_metadata of this AccountUISettings. # noqa: E501 926 :type: SettingsMetadata 927 """ 928 929 self._remove_envelope_forwarding_metadata = remove_envelope_forwarding_metadata 930 931 @property 932 def should_redact_access_code(self): 933 """Gets the should_redact_access_code of this AccountUISettings. # noqa: E501 934 935 # noqa: E501 936 937 :return: The should_redact_access_code of this AccountUISettings. # noqa: E501 938 :rtype: str 939 """ 940 return self._should_redact_access_code 941 942 @should_redact_access_code.setter 943 def should_redact_access_code(self, should_redact_access_code): 944 """Sets the should_redact_access_code of this AccountUISettings. 945 946 # noqa: E501 947 948 :param should_redact_access_code: The should_redact_access_code of this AccountUISettings. # noqa: E501 949 :type: str 950 """ 951 952 self._should_redact_access_code = should_redact_access_code 953 954 @property 955 def should_redact_access_code_metadata(self): 956 """Gets the should_redact_access_code_metadata of this AccountUISettings. # noqa: E501 957 958 # noqa: E501 959 960 :return: The should_redact_access_code_metadata of this AccountUISettings. # noqa: E501 961 :rtype: SettingsMetadata 962 """ 963 return self._should_redact_access_code_metadata 964 965 @should_redact_access_code_metadata.setter 966 def should_redact_access_code_metadata(self, should_redact_access_code_metadata): 967 """Sets the should_redact_access_code_metadata of this AccountUISettings. 968 969 # noqa: E501 970 971 :param should_redact_access_code_metadata: The should_redact_access_code_metadata of this AccountUISettings. # noqa: E501 972 :type: SettingsMetadata 973 """ 974 975 self._should_redact_access_code_metadata = should_redact_access_code_metadata 976 977 @property 978 def upload_new_image_to_sign_or_initial(self): 979 """Gets the upload_new_image_to_sign_or_initial of this AccountUISettings. # noqa: E501 980 981 # noqa: E501 982 983 :return: The upload_new_image_to_sign_or_initial of this AccountUISettings. # noqa: E501 984 :rtype: str 985 """ 986 return self._upload_new_image_to_sign_or_initial 987 988 @upload_new_image_to_sign_or_initial.setter 989 def upload_new_image_to_sign_or_initial(self, upload_new_image_to_sign_or_initial): 990 """Sets the upload_new_image_to_sign_or_initial of this AccountUISettings. 991 992 # noqa: E501 993 994 :param upload_new_image_to_sign_or_initial: The upload_new_image_to_sign_or_initial of this AccountUISettings. # noqa: E501 995 :type: str 996 """ 997 998 self._upload_new_image_to_sign_or_initial = upload_new_image_to_sign_or_initial 999 1000 @property 1001 def upload_new_image_to_sign_or_initial_metadata(self): 1002 """Gets the upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. # noqa: E501 1003 1004 # noqa: E501 1005 1006 :return: The upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. # noqa: E501 1007 :rtype: SettingsMetadata 1008 """ 1009 return self._upload_new_image_to_sign_or_initial_metadata 1010 1011 @upload_new_image_to_sign_or_initial_metadata.setter 1012 def upload_new_image_to_sign_or_initial_metadata(self, upload_new_image_to_sign_or_initial_metadata): 1013 """Sets the upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. 1014 1015 # noqa: E501 1016 1017 :param upload_new_image_to_sign_or_initial_metadata: The upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. # noqa: E501 1018 :type: SettingsMetadata 1019 """ 1020 1021 self._upload_new_image_to_sign_or_initial_metadata = upload_new_image_to_sign_or_initial_metadata 1022 1023 def to_dict(self): 1024 """Returns the model properties as a dict""" 1025 result = {} 1026 1027 for attr, _ in six.iteritems(self.swagger_types): 1028 value = getattr(self, attr) 1029 if isinstance(value, list): 1030 result[attr] = list(map( 1031 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 1032 value 1033 )) 1034 elif hasattr(value, "to_dict"): 1035 result[attr] = value.to_dict() 1036 elif isinstance(value, dict): 1037 result[attr] = dict(map( 1038 lambda item: (item[0], item[1].to_dict()) 1039 if hasattr(item[1], "to_dict") else item, 1040 value.items() 1041 )) 1042 else: 1043 result[attr] = value 1044 if issubclass(AccountUISettings, dict): 1045 for key, value in self.items(): 1046 result[key] = value 1047 1048 return result 1049 1050 def to_str(self): 1051 """Returns the string representation of the model""" 1052 return pprint.pformat(self.to_dict()) 1053 1054 def __repr__(self): 1055 """For `print` and `pprint`""" 1056 return self.to_str() 1057 1058 def __eq__(self, other): 1059 """Returns true if both objects are equal""" 1060 if not isinstance(other, AccountUISettings): 1061 return False 1062 1063 return self.to_dict() == other.to_dict() 1064 1065 def __ne__(self, other): 1066 """Returns true if both objects are not equal""" 1067 if not isinstance(other, AccountUISettings): 1068 return True 1069 1070 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.
114 def __init__(self, _configuration=None, **kwargs): # noqa: E501 115 """AccountUISettings - a model defined in Swagger""" # noqa: E501 116 if _configuration is None: 117 _configuration = Configuration() 118 self._configuration = _configuration 119 120 self._admin_message = None 121 self._allow_users_to_edit_shared_access = None 122 self._allow_users_to_edit_shared_access_metadata = None 123 self._ask_an_admin = None 124 self._clickwrap_schema_version = None 125 self._clickwrap_schema_version_metadata = None 126 self._disable_web_app_access = None 127 self._disable_web_app_access_metadata = None 128 self._enable_admin_message = None 129 self._enable_admin_message_metadata = None 130 self._enable_easy_sign_can_use_multi_template_apply = None 131 self._enable_easy_sign_can_use_multi_template_apply_metadata = None 132 self._enable_easy_sign_template_upload = None 133 self._enable_easy_sign_template_upload_metadata = None 134 self._enable_envelope_copy_with_data = None 135 self._enable_envelope_copy_with_data_metadata = None 136 self._enable_envelope_types = None 137 self._enable_envelope_types_metadata = None 138 self._enable_legacy_sendflow_link = None 139 self._enable_legacy_sendflow_link_metadata = None 140 self._has_external_linked_accounts = None 141 self._has_external_linked_accounts_metadata = None 142 self._hide_send_an_envelope = None 143 self._hide_send_an_envelope_metadata = None 144 self._hide_use_a_template = None 145 self._hide_use_a_template_in_prepare = None 146 self._hide_use_a_template_in_prepare_metadata = None 147 self._hide_use_a_template_metadata = None 148 self._order_based_recipient_id_generation = None 149 self._order_based_recipient_id_generation_metadata = None 150 self._remove_envelope_forwarding = None 151 self._remove_envelope_forwarding_metadata = None 152 self._should_redact_access_code = None 153 self._should_redact_access_code_metadata = None 154 self._upload_new_image_to_sign_or_initial = None 155 self._upload_new_image_to_sign_or_initial_metadata = None 156 self.discriminator = None 157 158 setattr(self, "_{}".format('admin_message'), kwargs.get('admin_message', None)) 159 setattr(self, "_{}".format('allow_users_to_edit_shared_access'), kwargs.get('allow_users_to_edit_shared_access', None)) 160 setattr(self, "_{}".format('allow_users_to_edit_shared_access_metadata'), kwargs.get('allow_users_to_edit_shared_access_metadata', None)) 161 setattr(self, "_{}".format('ask_an_admin'), kwargs.get('ask_an_admin', None)) 162 setattr(self, "_{}".format('clickwrap_schema_version'), kwargs.get('clickwrap_schema_version', None)) 163 setattr(self, "_{}".format('clickwrap_schema_version_metadata'), kwargs.get('clickwrap_schema_version_metadata', None)) 164 setattr(self, "_{}".format('disable_web_app_access'), kwargs.get('disable_web_app_access', None)) 165 setattr(self, "_{}".format('disable_web_app_access_metadata'), kwargs.get('disable_web_app_access_metadata', None)) 166 setattr(self, "_{}".format('enable_admin_message'), kwargs.get('enable_admin_message', None)) 167 setattr(self, "_{}".format('enable_admin_message_metadata'), kwargs.get('enable_admin_message_metadata', None)) 168 setattr(self, "_{}".format('enable_easy_sign_can_use_multi_template_apply'), kwargs.get('enable_easy_sign_can_use_multi_template_apply', None)) 169 setattr(self, "_{}".format('enable_easy_sign_can_use_multi_template_apply_metadata'), kwargs.get('enable_easy_sign_can_use_multi_template_apply_metadata', None)) 170 setattr(self, "_{}".format('enable_easy_sign_template_upload'), kwargs.get('enable_easy_sign_template_upload', None)) 171 setattr(self, "_{}".format('enable_easy_sign_template_upload_metadata'), kwargs.get('enable_easy_sign_template_upload_metadata', None)) 172 setattr(self, "_{}".format('enable_envelope_copy_with_data'), kwargs.get('enable_envelope_copy_with_data', None)) 173 setattr(self, "_{}".format('enable_envelope_copy_with_data_metadata'), kwargs.get('enable_envelope_copy_with_data_metadata', None)) 174 setattr(self, "_{}".format('enable_envelope_types'), kwargs.get('enable_envelope_types', None)) 175 setattr(self, "_{}".format('enable_envelope_types_metadata'), kwargs.get('enable_envelope_types_metadata', None)) 176 setattr(self, "_{}".format('enable_legacy_sendflow_link'), kwargs.get('enable_legacy_sendflow_link', None)) 177 setattr(self, "_{}".format('enable_legacy_sendflow_link_metadata'), kwargs.get('enable_legacy_sendflow_link_metadata', None)) 178 setattr(self, "_{}".format('has_external_linked_accounts'), kwargs.get('has_external_linked_accounts', None)) 179 setattr(self, "_{}".format('has_external_linked_accounts_metadata'), kwargs.get('has_external_linked_accounts_metadata', None)) 180 setattr(self, "_{}".format('hide_send_an_envelope'), kwargs.get('hide_send_an_envelope', None)) 181 setattr(self, "_{}".format('hide_send_an_envelope_metadata'), kwargs.get('hide_send_an_envelope_metadata', None)) 182 setattr(self, "_{}".format('hide_use_a_template'), kwargs.get('hide_use_a_template', None)) 183 setattr(self, "_{}".format('hide_use_a_template_in_prepare'), kwargs.get('hide_use_a_template_in_prepare', None)) 184 setattr(self, "_{}".format('hide_use_a_template_in_prepare_metadata'), kwargs.get('hide_use_a_template_in_prepare_metadata', None)) 185 setattr(self, "_{}".format('hide_use_a_template_metadata'), kwargs.get('hide_use_a_template_metadata', None)) 186 setattr(self, "_{}".format('order_based_recipient_id_generation'), kwargs.get('order_based_recipient_id_generation', None)) 187 setattr(self, "_{}".format('order_based_recipient_id_generation_metadata'), kwargs.get('order_based_recipient_id_generation_metadata', None)) 188 setattr(self, "_{}".format('remove_envelope_forwarding'), kwargs.get('remove_envelope_forwarding', None)) 189 setattr(self, "_{}".format('remove_envelope_forwarding_metadata'), kwargs.get('remove_envelope_forwarding_metadata', None)) 190 setattr(self, "_{}".format('should_redact_access_code'), kwargs.get('should_redact_access_code', None)) 191 setattr(self, "_{}".format('should_redact_access_code_metadata'), kwargs.get('should_redact_access_code_metadata', None)) 192 setattr(self, "_{}".format('upload_new_image_to_sign_or_initial'), kwargs.get('upload_new_image_to_sign_or_initial', None)) 193 setattr(self, "_{}".format('upload_new_image_to_sign_or_initial_metadata'), kwargs.get('upload_new_image_to_sign_or_initial_metadata', None))
AccountUISettings - a model defined in Swagger
Gets the admin_message of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The admin_message of this AccountUISettings. # noqa: E501
Gets the ask_an_admin of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The ask_an_admin of this AccountUISettings. # noqa: E501
Gets the clickwrap_schema_version of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The clickwrap_schema_version of this AccountUISettings. # noqa: E501
Gets the clickwrap_schema_version_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The clickwrap_schema_version_metadata of this AccountUISettings. # noqa: E501
Gets the disable_web_app_access of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The disable_web_app_access of this AccountUISettings. # noqa: E501
Gets the disable_web_app_access_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The disable_web_app_access_metadata of this AccountUISettings. # noqa: E501
Gets the enable_admin_message of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The enable_admin_message of this AccountUISettings. # noqa: E501
Gets the enable_admin_message_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The enable_admin_message_metadata of this AccountUISettings. # noqa: E501
Gets the enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. # noqa: E501
Gets the enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. # noqa: E501
Gets the enable_easy_sign_template_upload of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The enable_easy_sign_template_upload of this AccountUISettings. # noqa: E501
Gets the enable_easy_sign_template_upload_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The enable_easy_sign_template_upload_metadata of this AccountUISettings. # noqa: E501
Gets the enable_envelope_copy_with_data of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The enable_envelope_copy_with_data of this AccountUISettings. # noqa: E501
Gets the enable_envelope_copy_with_data_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The enable_envelope_copy_with_data_metadata of this AccountUISettings. # noqa: E501
Gets the enable_envelope_types of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The enable_envelope_types of this AccountUISettings. # noqa: E501
Gets the enable_envelope_types_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The enable_envelope_types_metadata of this AccountUISettings. # noqa: E501
Gets the enable_legacy_sendflow_link of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The enable_legacy_sendflow_link of this AccountUISettings. # noqa: E501
Gets the enable_legacy_sendflow_link_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The enable_legacy_sendflow_link_metadata of this AccountUISettings. # noqa: E501
Gets the has_external_linked_accounts of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The has_external_linked_accounts of this AccountUISettings. # noqa: E501
Gets the has_external_linked_accounts_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The has_external_linked_accounts_metadata of this AccountUISettings. # noqa: E501
Gets the hide_send_an_envelope of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The hide_send_an_envelope of this AccountUISettings. # noqa: E501
Gets the hide_send_an_envelope_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The hide_send_an_envelope_metadata of this AccountUISettings. # noqa: E501
Gets the hide_use_a_template of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The hide_use_a_template of this AccountUISettings. # noqa: E501
Gets the hide_use_a_template_in_prepare of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The hide_use_a_template_in_prepare of this AccountUISettings. # noqa: E501
Gets the hide_use_a_template_in_prepare_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The hide_use_a_template_in_prepare_metadata of this AccountUISettings. # noqa: E501
Gets the hide_use_a_template_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The hide_use_a_template_metadata of this AccountUISettings. # noqa: E501
Gets the order_based_recipient_id_generation of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The order_based_recipient_id_generation of this AccountUISettings. # noqa: E501
Gets the order_based_recipient_id_generation_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The order_based_recipient_id_generation_metadata of this AccountUISettings. # noqa: E501
Gets the remove_envelope_forwarding of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The remove_envelope_forwarding of this AccountUISettings. # noqa: E501
Gets the remove_envelope_forwarding_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The remove_envelope_forwarding_metadata of this AccountUISettings. # noqa: E501
Gets the should_redact_access_code of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The should_redact_access_code of this AccountUISettings. # noqa: E501
Gets the should_redact_access_code_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The should_redact_access_code_metadata of this AccountUISettings. # noqa: E501
Gets the upload_new_image_to_sign_or_initial of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The upload_new_image_to_sign_or_initial of this AccountUISettings. # noqa: E501
Gets the upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. # noqa: E501
# noqa: E501
Returns
The upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. # noqa: E501
1023 def to_dict(self): 1024 """Returns the model properties as a dict""" 1025 result = {} 1026 1027 for attr, _ in six.iteritems(self.swagger_types): 1028 value = getattr(self, attr) 1029 if isinstance(value, list): 1030 result[attr] = list(map( 1031 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 1032 value 1033 )) 1034 elif hasattr(value, "to_dict"): 1035 result[attr] = value.to_dict() 1036 elif isinstance(value, dict): 1037 result[attr] = dict(map( 1038 lambda item: (item[0], item[1].to_dict()) 1039 if hasattr(item[1], "to_dict") else item, 1040 value.items() 1041 )) 1042 else: 1043 result[attr] = value 1044 if issubclass(AccountUISettings, dict): 1045 for key, value in self.items(): 1046 result[key] = value 1047 1048 return result
Returns the model properties as a dict